From: Sebastian Dröge Date: Thu, 28 Apr 2016 10:37:49 +0000 (+0300) Subject: ges: Add some more functions to the docs and don't scan internal headers X-Git-Tag: 1.19.3~493^2~1023 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bc388260e8b65bb5910affa2c382f4e2ee28b70;p=platform%2Fupstream%2Fgstreamer.git ges: Add some more functions to the docs and don't scan internal headers Someone still should look through the unused.txt for more things to add or hide. --- diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 6eed2fa..d4362f0 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -38,7 +38,14 @@ CFILE_GLOB=$(top_srcdir)/ges/ges-*.c SCANOBJ_OPTIONS=--type-init-func="g_type_init();gst_init(&argc,&argv)" # Header files to ignore when scanning. -IGNORE_HFILES = gesmarshal.h ges-internal.h +IGNORE_HFILES = \ + gesmarshal.h \ + ges-internal.h \ + ges-auto-transition.h \ + ges-structured-interface.h \ + ges-structure-parser.h \ + ges-smart-video-mixer.h \ + gstframepositioner.h IGNORE_CFILES = # we add all .h files of elements that have signals/args we want diff --git a/docs/libs/ges-sections.txt b/docs/libs/ges-sections.txt index bf735bc..ad59bbf 100644 --- a/docs/libs/ges-sections.txt +++ b/docs/libs/ges-sections.txt @@ -20,6 +20,10 @@ GESAssetLoadingReturn
ges-utils Utilities +ges_add_missing_uri_relocation_uri + +ges_pspec_equal +ges_pspec_hash
@@ -81,6 +85,9 @@ ges_track_get_caps ges_track_enable_update ges_track_get_elements ges_track_is_updating +ges_track_commit +ges_track_get_mixing +ges_track_set_mixing GESTrackClass GESTrackPrivate @@ -109,6 +116,7 @@ GES_AUDIO_TRACK GES_AUDIO_TRACK_CLASS GES_AUDIO_TRACK_GET_CLASS GES_TYPE_AUDIO_TRACK +ges_audio_track_get_type
@@ -125,6 +133,7 @@ GES_VIDEO_TRACK GES_VIDEO_TRACK_CLASS GES_VIDEO_TRACK_GET_CLASS GES_TYPE_VIDEO_TRACK +ges_video_track_get_type
@@ -502,6 +511,7 @@ ges_container_add ges_container_remove ges_container_ungroup ges_container_group +ges_container_edit GESContainerPrivate ges_container_get_type @@ -527,8 +537,10 @@ ges_clip_find_track_elements ges_clip_add_asset ges_clip_get_top_effects ges_clip_get_top_effect_index -ges_clip_move_to_layer ges_clip_set_top_effect_index +ges_clip_get_top_effect_position +ges_clip_set_top_effect_priority +ges_clip_move_to_layer ges_clip_set_supported_formats ges_clip_get_supported_formats ges_clip_split @@ -1198,6 +1210,7 @@ ges_project_list_assets ges_project_get_asset ges_project_save ges_project_create_asset +ges_project_create_asset_sync ges_project_get_type ges_project_get_uri ges_project_new