Home
last modified time | relevance | path

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

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/versions/
H A D0.7.26.abi12 tp_connection_manager_is_ready
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/dbus/
H A Dcm.c809 g_assert_cmpuint (tp_connection_manager_is_ready (test->cm), ==, FALSE); in test_nothing_ready()
857 g_assert_cmpuint (tp_connection_manager_is_ready (test->cm), ==, TRUE); in test_file_ready()
913 g_assert_cmpuint (tp_connection_manager_is_ready (test->cm), ==, TRUE); in test_complex_file_ready()
1005 g_assert_cmpuint (tp_connection_manager_is_ready (test->cm), ==, FALSE); in test_dbus_ready()
1015 g_assert_cmpuint (tp_connection_manager_is_ready (test->cm), ==, TRUE); in test_dbus_ready()
1111 g_assert (tp_connection_manager_is_ready (test->echo)); in test_list()
1112 g_assert (tp_connection_manager_is_ready (test->spurious)); in test_list()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection-manager.h145 gboolean tp_connection_manager_is_ready (TpConnectionManager *self);
H A Dconnection-manager.c2243 tp_connection_manager_is_ready (TpConnectionManager *self) in tp_connection_manager_is_ready() function