Home
last modified time | relevance | path

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

/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-account.c187 guint properties_source; member
975 if (priv->properties_source != 0) in emit_property_changed()
977 g_source_remove (priv->properties_source); in emit_property_changed()
978 priv->properties_source = 0; in emit_property_changed()
1027 if (priv->properties_source == 0) in mcd_account_changed_property()
1030 priv->properties_source = g_timeout_add_full (G_PRIORITY_DEFAULT, 10, in mcd_account_changed_property()
3564 if (priv->properties_source != 0) in _mcd_account_finalize()
3565 g_source_remove (priv->properties_source); in _mcd_account_finalize()