Home
last modified time | relevance | path

Searched refs:g_object_bind_property_full (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpenc.c257 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/
Dgbinding.h133 GBinding *g_object_bind_property_full (gpointer source,
Dgbinding.c1255 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/
Dgobject-sections.txt991 g_object_bind_property_full
/third_party/glib/gobject/tests/
Dbinding.c518 binding = g_object_bind_property_full (source, "double-value", in binding_transform()