mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-17 04:48:49 +02:00
gdbusconnection: Fix signal subscription documentation
https://bugzilla.gnome.org/show_bug.cgi?id=752656
This commit is contained in:
parent
53d487e31b
commit
be7de8a7fd
@ -3330,7 +3330,8 @@ is_signal_data_for_name_lost_or_acquired (SignalData *signal_data)
|
|||||||
* all object paths
|
* all object paths
|
||||||
* @arg0: (allow-none): contents of first string argument to match on or %NULL
|
* @arg0: (allow-none): contents of first string argument to match on or %NULL
|
||||||
* to match on all kinds of arguments
|
* 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
|
* @callback: callback to invoke when there is a signal matching the requested data
|
||||||
* @user_data: user data to pass to @callback
|
* @user_data: user data to pass to @callback
|
||||||
* @user_data_free_func: (allow-none): function to free @user_data with when
|
* @user_data_free_func: (allow-none): function to free @user_data with when
|
||||||
|
Loading…
x
Reference in New Issue
Block a user