Home
last modified time | relevance | path

Searched refs:tp_connection_manager_check_valid_name (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection-manager.h153 gboolean tp_connection_manager_check_valid_name (const gchar *name,
H A Dconnection-manager.c1653 if (!tp_connection_manager_check_valid_name (name, error)) in tp_connection_manager_new()
2119 tp_connection_manager_check_valid_name (const gchar *name, in tp_connection_manager_check_valid_name() function
H A Dbase-connection-manager.c396 g_assert (tp_connection_manager_check_valid_name (cls->cm_dbus_name, NULL)); in tp_base_connection_manager_constructor()
H A Dprotocol.c993 if (!tp_connection_manager_check_valid_name (cm_name, error)) in tp_protocol_new()
H A Dconnection.c2815 if (!tp_connection_manager_check_valid_name (dup_cm_name, NULL)) in _tp_connection_parse()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/versions/
H A D0.7.1.abi272 tp_connection_manager_check_valid_name
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/dbus/
H A Dcm.c170 g_assert (tp_connection_manager_check_valid_name ("gabble", NULL)); in test_valid_name()
172 g_assert (tp_connection_manager_check_valid_name ("l33t_cm", NULL)); in test_valid_name()
174 g_assert (!tp_connection_manager_check_valid_name ("wtf tbh", &error)); in test_valid_name()
178 g_assert (!tp_connection_manager_check_valid_name ("0pointer", &error)); in test_valid_name()