[goffice] Introspection: fix the last warnings I see.



commit c4e61bc1f6ac2acbcc05b19e2c668180be749b9f
Author: Morten Welinder <terra gnome org>
Date:   Sun Feb 24 09:28:07 2013 -0500

    Introspection: fix the last warnings I see.

 goffice/app/io-context-priv.h |    2 +-
 goffice/app/io-context.c      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/goffice/app/io-context-priv.h b/goffice/app/io-context-priv.h
index 910766d..867a76e 100644
--- a/goffice/app/io-context-priv.h
+++ b/goffice/app/io-context-priv.h
@@ -62,7 +62,7 @@ struct _GOIOContext {
 struct _GOIOContextClass {
        GObjectClass base;
        void  (*set_num_files)   (GOIOContext *ioc, guint count);
-       void  (*processing_file) (GOIOContext *ioc, char const *name);
+       void  (*processing_file) (GOIOContext *ioc, char const *uri);
 };
 
 G_END_DECLS
diff --git a/goffice/app/io-context.c b/goffice/app/io-context.c
index 47c226d..614fbfa 100644
--- a/goffice/app/io-context.c
+++ b/goffice/app/io-context.c
@@ -461,8 +461,8 @@ go_io_context_set_num_files (GOIOContext *ioc, guint count)
 
 /**
  * go_io_context_processing_file:
- * @ioc : #GOIOContext
- * @uri : An escaped uri (eg "foo\%20bar")
+ * @ioc: #GOIOContext
+ * @uri: An escaped uri (eg "foo\%20bar")
  **/
 void
 go_io_context_processing_file (GOIOContext *ioc, char const *uri)


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