Searched refs:g_param_spec_get_blurb (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstfakevideosink.c | 107 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/ |
D | paramspec-test.c | 45 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/ |
D | dvbbasebin.c | 373 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/ |
D | gparam.h | 328 const gchar * g_param_spec_get_blurb (GParamSpec *pspec);
|
D | gparam.c | 343 g_param_spec_get_blurb (GParamSpec *pspec) in g_param_spec_get_blurb() function
|
/third_party/glib/gobject/tests/ |
D | param.c | 101 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()
|
D | ifaceproperties.c | 173 g_assert (strcmp (g_param_spec_get_blurb (pspec), "Property 1") == 0); in DEFINE_IFACE()
|
/third_party/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 533 g_param_spec_get_blurb
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 383 g_param_spec_get_blurb (param), RESET_COLOR); in print_object_properties_info()
|