Searched refs:g_object_bind_property_full (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlssrtpenc.c | 257 g_object_bind_property_full (G_OBJECT (self), "srtp-cipher", self->srtp_enc, in gst_dtls_srtp_enc_init() 260 g_object_bind_property_full (G_OBJECT (self), "srtcp-cipher", self->srtp_enc, in gst_dtls_srtp_enc_init() 263 g_object_bind_property_full (G_OBJECT (self), "srtp-auth", self->srtp_enc, in gst_dtls_srtp_enc_init() 266 g_object_bind_property_full (G_OBJECT (self), "srtcp-auth", self->srtp_enc, in gst_dtls_srtp_enc_init()
|
/third_party/glib/gobject/ |
D | gbinding.h | 133 GBinding *g_object_bind_property_full (gpointer source,
|
D | gbinding.c | 1255 g_object_bind_property_full (gpointer source, in g_object_bind_property_full() function 1456 return g_object_bind_property_full (source, source_property, in g_object_bind_property() 1627 return g_object_bind_property_full (source, source_property, in g_object_bind_property_with_closures()
|
/third_party/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 991 g_object_bind_property_full
|
/third_party/glib/gobject/tests/ |
D | binding.c | 518 binding = g_object_bind_property_full (source, "double-value", in binding_transform()
|