gtk-doc: Fixes for the API references
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 8 Nov 2010 16:01:19 +0000 (16:01 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 8 Nov 2010 16:01:19 +0000 (16:01 +0000)
clutter/clutter-cairo-texture.c
clutter/clutter-cairo-texture.h
clutter/cogl/cogl/cogl-vertex-attribute.h
doc/reference/clutter/Makefile.am
doc/reference/clutter/clutter-sections.txt

index e9586a3..fb57f2b 100644 (file)
@@ -436,7 +436,7 @@ clutter_cairo_texture_class_init (ClutterCairoTextureClass *klass)
                                             obj_props);
 
   /**
-   * ClutterCairoTexture::create_surface:
+   * ClutterCairoTexture::create-surface:
    * @texture: the #ClutterCairoTexture that emitted the signal
    * @width: the width of the surface to create
    * @height: the height of the surface to create
index a40a1a5..5dca82e 100644 (file)
@@ -65,6 +65,8 @@ struct _ClutterCairoTexture
 
 /**
  * ClutterCairoTextureClass:
+ * @create_surface: class handler for the #ClutterCairoTexture::create-surface
+ *   signal
  *
  * The #ClutterCairoTextureClass struct contains only private data.
  *
index 8545939..6557954 100644 (file)
@@ -81,7 +81,7 @@ typedef enum {
  *          <pre>offsetof (MyVertex, component0)</pre>
  * @components: The number of components (e.g. 4 for an rgba color or
  *              3 for and (x,y,z) position)
- * @type:
+ * @type: FIXME
  *
  * Describes the layout for a list of vertex attribute values (For
  * example, a list of texture coordinates or colors).
index 1abc8d5..e4aace9 100644 (file)
@@ -66,9 +66,12 @@ CFILE_GLOB=$(top_srcdir)/clutter/*.c \
 IGNORE_HFILES=\
        clutter.h                       \
        clutter-actor-meta-private.h    \
+       clutter-actor-private.h         \
+       clutter-backend-private.h       \
         clutter-bezier.h               \
        clutter-debug.h                 \
        clutter-deprecated.h            \
+       clutter-device-manager-private.h        \
        clutter-enum-types.h            \
        clutter-id-pool.h               \
        clutter-keysyms.h               \
@@ -77,9 +80,12 @@ IGNORE_HFILES=\
        clutter-marshal.h               \
        clutter-master-clock.h          \
        clutter-model-private.h         \
+       clutter-paint-volume-private.h  \
        clutter-private.h               \
        clutter-profile.h               \
        clutter-script-private.h        \
+       clutter-stage-manager-private.h \
+       clutter-stage-private.h         \
        clutter-stage-window.h          \
        clutter-timeout-interval.h      \
        cally                           \
@@ -89,6 +95,7 @@ IGNORE_HFILES=\
        glx                             \
        osx                             \
        x11                             \
+       wayland                         \
        win32
 
 EXTRA_HFILES=\
index a0537e6..dc5106f 100644 (file)
@@ -2369,6 +2369,7 @@ clutter_state_key_get_post_delay
 
 <SUBSECTION Standard>
 CLUTTER_TYPE_STATE
+CLUTTER_TYPE_STATE_KEY
 CLUTTER_STATE
 CLUTTER_STATE_CLASS
 CLUTTER_IS_STATE