summaryrefslogtreecommitdiff
path: root/plugins/sound/msd-sound-manager.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/sound/msd-sound-manager.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/sound/msd-sound-manager.c')
-rw-r--r--plugins/sound/msd-sound-manager.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/sound/msd-sound-manager.c b/plugins/sound/msd-sound-manager.c
index 6826e0f..c817e29 100644
--- a/plugins/sound/msd-sound-manager.c
+++ b/plugins/sound/msd-sound-manager.c
@@ -201,18 +201,18 @@ trigger_flush (MsdSoundManager *manager)
}
static void
-gsettings_notify_cb (GSettings *client,
- gchar *key,
+gsettings_notify_cb (GSettings *client G_GNUC_UNUSED,
+ gchar *key G_GNUC_UNUSED,
MsdSoundManager *manager)
{
trigger_flush (manager);
}
static void
-file_monitor_changed_cb (GFileMonitor *monitor,
- GFile *file,
- GFile *other_file,
- GFileMonitorEvent event,
+file_monitor_changed_cb (GFileMonitor *monitor G_GNUC_UNUSED,
+ GFile *file G_GNUC_UNUSED,
+ GFile *other_file G_GNUC_UNUSED,
+ GFileMonitorEvent event G_GNUC_UNUSED,
MsdSoundManager *manager)
{
g_debug ("Theme dir changed");