< prev index next >

modules/javafx.media/src/main/native/gstreamer/3rd_party/glib/glib-2.42.1/glib/gmain.h

Print this page
rev 10250 : imported patch 9-cpu-1701.patch

*** 523,534 **** --- 523,536 ---- GSource *g_idle_source_new (void); GLIB_AVAILABLE_IN_ALL GSource *g_child_watch_source_new (GPid pid); GLIB_AVAILABLE_IN_ALL GSource *g_timeout_source_new (guint interval); + #ifndef GSTREAMER_LITE GLIB_AVAILABLE_IN_ALL GSource *g_timeout_source_new_seconds (guint interval); + #endif // GSTREAMER_LITE /* Miscellaneous functions */ GLIB_AVAILABLE_IN_ALL void g_get_current_time (GTimeVal *result);
*** 556,575 **** --- 558,579 ---- GDestroyNotify notify); GLIB_AVAILABLE_IN_ALL guint g_timeout_add (guint interval, GSourceFunc function, gpointer data); + #ifndef GSTREAMER_LITE GLIB_AVAILABLE_IN_ALL guint g_timeout_add_seconds_full (gint priority, guint interval, GSourceFunc function, gpointer data, GDestroyNotify notify); GLIB_AVAILABLE_IN_ALL guint g_timeout_add_seconds (guint interval, GSourceFunc function, gpointer data); + #endif // GSTREAMER_LITE GLIB_AVAILABLE_IN_ALL guint g_child_watch_add_full (gint priority, GPid pid, GChildWatchFunc function, gpointer data,
< prev index next >