Fix doc typo in g_dbus_connection_signal_subscribe

This commit is contained in:
Sonny Piers 2022-11-26 17:37:45 +01:00 committed by Philip Withnall
parent 24e1bfba16
commit 29da935c28

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.