[libgsf] Introspection.



commit 387326336dafa956affcc9cfd121df4c170b1350
Author: Morten Welinder <terra gnome org>
Date:   Thu Nov 20 18:14:17 2014 -0500

    Introspection.

 ChangeLog       |    4 ++++
 gsf/gsf-input.c |    4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0be117d..fef3150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-20  Morten Welinder  <terra gnome org>
+
+       * gsf/gsf-input.c: Update to new introspection syntax.
+
 2014-11-15  Morten Welinder  <terra gnome org>
 
        * gsf/gsf-opendoc-utils.c (od_meta_user_defined_end): Plug leak.
diff --git a/gsf/gsf-input.c b/gsf/gsf-input.c
index f44e840..5154c15 100644
--- a/gsf/gsf-input.c
+++ b/gsf/gsf-input.c
@@ -381,7 +381,7 @@ gsf_input_read (GsfInput *input, size_t num_bytes, guint8 *optional_buffer)
 }
 
 /**
- * gsf_input_read0:
+ * gsf_input_read0: (rename-to gsf_input_read):
  * @input: the input stream
  * @num_bytes: (in): number of bytes to read
  * @bytes_read: (out): copy of @num_bytes
@@ -391,8 +391,6 @@ gsf_input_read (GsfInput *input, size_t num_bytes, guint8 *optional_buffer)
  *
  * Returns: (array length=bytes_read) (element-type guint8) (transfer full):
  * the data read.
- *
- * Rename to: gsf_input_read
  **/
 
 guint8 *


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