Fix introspection issues

This commit is contained in:
Jasper St. Pierre 2013-08-20 19:18:40 -04:00
parent 4ef5a5fc08
commit 99352e1149
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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>