/third_party/glib/gobject/ |
D | gclosure.h | 95 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);
|
D | gclosure.c | 383 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()
|
D | gsignal.h | 401 GClosureNotify destroy_data,
|
D | gbinding.c | 853 (GClosureNotify) binding_context_unref); in g_binding_constructed() 870 (GClosureNotify) binding_context_unref); in g_binding_constructed()
|
D | gobject.c | 4331 object, (GClosureNotify) g_object_ref, in g_object_watch_closure() 4332 object, (GClosureNotify) g_object_unref); in g_object_watch_closure()
|
D | gsignal.c | 2562 GClosureNotify destroy_data, in g_signal_connect_data()
|
/third_party/glib/gio/ |
D | glocalfilemonitor.h | 90 GClosureNotify destroy_user_data,
|
D | gcancellable.c | 589 (GClosureNotify) data_destroy_func, in g_cancellable_connect()
|
D | gdbusobjectmanagerclient.c | 1409 (GClosureNotify) weak_ref_free, in initable_init() 1417 (GClosureNotify) weak_ref_free, in initable_init()
|
D | gdbusserver.c | 628 (GClosureNotify) g_object_unref, in g_dbus_server_start()
|
D | glocalfilemonitor.c | 898 GClosureNotify destroy_user_data, in g_local_file_monitor_new_in_worker()
|
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/ |
D | client-rtpaux.c | 315 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/ |
D | timeloop-closure.c | 157 (GClosureNotify)g_io_channel_unref)); in create_child()
|
/third_party/glib/gio/tests/ |
D | gdbus-names.c | 257 (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/ |
D | convertframe.c | 757 (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/ |
D | mviewwidget.c | 115 c, (GClosureNotify) g_free, 0); in link_button_to_flag()
|
/third_party/glib/gobject/tests/ |
D | binding.c | 546 …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/ |
D | soup-auth-negotiate.c | 265 (GClosureNotify) g_object_unref, in soup_auth_negotiate_update_connection()
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.y | 282 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()
|
D | grammar.y.in | 282 G_CALLBACK (gst_parse_new_child), data, (GClosureNotify) 612 (GClosureNotify) gst_parse_free_delayed_link, (GConnectFlags) 0);
|
D | grammar.tab.c | 356 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/ |
D | gobject-sections.txt | 895 GClosureNotify
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbus.c | 1234 (GClosureNotify) poll_destroy, 0); in gst_bus_poll()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin2.c | 3731 G_CALLBACK (notify_tags_cb), ntdata, (GClosureNotify) g_free, in pad_added_cb()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 82037 parser: Make sure that signal user data is freed by setting a GClosureNotify
|