summaryrefslogtreecommitdiff
path: root/src/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.c')
-rw-r--r--src/user.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/user.c b/src/user.c
index 67cbb1b..0a8e586 100644
--- a/src/user.c
+++ b/src/user.c
@@ -1120,6 +1120,11 @@ user_set_saved (User *user,
accounts_user_set_saved (ACCOUNTS_USER (user), saved);
}
+static void throw_error (GDBusMethodInvocation *context,
+ gint error_code,
+ const gchar *format,
+ ...) G_GNUC_PRINTF (3, 4);
+
static void
throw_error (GDBusMethodInvocation *context,
gint error_code,