docs: Fix up the API reference

This commit is contained in:
Emmanuele Bassi 2011-06-20 14:26:57 +01:00
parent 675da6ed86
commit e4756fd764
4 changed files with 11 additions and 4 deletions

View File

@ -75,6 +75,7 @@ struct _ClutterEffect
* @post_paint: virtual function
* @get_paint_volume: virtual function
* @paint: virtual function
* @pick: virtual function
*
* The #ClutterEffectClass structure contains only private data
*
@ -105,7 +106,7 @@ struct _ClutterEffectClass
GType clutter_effect_get_type (void) G_GNUC_CONST;
void clutter_effect_queue_rerun (ClutterEffect *effect);
void clutter_effect_queue_repaint (ClutterEffect *effect);
/*
* ClutterActor API

View File

@ -264,7 +264,7 @@ clutter_gesture_action_class_init (ClutterGestureActionClass *klass)
meta_class->set_actor = clutter_gesture_action_set_actor;
/**
* ClutterGestureAction::gesture_begin:
* ClutterGestureAction::gesture-begin:
* @action: the #ClutterGestureAction that emitted the signal
* @actor: the #ClutterActor attached to the @action
*

View File

@ -536,6 +536,7 @@ typedef enum {
CLUTTER_BUTTON4_MASK = 1 << 11,
CLUTTER_BUTTON5_MASK = 1 << 12,
#ifndef __GTK_DOC_IGNORE__
CLUTTER_MODIFIER_RESERVED_13_MASK = 1 << 13,
CLUTTER_MODIFIER_RESERVED_14_MASK = 1 << 14,
CLUTTER_MODIFIER_RESERVED_15_MASK = 1 << 15,
@ -549,12 +550,15 @@ typedef enum {
CLUTTER_MODIFIER_RESERVED_23_MASK = 1 << 23,
CLUTTER_MODIFIER_RESERVED_24_MASK = 1 << 24,
CLUTTER_MODIFIER_RESERVED_25_MASK = 1 << 25,
#endif
CLUTTER_SUPER_MASK = 1 << 26,
CLUTTER_HYPER_MASK = 1 << 27,
CLUTTER_META_MASK = 1 << 28,
#ifndef __GTK_DOC_IGNORE__
CLUTTER_MODIFIER_RESERVED_29_MASK = 1 << 29,
#endif
CLUTTER_RELEASE_MASK = 1 << 30,

View File

@ -612,6 +612,8 @@ clutter_stage_set_no_clear_hint
clutter_stage_get_no_clear_hint
clutter_stage_set_accept_focus
clutter_stage_get_accept_focus
clutter_stage_get_motion_events_enabled
clutter_stage_set_motion_events_enabled
<SUBSECTION>
ClutterPerspective
@ -2482,8 +2484,8 @@ ClutterClickActionPrivate
<FILE>clutter-effect</FILE>
ClutterEffect
ClutterEffectClass
ClutterEffectRunFlags
clutter_effect_queue_rerun
ClutterEffectPaintFlags
clutter_effect_queue_repaint
<SUBSECTION Standard>
CLUTTER_TYPE_EFFECT
CLUTTER_EFFECT