[glib: 1/2] Erase GI annotation: skip g_cancellable_source_new
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] Erase GI annotation: skip g_cancellable_source_new
- Date: Tue, 8 Oct 2019 10:33:59 +0000 (UTC)
commit 274985a2cee0513af06b14c094b2e841bec19f09
Author: George Barrett <bob bob131 so>
Date: Fri Aug 23 01:34:12 2019 +1000
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
gio/gcancellable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gcancellable.c b/gio/gcancellable.c
index 0cfa91c0b..72520a333 100644
--- a/gio/gcancellable.c
+++ b/gio/gcancellable.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]