Home
last modified time | relevance | path

Searched defs:GMainLoop (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/taskbar/unity/
H A Dunity-taskbar.h32 typedef struct _GMainLoop GMainLoop; typedef
/dports/games/scummvm/scummvm-2.5.1/backends/taskbar/unity/
H A Dunity-taskbar.h32 typedef struct _GMainLoop GMainLoop; typedef
/dports/games/residualvm/residualvm-0.3.1/backends/taskbar/unity/
H A Dunity-taskbar.h32 typedef struct _GMainLoop GMainLoop; typedef
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/examples/gl/cocoa/
H A Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin… argument
71 - (GMainLoop*) loop { argument
/dports/x11/gtk-app-menu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/jayatana/java/core/basic/
H A DGMainLoop.java38 public class GMainLoop implements Feature { class
/dports/x11/mate-applet-appmenu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/jayatana/java/core/basic/
H A DGMainLoop.java38 public class GMainLoop implements Feature { class
/dports/x11/appmenu-registrar/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/jayatana/java/core/basic/
H A DGMainLoop.java38 public class GMainLoop implements Feature { class
/dports/x11/xfce4-appmenu-plugin/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/jayatana/java/core/basic/
H A DGMainLoop.java38 public class GMainLoop implements Feature { class
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Platform/
H A DWorkQueue.h51 typedef struct _GMainLoop GMainLoop; typedef
H A DRunLoop.h39 typedef struct _GMainLoop GMainLoop; typedef
/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DStdScheduler.h47 typedef struct _GMainLoop GMainLoop; typedef
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgmain.h56 typedef struct _GMainLoop GMainLoop; typedef
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs1492 pub struct GMainLoop(c_void); struct
1494 impl ::std::fmt::Debug for GMainLoop { implementation
3513 pub fn g_main_loop_new(context: *mut GMainContext, is_running: gboolean) -> *mut GMainLoop; in g_main_loop_new()
3516 pub fn g_main_loop_quit(loop_: *mut GMainLoop); in g_main_loop_quit()
3517 pub fn g_main_loop_ref(loop_: *mut GMainLoop) -> *mut GMainLoop; in g_main_loop_ref()
3518 pub fn g_main_loop_run(loop_: *mut GMainLoop); in g_main_loop_run()
3519 pub fn g_main_loop_unref(loop_: *mut GMainLoop); in g_main_loop_unref()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs1531 pub struct GMainLoop(c_void); struct
1533 impl ::std::fmt::Debug for GMainLoop { implementation
3647 pub fn g_main_loop_new(context: *mut GMainContext, is_running: gboolean) -> *mut GMainLoop; in g_main_loop_new()
3650 pub fn g_main_loop_quit(loop_: *mut GMainLoop); in g_main_loop_quit()
3651 pub fn g_main_loop_ref(loop_: *mut GMainLoop) -> *mut GMainLoop; in g_main_loop_ref()
3652 pub fn g_main_loop_run(loop_: *mut GMainLoop); in g_main_loop_run()
3653 pub fn g_main_loop_unref(loop_: *mut GMainLoop); in g_main_loop_unref()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs1492 pub struct GMainLoop(c_void); struct
1494 impl ::std::fmt::Debug for GMainLoop { implementation
3513 pub fn g_main_loop_new(context: *mut GMainContext, is_running: gboolean) -> *mut GMainLoop; in g_main_loop_new()
3516 pub fn g_main_loop_quit(loop_: *mut GMainLoop); in g_main_loop_quit()
3517 pub fn g_main_loop_ref(loop_: *mut GMainLoop) -> *mut GMainLoop; in g_main_loop_ref()
3518 pub fn g_main_loop_run(loop_: *mut GMainLoop); in g_main_loop_run()
3519 pub fn g_main_loop_unref(loop_: *mut GMainLoop); in g_main_loop_unref()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-sys/src/
H A Dlib.rs1531 pub struct GMainLoop(c_void); struct
1533 impl ::std::fmt::Debug for GMainLoop { implementation
3647 pub fn g_main_loop_new(context: *mut GMainContext, is_running: gboolean) -> *mut GMainLoop; in g_main_loop_new()
3650 pub fn g_main_loop_quit(loop_: *mut GMainLoop); in g_main_loop_quit()
3651 pub fn g_main_loop_ref(loop_: *mut GMainLoop) -> *mut GMainLoop; in g_main_loop_ref()
3652 pub fn g_main_loop_run(loop_: *mut GMainLoop); in g_main_loop_run()
3653 pub fn g_main_loop_unref(loop_: *mut GMainLoop); in g_main_loop_unref()

12