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:
Philip Withnall 2022-11-28 12:11:01 +00:00
commit 11a253d1bd

View File

@ -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.