Home
last modified time | relevance | path

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

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection-manager.c271 IntrospectionStep introspection_step; member
597 g_assert (self->priv->introspection_step == INTROSPECT_GETTING_PARAMETERS); in tp_connection_manager_got_parameters()
639 self->priv->introspection_step = INTROSPECT_IDLE; in tp_connection_manager_reset_introspection()
715 g_assert (self->priv->introspection_step == INTROSPECT_GETTING_PROPERTIES); in tp_connection_manager_get_all_cb()
798 if (self->priv->introspection_step == INTROSPECT_IDLE) in tp_connection_manager_continue_introspection()
801 self->priv->introspection_step = INTROSPECT_GETTING_PROPERTIES; in tp_connection_manager_continue_introspection()
808 if (self->priv->introspection_step == INTROSPECT_GETTING_PROPERTIES) in tp_connection_manager_continue_introspection()
815 self->priv->introspection_step = INTROSPECT_LISTING_PROTOCOLS; in tp_connection_manager_continue_introspection()
847 g_assert (self->priv->introspection_step == INTROSPECT_IDLE); in tp_connection_manager_continue_introspection()
853 self->priv->introspection_step = INTROSPECT_GETTING_PARAMETERS; in tp_connection_manager_continue_introspection()