summaryrefslogtreecommitdiff
path: root/plugins/mpris/bus-watch-namespace.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-10 14:34:23 +0200
committerZenWalker <[email protected]>2020-08-15 14:10:03 +0200
commit7e8357d5cc6e04ae96734e2c8e1f87b9a154a52c (patch)
tree7fdf5c59c8cea2f9067146344434a3d17f69ae71 /plugins/mpris/bus-watch-namespace.c
parent27adfb941829c99638219e3e76371c86e42e3dcb (diff)
downloadmate-settings-daemon-7e8357d5cc6e04ae96734e2c8e1f87b9a154a52c.tar.bz2
mate-settings-daemon-7e8357d5cc6e04ae96734e2c8e1f87b9a154a52c.tar.xz
add G_GNUC_UNUSED in some unused parameters
Diffstat (limited to 'plugins/mpris/bus-watch-namespace.c')
-rw-r--r--plugins/mpris/bus-watch-namespace.c6
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;