diff options
Diffstat (limited to 'libempathy-gtk/empathy-notify-manager.h')
-rw-r--r-- | libempathy-gtk/empathy-notify-manager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-notify-manager.h b/libempathy-gtk/empathy-notify-manager.h index dff4238df..74d2fcfa4 100644 --- a/libempathy-gtk/empathy-notify-manager.h +++ b/libempathy-gtk/empathy-notify-manager.h @@ -51,6 +51,9 @@ GType empathy_notify_manager_get_type (void) G_GNUC_CONST; /* Get the notify_manager singleton */ EmpathyNotifyManager * empathy_notify_manager_dup_singleton (void); +gboolean empathy_notify_manager_has_capability (EmpathyNotifyManager *self, + const gchar *capa); + G_END_DECLS #endif /* __EMPATHY_NOTIFY_MANAGER_H__ */ |