[glib: 1/2] Erase GI annotation: skip g_cancellable_source_new



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]