mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
docs: add Since tag to new TitleSource functions
And add them to the GES API doc
This commit is contained in:
parent
0e0978f8e6
commit
6dfce431a8
3 changed files with 34 additions and 4 deletions
|
@ -560,16 +560,22 @@ GES_TIMELINE_TEST_SOURCE_GET_CLASS
|
||||||
<TITLE>GESTimelineTitleSource</TITLE>
|
<TITLE>GESTimelineTitleSource</TITLE>
|
||||||
GESTimelineTitleSource
|
GESTimelineTitleSource
|
||||||
ges_timeline_title_source_new
|
ges_timeline_title_source_new
|
||||||
ges_timeline_title_source_set_mute
|
|
||||||
ges_timeline_title_source_set_text
|
ges_timeline_title_source_set_text
|
||||||
ges_timeline_title_source_set_font_desc
|
ges_timeline_title_source_set_font_desc
|
||||||
ges_timeline_title_source_set_valignment
|
|
||||||
ges_timeline_title_source_set_halignment
|
ges_timeline_title_source_set_halignment
|
||||||
ges_timeline_title_source_is_muted
|
ges_timeline_title_source_set_valignment
|
||||||
|
ges_timeline_title_source_set_mute
|
||||||
|
ges_timeline_title_source_set_color
|
||||||
|
ges_timeline_title_source_set_xpos
|
||||||
|
ges_timeline_title_source_set_ypos
|
||||||
ges_timeline_title_source_get_text
|
ges_timeline_title_source_get_text
|
||||||
ges_timeline_title_source_get_font_desc
|
ges_timeline_title_source_get_font_desc
|
||||||
ges_timeline_title_source_get_valignment
|
ges_timeline_title_source_get_valignment
|
||||||
ges_timeline_title_source_get_halignment
|
ges_timeline_title_source_get_halignment
|
||||||
|
ges_timeline_title_source_is_muted
|
||||||
|
ges_timeline_title_source_get_color
|
||||||
|
ges_timeline_title_source_get_xpos
|
||||||
|
ges_timeline_title_source_get_ypos
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GESTimelineTitleSourceClass
|
GESTimelineTitleSourceClass
|
||||||
GESTimelineTitleSourcePrivate
|
GESTimelineTitleSourcePrivate
|
||||||
|
@ -655,10 +661,16 @@ ges_track_title_source_set_text
|
||||||
ges_track_title_source_set_font_desc
|
ges_track_title_source_set_font_desc
|
||||||
ges_track_title_source_set_halignment
|
ges_track_title_source_set_halignment
|
||||||
ges_track_title_source_set_valignment
|
ges_track_title_source_set_valignment
|
||||||
|
ges_track_title_source_set_color
|
||||||
|
ges_track_title_source_set_xpos
|
||||||
|
ges_track_title_source_set_ypos
|
||||||
|
ges_track_title_source_get_text
|
||||||
ges_track_title_source_get_font_desc
|
ges_track_title_source_get_font_desc
|
||||||
ges_track_title_source_get_halignment
|
ges_track_title_source_get_halignment
|
||||||
ges_track_title_source_get_text
|
|
||||||
ges_track_title_source_get_valignment
|
ges_track_title_source_get_valignment
|
||||||
|
ges_track_title_source_get_color
|
||||||
|
ges_track_title_source_get_xpos
|
||||||
|
ges_track_title_source_get_ypos
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GESTrackTitleSourceClass
|
GESTrackTitleSourceClass
|
||||||
GESTrackTitleSourcePrivate
|
GESTrackTitleSourcePrivate
|
||||||
|
|
|
@ -429,6 +429,7 @@ ges_timeline_title_source_set_mute (GESTimelineTitleSource * self,
|
||||||
*
|
*
|
||||||
* Sets the color of the text.
|
* Sets the color of the text.
|
||||||
*
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
ges_timeline_title_source_set_color (GESTimelineTitleSource * self,
|
ges_timeline_title_source_set_color (GESTimelineTitleSource * self,
|
||||||
|
@ -453,6 +454,7 @@ ges_timeline_title_source_set_color (GESTimelineTitleSource * self,
|
||||||
*
|
*
|
||||||
* Sets the horizontal position of the text.
|
* Sets the horizontal position of the text.
|
||||||
*
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
ges_timeline_title_source_set_xpos (GESTimelineTitleSource * self,
|
ges_timeline_title_source_set_xpos (GESTimelineTitleSource * self,
|
||||||
|
@ -477,6 +479,7 @@ ges_timeline_title_source_set_xpos (GESTimelineTitleSource * self,
|
||||||
*
|
*
|
||||||
* Sets the vertical position of the text.
|
* Sets the vertical position of the text.
|
||||||
*
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
ges_timeline_title_source_set_ypos (GESTimelineTitleSource * self,
|
ges_timeline_title_source_set_ypos (GESTimelineTitleSource * self,
|
||||||
|
@ -577,6 +580,7 @@ ges_timeline_title_source_is_muted (GESTimelineTitleSource * self)
|
||||||
*
|
*
|
||||||
* Returns: The color used by @self.
|
* Returns: The color used by @self.
|
||||||
*
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
const guint32
|
const guint32
|
||||||
ges_timeline_title_source_get_color (GESTimelineTitleSource * self)
|
ges_timeline_title_source_get_color (GESTimelineTitleSource * self)
|
||||||
|
@ -592,6 +596,7 @@ ges_timeline_title_source_get_color (GESTimelineTitleSource * self)
|
||||||
*
|
*
|
||||||
* Returns: The horizontal position used by @self.
|
* Returns: The horizontal position used by @self.
|
||||||
*
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
const gdouble
|
const gdouble
|
||||||
ges_timeline_title_source_get_xpos (GESTimelineTitleSource * self)
|
ges_timeline_title_source_get_xpos (GESTimelineTitleSource * self)
|
||||||
|
@ -607,6 +612,7 @@ ges_timeline_title_source_get_xpos (GESTimelineTitleSource * self)
|
||||||
*
|
*
|
||||||
* Returns: The vertical position used by @self.
|
* Returns: The vertical position used by @self.
|
||||||
*
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
const gdouble
|
const gdouble
|
||||||
ges_timeline_title_source_get_ypos (GESTimelineTitleSource * self)
|
ges_timeline_title_source_get_ypos (GESTimelineTitleSource * self)
|
||||||
|
|
|
@ -269,6 +269,8 @@ ges_track_title_source_set_halignment (GESTrackTitleSource * self,
|
||||||
* @color: the color @self is being set to
|
* @color: the color @self is being set to
|
||||||
*
|
*
|
||||||
* Sets the color of the text.
|
* Sets the color of the text.
|
||||||
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
ges_track_title_source_set_color (GESTrackTitleSource * self, guint32 color)
|
ges_track_title_source_set_color (GESTrackTitleSource * self, guint32 color)
|
||||||
|
@ -286,6 +288,8 @@ ges_track_title_source_set_color (GESTrackTitleSource * self, guint32 color)
|
||||||
* @position: the horizontal position @self is being set to
|
* @position: the horizontal position @self is being set to
|
||||||
*
|
*
|
||||||
* Sets the horizontal position of the text.
|
* Sets the horizontal position of the text.
|
||||||
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
ges_track_title_source_set_xpos (GESTrackTitleSource * self, gdouble position)
|
ges_track_title_source_set_xpos (GESTrackTitleSource * self, gdouble position)
|
||||||
|
@ -303,6 +307,8 @@ ges_track_title_source_set_xpos (GESTrackTitleSource * self, gdouble position)
|
||||||
* @position: the color @self is being set to
|
* @position: the color @self is being set to
|
||||||
*
|
*
|
||||||
* Sets the vertical position of the text.
|
* Sets the vertical position of the text.
|
||||||
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
ges_track_title_source_set_ypos (GESTrackTitleSource * self, gdouble position)
|
ges_track_title_source_set_ypos (GESTrackTitleSource * self, gdouble position)
|
||||||
|
@ -378,6 +384,8 @@ ges_track_title_source_get_valignment (GESTrackTitleSource * source)
|
||||||
* Get the color used by @source.
|
* Get the color used by @source.
|
||||||
*
|
*
|
||||||
* Returns: The color used by @source.
|
* Returns: The color used by @source.
|
||||||
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
const guint32
|
const guint32
|
||||||
ges_track_title_source_get_color (GESTrackTitleSource * source)
|
ges_track_title_source_get_color (GESTrackTitleSource * source)
|
||||||
|
@ -392,6 +400,8 @@ ges_track_title_source_get_color (GESTrackTitleSource * source)
|
||||||
* Get the horizontal position used by @source.
|
* Get the horizontal position used by @source.
|
||||||
*
|
*
|
||||||
* Returns: The horizontal position used by @source.
|
* Returns: The horizontal position used by @source.
|
||||||
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
const gdouble
|
const gdouble
|
||||||
ges_track_title_source_get_xpos (GESTrackTitleSource * source)
|
ges_track_title_source_get_xpos (GESTrackTitleSource * source)
|
||||||
|
@ -406,6 +416,8 @@ ges_track_title_source_get_xpos (GESTrackTitleSource * source)
|
||||||
* Get the vertical position used by @source.
|
* Get the vertical position used by @source.
|
||||||
*
|
*
|
||||||
* Returns: The vertical position used by @source.
|
* Returns: The vertical position used by @source.
|
||||||
|
*
|
||||||
|
* Since: 0.10.2
|
||||||
*/
|
*/
|
||||||
const gdouble
|
const gdouble
|
||||||
ges_track_title_source_get_ypos (GESTrackTitleSource * source)
|
ges_track_title_source_get_ypos (GESTrackTitleSource * source)
|
||||||
|
|
Loading…
Reference in a new issue