37+ results for 'g_timeout_add' (0 ms)
Not the results you expected?
overlays.c (https://github.com/lubosz/gst-editing-services.git) C · 176 lines
gvfsjobcreatemonitor.c (https://gitlab.com/mvglasow/gvfs) C · 244 lines
player.c (https://github.com/rikaunite/gst-opera_gst-plugins-bad.git) C · 176 lines
cdplayer.c (https://github.com/rikaunite/gst-opera_gst-plugins-base.git) C · 292 lines
182 gst_element_set_state (pipeline, GST_STATE_PLAYING);
183 update_id =
184 g_timeout_add (UPDATE_INTERVAL, (GtkFunction) update_scale, pipeline);
186 return FALSE;
196 gst_element_set_state (pipeline, GST_STATE_PLAYING);
197 update_id =
198 g_timeout_add (UPDATE_INTERVAL, (GtkFunction) update_scale, pipeline);
199 }
200 }
gimpview-popup.c (https://gitlab.com/marcelosabino/gimp) C · 243 lines
vistest_fft.c (https://github.com/theefer/xmms2.git) C · 196 lines
ns_timer.c (https://bitbucket.org/portix/dwb.git) C · 158 lines
122 ScriptContext *sctx = scripts_get_context();
123 if (sctx != NULL) {
124 ret = g_timeout_add_full(G_PRIORITY_DEFAULT, (int)msec, (GSourceFunc)timeout_callback, func, (GDestroyNotify)scripts_unprotect);
125 sctx->timers = g_slist_prepend(sctx->timers, GINT_TO_POINTER(ret));
126 scripts_release_context();
proxy.c (https://github.com/connectivity/connman-stable.git) C · 250 lines
progressbar.bas (https://github.com/freebasic/fbc.git) Basic · 213 lines
mainloop-test.c (https://github.com/rikaunite/gst-opera_glib.git) C · 442 lines
test7.c (https://github.com/rikaunite/gst-opera_gst-plugins-base.git) C · 179 lines
echo_calling_service.c (https://github.com/keesj/dbus_glib_pthread.git) C · 175 lines
DumpRenderTreeGtk.cpp (https://github.com/weissms/owb-mirror.git) C++ · 93 lines
cpufreq-monitor.c (https://github.com/mate-desktop/mate-applets.git) C · 395 lines
ev-timeline.c (https://github.com/mate-desktop/atril.git) C · 440 lines
190 g_signal_emit (timeline, signals [STARTED], 0);
192 priv->source_id = g_timeout_add (FRAME_INTERVAL (priv->fps),
193 (GSourceFunc) ev_timeline_run_frame,
194 timeline);
360 if (ev_timeline_is_running (timeline)) {
361 g_source_remove (priv->source_id);
362 priv->source_id = g_timeout_add (FRAME_INTERVAL (priv->fps),
363 (GSourceFunc) ev_timeline_run_frame,
364 timeline);
aoview_replay.c (https://github.com/ajtowns/altos.git) C · 147 lines
testatk.c (https://github.com/lems111/Intercept-CM6-Kernel.git) C · 240 lines
sim-poll.c (https://github.com/Paulxia/ofono.git) C · 257 lines
testselection.c (https://github.com/garnacho/gtk-mpx.git) C · 198 lines
ar71xx_regs.h (https://gitlab.com/gmbnomis/u-boot) C Header · 1265 lines
hippo-idle.c (https://gitlab.com/manoj-makkuboy/magnetism) C · 144 lines
gdbus-tests.c (https://github.com/rikaunite/gst-opera_glib.git) C · 265 lines
69 &data);
70 g_free (s);
71 timeout_id = g_timeout_add (30 * 1000,
72 on_property_notify_timeout,
73 &data);
118 G_CALLBACK (on_signal_received),
119 &data);
120 timeout_id = g_timeout_add (30 * 1000,
121 on_signal_received_timeout,
122 &data);
230 data.loop = g_main_loop_new (NULL, FALSE);
231 timeout_id = g_timeout_add (30 * 1000,
232 on_wait_single_ref_timeout,
233 &data);
SharedTimerGtk.cpp (https://gitlab.com/x33n/phantomjs) C++ · 73 lines
logread.c (http://holyshield.googlecode.com/svn/trunk/) C · 187 lines
main.c (https://github.com/AshuLara/lisa.git) C · 128 lines
wocky-test-helper.c (git://pkgs.fedoraproject.org/telepathy-gabble) C · 311 lines
simple1.c (https://github.com/freesteph/gst-editing-services.git) C · 112 lines
testGtk2.c (https://github.com/onecoolx/picasso.git) C · 120 lines
main.c (https://github.com/AlexWillisson/metacity-physics.git) C · 245 lines
child-test.c (https://github.com/lems111/Intercept-CM6-Kernel.git) C · 206 lines
directory-client.c (https://github.com/schneider42/ubd.git) C · 181 lines
nhm-main-test.h (https://gitlab.com/jkaliyap/node-health-monitor-1.3.5) C Header · 235 lines
test-video-filters.c (https://github.com/ahmedammar/skype_farsight2.git) C · 357 lines
74 g_list_foreach (effects, (GFunc) g_free, NULL);
75 g_list_free (effects);
76 g_timeout_add (TIMEOUT, done, NULL);
78 return FALSE;
110 idx++;
111 if (idx > 10) {
112 g_timeout_add (TIMEOUT, add_effects, filters);
113 g_list_foreach (effects, (GFunc) g_free, NULL);
114 g_list_free (effects);
142 width = 1280;
143 height = 960;
144 g_timeout_add (TIMEOUT, change_effect, filters);
145 }