mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-17 22:02:16 +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:
@@ -725,7 +725,7 @@ static GSourceFuncs cancellable_source_funcs =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* g_cancellable_source_new: (skip)
|
* g_cancellable_source_new:
|
||||||
* @cancellable: (nullable): a #GCancellable, or %NULL
|
* @cancellable: (nullable): a #GCancellable, or %NULL
|
||||||
*
|
*
|
||||||
* Creates a source that triggers if @cancellable is cancelled and
|
* Creates a source that triggers if @cancellable is cancelled and
|
||||||
|
|||||||
Reference in New Issue
Block a user