mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Erase GI annotation: skip g_cancellable_source_new
Deletes the skip annotation from g_cancellable_source_new(). This was originally added because GSource wasn't introspectable, but this is no longer an issue as G_TYPE_SOURCE was added in 2.30. Fixes: #1877
This commit is contained in:
parent
79dd753223
commit
274985a2ce
@ -725,7 +725,7 @@ static GSourceFuncs cancellable_source_funcs =
|
||||
};
|
||||
|
||||
/**
|
||||
* g_cancellable_source_new: (skip)
|
||||
* g_cancellable_source_new:
|
||||
* @cancellable: (nullable): a #GCancellable, or %NULL
|
||||
*
|
||||
* Creates a source that triggers if @cancellable is cancelled and
|
||||
|
Loading…
Reference in New Issue
Block a user