]> 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 1fb29a97d09360cfea1b1a4d308d298ef93df6de..fedf8f7be4408bfcde52cc15051dedd2994d9ded 100644 (file)
@@ -47,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,