Home
last modified time | relevance | path

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

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/versions/
H A D0.7.26.abi13 tp_connection_manager_is_running
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/dbus/
H A Dcm.c813 g_assert_cmpuint (tp_connection_manager_is_running (test->cm), ==, FALSE); in test_nothing_ready()
858 g_assert_cmpuint (tp_connection_manager_is_running (test->cm), ==, FALSE); in test_file_ready()
914 g_assert_cmpuint (tp_connection_manager_is_running (test->cm), ==, FALSE); in test_complex_file_ready()
1016 g_assert_cmpuint (tp_connection_manager_is_running (test->cm), ==, TRUE); in test_dbus_ready()
1046 if (tp_connection_manager_is_running (cms[0])) in on_listed_connection_managers()
1085 if (tp_connection_manager_is_running (cms->data)) in test_list()
1100 g_assert (tp_connection_manager_is_running (test->echo)); in test_list()
1101 g_assert (!tp_connection_manager_is_running (test->spurious)); in test_list()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection-manager.h149 gboolean tp_connection_manager_is_running (TpConnectionManager *self);
H A Dconnection-manager.c2262 tp_connection_manager_is_running (TpConnectionManager *self) in tp_connection_manager_is_running() function
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/examples/client/
H A Dinspect-cm.c48 tp_connection_manager_is_running (cm) ? "yes" : "no"); in show_cm()