Home
last modified time | relevance | path

Searched refs:tp_protocol_get_authentication_types (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/versions/
H A D0.13.9.abi28 tp_protocol_get_authentication_types
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dprotocol.h124 tp_protocol_get_authentication_types (TpProtocol *self);
H A Dprotocol.c307 g_value_set_boxed (value, tp_protocol_get_authentication_types (self)); in tp_protocol_get_property()
1334 tp_protocol_get_authentication_types (TpProtocol *self) in tp_protocol_get_authentication_types() function
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/examples/client/
H A Dinspect-cm.c71 strv = tp_protocol_get_authentication_types (protocol); in show_cm()