Searched refs:g_set_object (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gobject/tests/ |
D | reference.c | 161 g_assert (!g_set_object (&o, NULL)); in test_set() 169 g_assert (g_set_object (&o, tmp)); in test_set() 177 g_assert (!g_set_object (&o, tmp)); in test_set() 182 g_assert (g_set_object (&o, NULL)); in test_set() 194 g_assert (!(g_set_object) (&o, NULL)); in test_set_function() 202 g_assert ((g_set_object) (&o, tmp)); in test_set_function() 210 g_assert (!(g_set_object) (&o, tmp)); in test_set_function() 215 g_assert ((g_set_object) (&o, NULL)); in test_set_function() 230 g_assert_false (g_set_object (&o, NULL)); in test_set_derived_type() 233 g_assert_false (g_set_object (&b, NULL)); in test_set_derived_type() [all …]
|
/third_party/glib/gobject/ |
D | gobject.h | 721 (g_set_object) (GObject **object_ptr, in gboolean() argument 749 #define g_set_object(object_ptr, new_object) \ macro 757 (g_set_object) (_object_ptr.out, (GObject *) new_object); \ 763 #define g_set_object(object_ptr, new_object) \ macro 766 (g_set_object) ((GObject **) (object_ptr), (GObject *) (new_object)) \
|
/third_party/glib/gio/ |
D | gtlsbackend.c | 223 g_set_object (&default_database, database); in g_tls_backend_set_default_database()
|
D | gwin32appinfo.c | 1180 g_set_object (&schema_rec->chosen_handler, handler_rec); in get_url_association() 1290 g_set_object (&file_extn->chosen_handler, handler_rec); in get_file_ext() 3420 g_set_object (&file_extn->chosen_handler, handler_rec); in uwp_package_cb() 3514 g_set_object (&schema_rec->chosen_handler, handler_rec); in uwp_package_cb() 5255 g_set_object (&scheme, g_hash_table_lookup (urls, scheme_down)); in g_app_info_get_default_for_uri_scheme() 5292 g_set_object (&ext, g_hash_table_lookup (extensions, ext_down)); in g_app_info_get_default_for_type() 5385 g_set_object (&ext, g_hash_table_lookup (extensions, ext_down)); in g_app_info_get_all_for_type()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/magicleap/ |
D | gstamc-codec-ml.c | 109 g_set_object (&codec->surface_texture, surface_texture); in gst_amc_codec_configure()
|
/third_party/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 271 g_set_object
|
/third_party/glib/ |
D | NEWS | 422 - #1849 Documentation of g_set_object(): can object_ptr be null? 1012 - !1372 gobject: Fix strict aliasing warnings with g_set_object() 2773 749527 add weak pointer helpers similar to g_set_object 4045 748633 g_set_object order of operations 4515 * add g_set_object() convenience function 4534 741589 gobject: Add g_set_object() convenience function to set GObject pointers
|