Ignore the clutter/cogl directory when building documentation, as it
is private API; remove the now private ClutterBackend API; add the ClutterPerspective API to the documentation.
This commit is contained in:
parent
219e97bda3
commit
6663774c36
@ -48,7 +48,7 @@ static gint clutter_screen = 0;
|
||||
|
||||
/* X error trap */
|
||||
static int TrappedErrorCode = 0;
|
||||
static int (*old_error_handler) (Display *, XErrorEvent *);
|
||||
static int (* old_error_handler) (Display *, XErrorEvent *);
|
||||
|
||||
static gboolean
|
||||
clutter_backend_glx_pre_parse (ClutterBackend *backend,
|
||||
|
@ -1,3 +1,10 @@
|
||||
2007-03-27 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* Makefile.am: Ignore clutter/cogl: it's private API.
|
||||
|
||||
* clutter-sections.txt: Remove the now private ClutterBackend
|
||||
API; add the ClutterPerspective API.
|
||||
|
||||
2007-03-25 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter-sections.txt: Add clutter_get_default_backend().
|
||||
|
@ -56,9 +56,10 @@ IGNORE_HFILES=\
|
||||
clutter-enum-types.h \
|
||||
stamp-clutter-enum-types.h \
|
||||
stamp-clutter-marshal.h \
|
||||
pango \
|
||||
cogl \
|
||||
egl \
|
||||
glx \
|
||||
egl
|
||||
pango
|
||||
|
||||
EXTRA_HFILES=\
|
||||
../../clutter/glx/clutter-glx.h
|
||||
|
@ -317,6 +317,9 @@ clutter_texture_get_type
|
||||
CLUTTER_STAGE_WIDTH
|
||||
CLUTTER_STAGE_HEIGHT
|
||||
<TITLE>ClutterStage</TITLE>
|
||||
ClutterPerspective
|
||||
clutter_perspective_copy
|
||||
clutter_perspective_free
|
||||
ClutterStage
|
||||
ClutterStageClass
|
||||
clutter_stage_get_default
|
||||
@ -339,6 +342,7 @@ CLUTTER_STAGE_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
ClutterStagePrivate
|
||||
clutter_stage_get_type
|
||||
clutter_perspective_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -446,7 +450,6 @@ clutter_behaviour_scale_get_type
|
||||
<TITLE>ClutterBackend</TITLE>
|
||||
ClutterBackend
|
||||
clutter_get_default_backend
|
||||
clutter_backend_get_stage
|
||||
clutter_backend_get_event
|
||||
clutter_backend_peek_event
|
||||
clutter_backend_put_event
|
||||
@ -460,11 +463,6 @@ CLUTTER_TYPE_BACKEND
|
||||
<SUBSECTION Private>
|
||||
ClutterBackendClass
|
||||
clutter_backend_get_type
|
||||
clutter_backend_add_options
|
||||
clutter_backend_init_stage
|
||||
clutter_backend_init_events
|
||||
clutter_backend_pre_parse
|
||||
clutter_backend_post_parse
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -31,6 +31,33 @@ Macro evaluating to the height of the #ClutterStage
|
||||
|
||||
|
||||
|
||||
<!-- ##### STRUCT ClutterPerspective ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@fovy:
|
||||
@aspect:
|
||||
@zNear:
|
||||
@zFar:
|
||||
|
||||
<!-- ##### FUNCTION clutter_perspective_copy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@perspective:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION clutter_perspective_free ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@perspective:
|
||||
|
||||
|
||||
<!-- ##### STRUCT ClutterStage ##### -->
|
||||
<para>
|
||||
#ClutterStage has no publicly available members.
|
||||
|
Loading…
Reference in New Issue
Block a user