]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-profile-chooser.h
Renamed empathy_profile_chooser_get_selected to empathy_profile_chooser_dup_selected...
[empathy.git] / libempathy-gtk / empathy-profile-chooser.h
index 8cdc33d678e0e301f166f455b3be0e1960e4ee0a..74c761cc4e6026245e956f6e908b9b6ad923e405 100644 (file)
@@ -27,7 +27,7 @@
 G_BEGIN_DECLS
 
 GtkWidget * empathy_profile_chooser_new          (void);
-McProfile * empathy_profile_chooser_get_selected (GtkWidget *widget);
+McProfile * empathy_profile_chooser_dup_selected (GtkWidget *widget);
 gint        empathy_profile_chooser_n_profiles   (GtkWidget *widget);
 
 G_END_DECLS