summaryrefslogtreecommitdiff
path: root/mate-session/gsm-systemd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-session/gsm-systemd.c')
-rw-r--r--mate-session/gsm-systemd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mate-session/gsm-systemd.c b/mate-session/gsm-systemd.c
index 1ef7ddf..8a375c2 100644
--- a/mate-session/gsm-systemd.c
+++ b/mate-session/gsm-systemd.c
@@ -149,7 +149,7 @@ gsm_systemd_class_init (GsmSystemdClass *manager_class)
}
static DBusHandlerResult
-gsm_systemd_dbus_filter (DBusConnection *connection,
+gsm_systemd_dbus_filter (DBusConnection *connection G_GNUC_UNUSED,
DBusMessage *message,
void *user_data)
{
@@ -271,10 +271,10 @@ out:
}
static void
-gsm_systemd_on_name_owner_changed (DBusGProxy *bus_proxy,
+gsm_systemd_on_name_owner_changed (DBusGProxy *bus_proxy G_GNUC_UNUSED,
const char *name,
- const char *prev_owner,
- const char *new_owner,
+ const char *prev_owner G_GNUC_UNUSED,
+ const char *new_owner G_GNUC_UNUSED,
GsmSystemd *manager)
{
GsmSystemdPrivate *priv;
@@ -420,7 +420,7 @@ emit_stop_complete (GsmSystemd *manager,
}
gboolean
-gsm_systemd_is_last_session_for_user (GsmSystemd *manager)
+gsm_systemd_is_last_session_for_user (GsmSystemd *manager G_GNUC_UNUSED)
{
char **sessions = NULL;
char *session = NULL;