diff options
Diffstat (limited to 'src/daemon/engines.h')
-rw-r--r-- | src/daemon/engines.h | 2 |
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, |