]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-status-presets.h
Center the 'smiley images' inside the menu items
[empathy.git] / libempathy / empathy-status-presets.h
index 335dbcfcb2b18e9b1a0d014b5b6c1c18fdf0b42b..5e490221f645badccf03ce6140943f3124b46e66 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __EMPATHY_STATUS_PRESETS_H__
 #define __EMPATHY_STATUS_PRESETS_H__
 
-#include <telepathy-glib/enums.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -40,6 +40,7 @@ const gchar * empathy_status_presets_get_default_status (void);
 void          empathy_status_presets_set_default        (TpConnectionPresenceType   state,
                                                         const gchar *status);
 void          empathy_status_presets_clear_default      (void);
+gboolean      empathy_status_presets_is_valid           (TpConnectionPresenceType   state);
 
 G_END_DECLS