another massive documentation update

This commit is contained in:
Brandon Lewis 2010-07-02 16:23:41 +02:00 committed by Edward Hervey
parent 12a2d3b3fe
commit 5f3ef42e96
14 changed files with 19 additions and 20 deletions

View file

@ -6,12 +6,22 @@ ges_track_type_get_type
ges_track_object_get_type ges_track_object_get_type
ges_track_source_get_type ges_track_source_get_type
ges_track_filesource_get_type ges_track_filesource_get_type
ges_track_title_src_get_type
ges_track_text_overlay_get_type
ges_track_audio_test_source_get_type
ges_track_video_test_source_get_type
ges_track_audio_transition_get_type
ges_track_video_transition_get_type
ges_timeline_get_type ges_timeline_get_type
ges_timeline_layer_get_type ges_timeline_layer_get_type
ges_timeline_object_get_type ges_timeline_object_get_type
ges_timeline_pipeline_get_type ges_timeline_pipeline_get_type
ges_timeline_source_get_type ges_timeline_source_get_type
ges_timeline_test_source_get_type
ges_tl_filesource_get_type ges_tl_filesource_get_type
ges_tl_title_src_get_type
ges_tl_text_overlay_get_type
ges_timeline_overlay_get_type
ges_timeline_transition_get_type ges_timeline_transition_get_type
ges_cust_timeline_src_get_type ges_cust_timeline_src_get_type
ges_simple_timeline_layer_get_type ges_simple_timeline_layer_get_type

View file

@ -46,7 +46,6 @@ G_BEGIN_DECLS
/** /**
* GESTimelineOverlay: * GESTimelineOverlay:
* @parent: parent object
*/ */
struct _GESTimelineOverlay { struct _GESTimelineOverlay {

View file

@ -48,7 +48,6 @@ G_BEGIN_DECLS
/** /**
* GESTimelineTestSource: * GESTimelineTestSource:
* @parent: parent
* *
*/ */

View file

@ -47,7 +47,6 @@ G_BEGIN_DECLS
/** /**
* GESTimelineTextOverlay: * GESTimelineTextOverlay:
* @parent: parent
* *
*/ */

View file

@ -159,21 +159,19 @@ ges_tl_title_src_class_init (GESTimelineTitleSourceClass * klass)
object_class->finalize = ges_tl_title_src_finalize; object_class->finalize = ges_tl_title_src_finalize;
/** /**
* GESTimelineTitleSource:text * GESTimelineTitleSource:text:
* *
* The text to diplay * The text to diplay
*/ */
g_object_class_install_property (object_class, PROP_TEXT, g_object_class_install_property (object_class, PROP_TEXT,
g_param_spec_string ("text", "Text", "The text to display", g_param_spec_string ("text", "Text", "The text to display",
DEFAULT_TEXT, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); DEFAULT_TEXT, G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
/** /**
* GESTimelineTitleSource:font-dec * GESTimelineTitleSource:font-desc:
* *
* Pango font description string * Pango font description string
*/ */
g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_FONT_DESC, g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_FONT_DESC,
g_param_spec_string ("font-desc", "font description", g_param_spec_string ("font-desc", "font description",
"Pango font description of font to be used for rendering. " "Pango font description of font to be used for rendering. "
@ -182,7 +180,7 @@ ges_tl_title_src_class_init (GESTimelineTitleSourceClass * klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS)); G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
/** /**
* GESTimelineTitleSource:valignment * GESTimelineTitleSource:valignment:
* *
* Vertical alignent of the text * Vertical alignent of the text
*/ */
@ -192,7 +190,7 @@ ges_tl_title_src_class_init (GESTimelineTitleSourceClass * klass)
DEFAULT_VALIGNMENT, DEFAULT_VALIGNMENT,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS)); G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
/** /**
* GESTimelineTitleSource:halignment * GESTimelineTitleSource:halignment:
* *
* Horizontal alignment of the text * Horizontal alignment of the text
*/ */

View file

@ -47,7 +47,6 @@ G_BEGIN_DECLS
/** /**
* GESTimelineTitleSource: * GESTimelineTitleSource:
* @parent: parent
* *
*/ */

View file

@ -46,7 +46,6 @@ G_BEGIN_DECLS
/** /**
* GESTrackAudioTestSource: * GESTrackAudioTestSource:
* @parent: parent
* *
*/ */

View file

@ -46,7 +46,6 @@ G_BEGIN_DECLS
/** /**
* GESTrackAudioTransition: * GESTrackAudioTransition:
* @parent: parent
* *
*/ */

View file

@ -47,7 +47,6 @@ G_BEGIN_DECLS
/** /**
* GESTrackTextOverlay: * GESTrackTextOverlay:
* @parent: parent
* *
*/ */
struct _GESTrackTextOverlay { struct _GESTrackTextOverlay {

View file

@ -46,7 +46,6 @@ G_BEGIN_DECLS
/** /**
* GESTrackTitleSource: * GESTrackTitleSource:
* @parent: parent
* *
*/ */
struct _GESTrackTitleSource { struct _GESTrackTitleSource {

View file

@ -52,7 +52,6 @@ G_BEGIN_DECLS
/** /**
* GESTrackTransition: * GESTrackTransition:
* @parent: parent
* *
* Track level representation of a transition. Has a concrete implementation * Track level representation of a transition. Has a concrete implementation
* for both audio and video streams. * for both audio and video streams.

View file

@ -47,7 +47,6 @@ G_BEGIN_DECLS
/** /**
* GESTrackVideoTestSource: * GESTrackVideoTestSource:
* @parent: parent
*/ */
struct _GESTrackVideoTestSource { struct _GESTrackVideoTestSource {
GESTrackSource parent; GESTrackSource parent;

View file

@ -46,16 +46,14 @@ G_BEGIN_DECLS
/** /**
* GESTrackVideoTransition: * GESTrackVideoTransition:
* @parent: parent * @type: the
*
*/ */
struct _GESTrackVideoTransition { struct _GESTrackVideoTransition {
GESTrackTransition parent; GESTrackTransition parent;
/*< public >*/ /*< public >*/
/* given to to smpte alpha element */ GESVideoTransitionType type;
gint type;
/*< private >*/ /*< private >*/

View file

@ -49,6 +49,9 @@
#include <ges/ges-track-audio-test-source.h> #include <ges/ges-track-audio-test-source.h>
#include <ges/ges-track-title-source.h> #include <ges/ges-track-title-source.h>
#include <ges/ges-track-text-overlay.h> #include <ges/ges-track-text-overlay.h>
#include <ges/ges-track-transition.h>
#include <ges/ges-track-video-transition.h>
#include <ges/ges-track-audio-transition.h>
#include <ges/ges-utils.h> #include <ges/ges-utils.h>