[cogl/cogl-1.16] Fix introspection issues



commit 99352e1149cb808626a49906f22745c5de3783e2
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Aug 20 19:18:40 2013 -0400

    Fix introspection issues

 cogl-pango/cogl-pango.h |    2 +-
 cogl/cogl-color.h       |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/cogl-pango/cogl-pango.h b/cogl-pango/cogl-pango.h
index c4959bc..9e3e7cc 100644
--- a/cogl-pango/cogl-pango.h
+++ b/cogl-pango/cogl-pango.h
@@ -210,7 +210,7 @@ typedef struct _CoglPangoRendererClass CoglPangoRendererClass;
 GType cogl_pango_renderer_get_type (void) G_GNUC_CONST;
 
 /**
- * cogl_pango_render_layout:
+ * cogl_pango_render_layout_subpixel:
  * @layout: a #PangoLayout
  * @x: X coordinate (in Pango units) to render the layout at
  * @y: Y coordinate (in Pango units) to render the layout at
diff --git a/cogl/cogl-color.h b/cogl/cogl-color.h
index c271ec7..2896505 100644
--- a/cogl/cogl-color.h
+++ b/cogl/cogl-color.h
@@ -21,6 +21,13 @@
  *
  */
 
+#if !defined(__COGL_H_INSIDE__) && !defined(COGL_COMPILATION)
+#error "Only <cogl/cogl.h> can be included directly."
+#endif
+
+#ifndef __COGL_COLOR_H__
+#define __COGL_COLOR_H__
+
 /**
  * SECTION:cogl-color
  * @short_description: A generic color definition
@@ -31,13 +38,6 @@
  * Since: 1.0
  */
 
-#if !defined(__COGL_H_INSIDE__) && !defined(COGL_COMPILATION)
-#error "Only <cogl/cogl.h> can be included directly."
-#endif
-
-#ifndef __COGL_COLOR_H__
-#define __COGL_COLOR_H__
-
 #include <cogl/cogl-types.h>
 #include <cogl/cogl-macros.h>
 


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