[gtksourceview] gtksourcebuffer: set @iter as (nullable)



commit ffb973941e69772814d4bee312e402fb1ac8f855
Author: Christian Hergert <chergert redhat com>
Date:   Mon Mar 25 12:32:08 2019 -0700

    gtksourcebuffer: set @iter as (nullable)
    
    Fixes #48

 gtksourceview/gtksourcebuffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtksourceview/gtksourcebuffer.c b/gtksourceview/gtksourcebuffer.c
index bb2ad62a..80b6044f 100644
--- a/gtksourceview/gtksourcebuffer.c
+++ b/gtksourceview/gtksourcebuffer.c
@@ -485,7 +485,7 @@ gtk_source_buffer_class_init (GtkSourceBufferClass *klass)
        /**
         * GtkSourceBuffer::bracket-matched:
         * @buffer: a #GtkSourceBuffer.
-        * @iter: if found, the location of the matching bracket.
+        * @iter: (nullable): if found, the location of the matching bracket.
         * @state: state of bracket matching.
         *
         * @iter is set to a valid iterator pointing to the matching bracket


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]