gboolean
tpaw_user_info_apply_finish (TpawUserInfo *self,
    GAsyncResult *result,
    GError **error)
{
  tpaw_implement_finish_void (self, tpaw_user_info_apply_async);
}
gboolean
tpaw_keyring_delete_account_password_finish (TpAccount *account,
    GAsyncResult *result,
    GError **error)
{
  tpaw_implement_finish_void (account, tpaw_keyring_delete_account_password_async);
}
Esempio n. 3
0
gboolean
empathy_audio_src_change_microphone_finish (EmpathyGstAudioSrc *src,
    GAsyncResult *result,
    GError **error)
{
  tpaw_implement_finish_void (src,
      empathy_audio_src_change_microphone_async);
}