Searched refs:object_info (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/tests/gobject/ |
D | testcommon.h | 33 const GTypeInfo object_info = \ 48 &object_info, 0); \
|
/third_party/glib/gobject/tests/ |
D | testcommon.h | 33 static const GTypeInfo object_info = \ 49 &object_info, 0); \
|
D | dynamictests.c | 86 static const GTypeInfo object_info = in test_module_get_type() local 99 object_type = g_type_register_static (G_TYPE_TYPE_MODULE, "TestModule", &object_info, 0); in test_module_get_type()
|
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/ |
D | gstgdkanimation.c | 52 static const GTypeInfo object_info = { in gst_gdk_animation_get_type() local 65 "GstGdkAnimation", &object_info, 0); in gst_gdk_animation_get_type() 179 static const GTypeInfo object_info = { in gst_gdk_animation_iter_get_type() local 192 "GdkPixbufAniAnimIter", &object_info, 0); in gst_gdk_animation_iter_get_type()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagdemux.c | 179 static const GTypeInfo object_info = { in gst_tag_demux_get_type() local 192 "GstTagDemux", &object_info, G_TYPE_FLAG_ABSTRACT); in gst_tag_demux_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 283 static const GTypeInfo object_info = { in gst_matroska_mux_get_type() local 297 "GstMatroskaMux", &object_info, (GTypeFlags) 0); in gst_matroska_mux_get_type()
|