Home
last modified time | relevance | path

Searched refs:g_param_spec_get_blurb (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstfakevideosink.c107 g_param_spec_get_blurb (properties[i]), in gst_fake_video_sink_proxy_properties()
114 g_param_spec_get_blurb (properties[i]), in gst_fake_video_sink_proxy_properties()
122 g_param_spec_get_blurb (properties[i]), in gst_fake_video_sink_proxy_properties()
130 g_param_spec_get_blurb (properties[i]), in gst_fake_video_sink_proxy_properties()
138 g_param_spec_get_blurb (properties[i]), in gst_fake_video_sink_proxy_properties()
146 g_param_spec_get_blurb (properties[i]), in gst_fake_video_sink_proxy_properties()
154 g_param_spec_get_blurb (properties[i]), in gst_fake_video_sink_proxy_properties()
160 g_param_spec_get_blurb (properties[i]), in gst_fake_video_sink_proxy_properties()
/third_party/glib/tests/gobject/
Dparamspec-test.c45 g_assert (strcmp (g_param_spec_get_blurb (pspec), "blurb") == 0); in test_param_spec_char()
173 g_assert (strcmp (g_param_spec_get_blurb (pspec), "blurb") == 0); in test_param_spec_override()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Ddvbbasebin.c373 g_param_spec_get_nick (pspec), g_param_spec_get_blurb (pspec), in dvb_base_bin_class_init()
380 g_param_spec_get_nick (pspec), g_param_spec_get_blurb (pspec), in dvb_base_bin_class_init()
387 g_param_spec_get_nick (pspec), g_param_spec_get_blurb (pspec), in dvb_base_bin_class_init()
394 g_param_spec_get_nick (pspec), g_param_spec_get_blurb (pspec), in dvb_base_bin_class_init()
400 g_param_spec_get_nick (pspec), g_param_spec_get_blurb (pspec), in dvb_base_bin_class_init()
/third_party/glib/gobject/
Dgparam.h328 const gchar * g_param_spec_get_blurb (GParamSpec *pspec);
Dgparam.c343 g_param_spec_get_blurb (GParamSpec *pspec) in g_param_spec_get_blurb() function
/third_party/glib/gobject/tests/
Dparam.c101 g_assert_cmpstr (g_param_spec_get_blurb (p), ==, "Blurb"); in test_param_strings()
110 g_assert_null (g_param_spec_get_blurb (p)); in test_param_strings()
Difaceproperties.c173 g_assert (strcmp (g_param_spec_get_blurb (pspec), "Property 1") == 0); in DEFINE_IFACE()
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt533 g_param_spec_get_blurb
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c383 g_param_spec_get_blurb (param), RESET_COLOR); in print_object_properties_info()