]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-account-chooser.h
Updated Swedish translation
[empathy.git] / libempathy-gtk / empathy-account-chooser.h
index 1fc67b15b7258a3f811028e199ed78dbf8253ab8..5302ad70246d5d141e3bf505b7ce8612521f03e1 100644 (file)
@@ -25,7 +25,6 @@
 #define __EMPATHY_ACCOUNT_CHOOSER_H__
 
 #include <gtk/gtk.h>
-
 #include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
@@ -61,13 +60,14 @@ typedef void (* EmpathyAccountChooserFilterFunc) (
 
 typedef struct _EmpathyAccountChooser EmpathyAccountChooser;
 typedef struct _EmpathyAccountChooserClass EmpathyAccountChooserClass;
+typedef struct _EmpathyAccountChooserPriv EmpathyAccountChooserPriv;
 
 struct _EmpathyAccountChooser
 {
   GtkComboBox parent;
 
   /*<private>*/
-  gpointer priv;
+  EmpathyAccountChooserPriv *priv;
 };
 
 struct _EmpathyAccountChooserClass
@@ -105,6 +105,12 @@ void empathy_account_chooser_set_filter (EmpathyAccountChooser *self,
     EmpathyAccountChooserFilterFunc filter,
     gpointer user_data);
 
+gboolean empathy_account_chooser_is_ready (EmpathyAccountChooser *self);
+
+void empathy_account_chooser_refilter (EmpathyAccountChooser *self);
+
+/* Pre-defined filters */
+
 void empathy_account_chooser_filter_is_connected (TpAccount *account,
     EmpathyAccountChooserFilterResultCallback callback,
     gpointer callback_data,
@@ -115,8 +121,6 @@ void empathy_account_chooser_filter_supports_chatrooms (TpAccount *account,
     gpointer callback_data,
     gpointer user_data);
 
-gboolean empathy_account_chooser_is_ready (EmpathyAccountChooser *self);
-
 G_END_DECLS
 
 #endif /* __EMPATHY_ACCOUNT_CHOOSER_H__ */