Home
last modified time | relevance | path

Searched refs:object_info (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/tests/gobject/
Dtestcommon.h33 const GTypeInfo object_info = \
48 &object_info, 0); \
/third_party/glib/gobject/tests/
Dtestcommon.h33 static const GTypeInfo object_info = \
49 &object_info, 0); \
Ddynamictests.c86 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/
Dgstgdkanimation.c52 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/
Dgsttagdemux.c179 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/
Dmatroska-mux.c283 static const GTypeInfo object_info = { in gst_matroska_mux_get_type() local
297 "GstMatroskaMux", &object_info, (GTypeFlags) 0); in gst_matroska_mux_get_type()