diff options
Diffstat (limited to 'plugins/mpris/bus-watch-namespace.c')
-rw-r--r-- | plugins/mpris/bus-watch-namespace.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mpris/bus-watch-namespace.c b/plugins/mpris/bus-watch-namespace.c index 1ffdff4..f1aff23 100644 --- a/plugins/mpris/bus-watch-namespace.c +++ b/plugins/mpris/bus-watch-namespace.c @@ -240,9 +240,9 @@ names_listed (GObject *object, } static void -connection_closed (GDBusConnection *connection, - gboolean remote_peer_vanished, - GError *error, +connection_closed (GDBusConnection *connection G_GNUC_UNUSED, + gboolean remote_peer_vanished G_GNUC_UNUSED, + GError *error G_GNUC_UNUSED, gpointer user_data) { NamespaceWatcher *watcher = user_data; |