]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-account-chooser.h
Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_account...
[empathy.git] / libempathy-gtk / empathy-account-chooser.h
index 4dfdc632ec60330746a96d7367ae02914b2c0738..580c216958af1a2075c4770c1832933f7ac7b749 100644 (file)
@@ -56,7 +56,7 @@ struct _EmpathyAccountChooserClass {
 
 GType          empathy_account_chooser_get_type           (void) G_GNUC_CONST;
 GtkWidget *    empathy_account_chooser_new                (void);
-McAccount *    empathy_account_chooser_get_account        (EmpathyAccountChooser *chooser);
+McAccount *    empathy_account_chooser_dup_account        (EmpathyAccountChooser *chooser);
 TpConnection * empathy_account_chooser_get_connection     (EmpathyAccountChooser *chooser);
 gboolean       empathy_account_chooser_set_account        (EmpathyAccountChooser *chooser,
                                                           McAccount            *account);