[gnumeric] Introspection non-fixes.



commit d34d661303654d0559f316c5abd6d7b5a750d2fa
Author: Morten Welinder <terra gnome org>
Date:   Mon May 14 07:49:28 2018 -0400

    Introspection non-fixes.
    
    After this patch, "(scope call)" annotations are correct.
    There are still lots of "(scope async)" annotations that are wrong, including
    the two introduced here.

 src/gnm-pane.c     |    2 +-
 src/xml-sax-read.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnm-pane.c b/src/gnm-pane.c
index 18e7f91..77b65b3 100644
--- a/src/gnm-pane.c
+++ b/src/gnm-pane.c
@@ -1725,7 +1725,7 @@ cb_pane_sliding (GnmPane *pane)
  * @pane: The GnmPane managing the scroll
  * @canvas: The Canvas the event comes from
  * @slide_flags:
- * @handler: (scope call): The handler when sliding
+ * @handler: (scope async): The handler when sliding
  * @user_data: closure data
  *
  * Handle a motion event from a @canvas and scroll the @pane
diff --git a/src/xml-sax-read.c b/src/xml-sax-read.c
index b3b7017..850933b 100644
--- a/src/xml-sax-read.c
+++ b/src/xml-sax-read.c
@@ -3708,7 +3708,7 @@ style_parser_done (GsfXMLIn *xin, XMLSaxParseState *old_state)
  * gnm_xml_prep_style_parser:
  * @xin:
  * @attrs:
- * @handler: (scope call):
+ * @handler: (scope async):
  * @user: user data.
  *
  **/


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