summaryrefslogtreecommitdiff
path: root/libnotify/notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnotify/notify.h')
-rw-r--r--libnotify/notify.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/libnotify/notify.h b/libnotify/notify.h
index 8b23058..ba3460f 100644
--- a/libnotify/notify.h
+++ b/libnotify/notify.h
@@ -20,7 +20,6 @@
* Boston, MA 02111-1307, USA.
*
* @todo We talk about URIs, but they are actually file paths not URIs
- * @todo Un-glibify?
*/
#ifndef _LIBNOTIFY_NOTIFY_H_
@@ -161,6 +160,15 @@ void notify_hints_set_string(NotifyHints *hints, const char *key,
*/
void notify_hints_set_int(NotifyHints *hints, const char *key, int value);
+/**
+ * Adds a boolean value to the hints table.
+ *
+ * @param hints The hints table.
+ * @param key The key.
+ * @param value The value.
+ */
+void notify_hints_set_bool(NotifyHints *hints, const char *key, gboolean value);
+
/*@}*/