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:
George Barrett 2019-08-23 01:34:12 +10:00
parent 79dd753223
commit 274985a2ce

View File

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