summaryrefslogtreecommitdiff
path: root/src/daemon/engines.h
diff options
context:
space:
mode:
authoryetist <[email protected]>2018-05-08 13:22:49 +0800
committerraveit65 <[email protected]>2018-06-06 17:41:02 +0200
commitdccffbc0a11a130ead7fd7101d90a2d8c043bfec (patch)
treecf4cc2d8ef94f7759e9fcac5aa403a7577aa8acd /src/daemon/engines.h
parent960df18a456f5171a2f5e052278df64d6c663989 (diff)
downloadmate-notification-daemon-dccffbc0a11a130ead7fd7101d90a2d8c043bfec.tar.bz2
mate-notification-daemon-dccffbc0a11a130ead7fd7101d90a2d8c043bfec.tar.xz
Use GVariant
Diffstat (limited to 'src/daemon/engines.h')
-rw-r--r--src/daemon/engines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/engines.h b/src/daemon/engines.h
index 10ea48e..be3c498 100644
--- a/src/daemon/engines.h
+++ b/src/daemon/engines.h
@@ -33,7 +33,7 @@ void theme_destroy_notification (GtkWindow *nw);
void theme_show_notification (GtkWindow *nw);
void theme_hide_notification (GtkWindow *nw);
void theme_set_notification_hints (GtkWindow *nw,
- GHashTable *hints);
+ GVariant *hints);
void theme_set_notification_timeout (GtkWindow *nw,
glong timeout);
void theme_notification_tick (GtkWindow *nw,