summaryrefslogtreecommitdiff
path: root/gio/gdbusauth.h
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2012-04-11 23:30:48 -0400
committerDavid Zeuthen <davidz@redhat.com>2012-04-14 11:52:20 -0400
commitce81bd87c5fdd54126ceb81c17fea7c914833c3e (patch)
tree85c5001937d619c47f8dfd76686b13140fc808b2 /gio/gdbusauth.h
parentbb7f3e0cbd89d0a55630e02dba562303c038a445 (diff)
downloadglib-ce81bd87c5fdd54126ceb81c17fea7c914833c3e.tar.gz
GDBusAuthObserver: Add a way to control what authentication mechanisms to use
This is related to https://bugzilla.gnome.org/show_bug.cgi?id=673943 but also useful in a lot of other contexts.
Diffstat (limited to 'gio/gdbusauth.h')
-rw-r--r--gio/gdbusauth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gdbusauth.h b/gio/gdbusauth.h
index 039565932..1ee3ec45e 100644
--- a/gio/gdbusauth.h
+++ b/gio/gdbusauth.h
@@ -76,6 +76,7 @@ gboolean _g_dbus_auth_run_server (GDBusAuth *auth,
GError **error);
gchar *_g_dbus_auth_run_client (GDBusAuth *auth,
+ GDBusAuthObserver *observer,
GDBusCapabilityFlags offered_capabilities,
GDBusCapabilityFlags *out_negotiated_capabilities,
GCancellable *cancellable,