mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Merge branch 'fix-typo' into 'main'
Fix doc typo in g_dbus_connection_signal_subscribe See merge request GNOME/glib!3091
This commit is contained in:
commit
11a253d1bd
@ -3444,7 +3444,7 @@ is_signal_data_for_name_lost_or_acquired (SignalData *signal_data)
|
||||
* @user_data_free_func: (nullable): function to free @user_data with when
|
||||
* subscription is removed or %NULL
|
||||
*
|
||||
* Subscribes to signals on @connection and invokes @callback with a whenever
|
||||
* Subscribes to signals on @connection and invokes @callback whenever
|
||||
* the signal is received. Note that @callback will be invoked in the
|
||||
* [thread-default main context][g-main-context-push-thread-default]
|
||||
* of the thread you are calling this method from.
|
||||
|
Loading…
Reference in New Issue
Block a user