mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
vala: fix definition of the GLib mainloop adapter
This commit is contained in:
parent
57e0e2cdab
commit
c25665ed10
1 changed files with 2 additions and 2 deletions
|
|
@ -879,11 +879,11 @@ namespace PulseAudio {
|
|||
}
|
||||
|
||||
[Compact]
|
||||
[CCode (cname="pa_glib_mainloop", cprefix="pa_glib_mainloop_", free_function="pa_glib_mainloop_free")]
|
||||
[CCode (cheader_filename="pulse/glib-mainloop.h", cname="pa_glib_mainloop", cprefix="pa_glib_mainloop_", free_function="pa_glib_mainloop_free")]
|
||||
public class GLibMainLoop {
|
||||
|
||||
[CCode (cname="pa_glib_mainloop_new")]
|
||||
public GLibMainLoop();
|
||||
public GLibMainLoop(MainContext? c = null);
|
||||
|
||||
public unowned MainLoopApi get_api();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue