mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 00:16:15 +01:00
Merge branch 'fix-gtask-auto-set-name-doc' into 'main'
gtask: Fix comment for auto task naming via 'g_task_set_source_tag()' See merge request GNOME/glib!4383
This commit is contained in:
commit
9949067a69
@ -1126,8 +1126,7 @@ void
|
||||
* name of the #GSource used for idle completion of the task.
|
||||
*
|
||||
* This function may only be called before the @task is first used in a thread
|
||||
* other than the one it was constructed in. It is called automatically by
|
||||
* g_task_set_source_tag() if not called already.
|
||||
* other than the one it was constructed in.
|
||||
*
|
||||
* Since: 2.60
|
||||
*/
|
||||
@ -1155,6 +1154,9 @@ void
|
||||
*
|
||||
* This is a variant of g_task_set_name() that avoids copying @name.
|
||||
*
|
||||
* This function is called automatically by [method@Gio.Task.set_source_tag]
|
||||
* unless a name is set.
|
||||
*
|
||||
* Since: 2.76
|
||||
*/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user