Home
last modified time | relevance | path

Searched refs:GClosureNotify (Results 1 – 25 of 25) sorted by relevance

/third_party/glib/gobject/
Dgclosure.h95 typedef void (*GClosureNotify) (gpointer data, typedef
164 GClosureNotify notify;
227 GClosureNotify destroy_data);
231 GClosureNotify destroy_data);
251 GClosureNotify notify_func);
255 GClosureNotify notify_func);
259 GClosureNotify notify_func);
263 GClosureNotify notify_func);
267 GClosureNotify pre_marshal_notify,
269 GClosureNotify post_marshal_notify);
Dgclosure.c383 GClosureNotify pre_marshal_notify, in g_closure_add_marshal_guards()
385 GClosureNotify post_marshal_notify) in g_closure_add_marshal_guards()
440 GClosureNotify notify_func) in g_closure_add_finalize_notifier()
474 GClosureNotify notify_func) in g_closure_add_invalidate_notifier()
493 GClosureNotify notify_func) in closure_try_remove_inotify()
513 GClosureNotify notify_func) in closure_try_remove_fnotify()
719 GClosureNotify notify_func) in g_closure_remove_invalidate_notifier()
747 GClosureNotify notify_func) in g_closure_remove_finalize_notifier()
946 GClosureNotify destroy_data) in g_cclosure_new()
976 GClosureNotify destroy_data) in g_cclosure_new_swap()
Dgsignal.h401 GClosureNotify destroy_data,
Dgbinding.c853 (GClosureNotify) binding_context_unref); in g_binding_constructed()
870 (GClosureNotify) binding_context_unref); in g_binding_constructed()
Dgobject.c4331 object, (GClosureNotify) g_object_ref, in g_object_watch_closure()
4332 object, (GClosureNotify) g_object_unref); in g_object_watch_closure()
Dgsignal.c2562 GClosureNotify destroy_data, in g_signal_connect_data()
/third_party/glib/gio/
Dglocalfilemonitor.h90 GClosureNotify destroy_user_data,
Dgcancellable.c589 (GClosureNotify) data_destroy_func, in g_cancellable_connect()
Dgdbusobjectmanagerclient.c1409 (GClosureNotify) weak_ref_free, in initable_init()
1417 (GClosureNotify) weak_ref_free, in initable_init()
Dgdbusserver.c628 (GClosureNotify) g_object_unref, in g_dbus_server_start()
Dglocalfilemonitor.c898 GClosureNotify destroy_user_data, in g_local_file_monitor_new_in_worker()
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dclient-rtpaux.c315 session_ref (session), (GClosureNotify) session_unref, 0); in join_session()
318 session_ref (session), (GClosureNotify) session_unref, 0); in join_session()
/third_party/glib/tests/gobject/
Dtimeloop-closure.c157 (GClosureNotify)g_io_channel_unref)); in create_child()
/third_party/glib/gio/tests/
Dgdbus-names.c257 (GClosureNotify) own_name_data_free_func)); in test_bus_own_name()
726 … (GClosureNotify) watch_name_data_free_func)); in test_bus_watch_name()
775 … (GClosureNotify) watch_name_data_free_func)); in test_bus_watch_name()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dconvertframe.c757 (GClosureNotify) gst_video_convert_frame_context_unref, 0); in gst_video_convert_sample_async()
761 (GClosureNotify) gst_video_convert_frame_context_unref, 0); in gst_video_convert_sample_async()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/
Dmviewwidget.c115 c, (GClosureNotify) g_free, 0); in link_button_to_flag()
/third_party/glib/gobject/tests/
Dbinding.c546 …c2f_clos = g_cclosure_new (G_CALLBACK (celsius_to_fahrenheit), &unused_data_1, (GClosureNotify) da… in binding_transform_closure()
548 …f2c_clos = g_cclosure_new (G_CALLBACK (fahrenheit_to_celsius), &unused_data_2, (GClosureNotify) da… in binding_transform_closure()
/third_party/libsoup/libsoup/
Dsoup-auth-negotiate.c265 (GClosureNotify) g_object_unref, in soup_auth_negotiate_update_connection()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y282 G_CALLBACK (gst_parse_new_child), data, (GClosureNotify) in gst_parse_add_delayed_set()
612 (GClosureNotify) gst_parse_free_delayed_link, (GConnectFlags) 0); in gst_parse_perform_delayed_link()
Dgrammar.y.in282 G_CALLBACK (gst_parse_new_child), data, (GClosureNotify)
612 (GClosureNotify) gst_parse_free_delayed_link, (GConnectFlags) 0);
Dgrammar.tab.c356 G_CALLBACK (gst_parse_new_child), data, (GClosureNotify) in gst_parse_add_delayed_set()
686 (GClosureNotify) gst_parse_free_delayed_link, (GConnectFlags) 0); in gst_parse_perform_delayed_link()
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt895 GClosureNotify
/third_party/gstreamer/gstreamer/gst/
Dgstbus.c1234 (GClosureNotify) poll_destroy, 0); in gst_bus_poll()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c3731 G_CALLBACK (notify_tags_cb), ntdata, (GClosureNotify) g_free, in pad_added_cb()
/third_party/gstreamer/gstreamer/
DChangeLog82037 parser: Make sure that signal user data is freed by setting a GClosureNotify