[librsvg/introspection] more introspection fixups



commit 372d20db10f2d68a362f5aaee4faad33be792874
Author: Daniel Drake <dsd laptop org>
Date:   Mon Oct 31 18:03:16 2011 +0000

    more introspection fixups

 Makefile.am           |    2 +-
 rsvg-base-file-util.c |    2 +-
 rsvg-base.c           |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c7fd87b..dee39c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -260,7 +260,7 @@ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
 
 Rsvg- RSVG_API_VERSION_U@.gir: librsvg- RSVG_API_MAJOR_VERSION@.la
 
-Rsvg_ RSVG_API_VERSION_U@_gir_NAMESPACE = RSVG
+Rsvg_ RSVG_API_VERSION_U@_gir_NAMESPACE = Rsvg
 Rsvg_ RSVG_API_VERSION_U@_gir_EXPORT_PACKAGES = librsvg-$(RSVG_API_VERSION)
 Rsvg_ RSVG_API_VERSION_U@_gir_FILES = $(librsvg_ RSVG_API_MAJOR_VERSION@_la_SOURCES)
 Rsvg_ RSVG_API_VERSION_U@_gir_INCLUDES = \
diff --git a/rsvg-base-file-util.c b/rsvg-base-file-util.c
index 2c79c1f..902c436 100644
--- a/rsvg-base-file-util.c
+++ b/rsvg-base-file-util.c
@@ -45,7 +45,7 @@ rsvg_handle_fill_with_data (RsvgHandle * handle,
 
 /**
  * rsvg_handle_new_from_data:
- * @data: The SVG data
+ * @data: (array length=data_len): The SVG data
  * @data_len: The length of #data, in bytes
  * @error: return location for errors
  *
diff --git a/rsvg-base.c b/rsvg-base.c
index b1a2d8b..0e131a0 100644
--- a/rsvg-base.c
+++ b/rsvg-base.c
@@ -1318,7 +1318,7 @@ rsvg_handle_get_desc (RsvgHandle * handle)
 /**
  * rsvg_handle_get_dimensions
  * @handle: A #RsvgHandle
- * @dimension_data: A place to store the SVG's size
+ * @dimension_data: (out): A place to store the SVG's size
  *
  * Get the SVG's size. Do not call from within the size_func callback, because an infinite loop will occur.
  *



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