]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.h
Add a generic UI to make easy building UI for protocol specific settings. Port empath...
[empathy.git] / libempathy-gtk / empathy-ui-utils.h
index fd1f7c6339c0edd8c07d9ab67dc0dbebfa6fa292..fedf8f7be4408bfcde52cc15051dedd2994d9ded 100644 (file)
@@ -37,7 +37,6 @@
 #include <libmissioncontrol/mc-account.h>
 #include <libmissioncontrol/mc-profile.h>
 
-#include <libempathy/empathy-presence.h>
 #include <libempathy/empathy-contact.h>
 #include <libempathy/empathy-avatar.h>
 
@@ -48,6 +47,9 @@ G_BEGIN_DECLS
 #define G_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0')
 
 /* Glade */
+GladeXML *      empathy_glade_get                       (const gchar      *filename,
+                                                        const gchar      *root,
+                                                        const gchar      *domain);
 void            empathy_glade_get_file_simple           (const gchar      *filename,
                                                         const gchar      *root,
                                                         const gchar      *domain,
@@ -68,8 +70,7 @@ void            empathy_glade_setup_size_group          (GladeXML         *gui,
                                                         ...);
 /* Pixbufs */
 const gchar * empathy_icon_name_from_account            (McAccount        *account);
-const gchar * empathy_icon_name_for_presence_state      (McPresence        state);
-const gchar * empathy_icon_name_for_presence            (EmpathyPresence  *presence);
+const gchar * empathy_icon_name_for_presence            (McPresence        presence);
 const gchar * empathy_icon_name_for_contact             (EmpathyContact   *contact);
 GdkPixbuf *   empathy_pixbuf_from_data                  (gchar            *data,
                                                         gsize             data_size);