From be7de8a7fd0883f8514cf8b532ce1c820f7e35fa Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 21 Jul 2015 12:09:16 +0530 Subject: [PATCH] gdbusconnection: Fix signal subscription documentation https://bugzilla.gnome.org/show_bug.cgi?id=752656 --- gio/gdbusconnection.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c index d50e4c7..7b71bd0 100644 --- a/gio/gdbusconnection.c +++ b/gio/gdbusconnection.c @@ -3330,7 +3330,8 @@ is_signal_data_for_name_lost_or_acquired (SignalData *signal_data) * all object paths * @arg0: (allow-none): contents of first string argument to match on or %NULL * to match on all kinds of arguments - * @flags: flags describing how to subscribe to the signal (currently unused) + * @flags: #GDBusSignalFlags describing how arg0 is used in subscribing to the + * signal * @callback: callback to invoke when there is a signal matching the requested data * @user_data: user data to pass to @callback * @user_data_free_func: (allow-none): function to free @user_data with when -- 2.7.4