mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Revert 'accidential' change of the configure option removal. We still need to generate the types file in configure --...
Original commit message from CVS: * configure.ac: * docs/gst/gstreamer.types: Revert 'accidential' change of the configure option removal. We still need to generate the types file in configure --disable-load-save.
This commit is contained in:
parent
6cf55f54e3
commit
df29b0ed39
3 changed files with 8 additions and 41 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-08-01 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
* docs/gst/gstreamer.types:
|
||||
Revert 'accidential' change of the configure option removal. We still
|
||||
need to generate the types file in configure --disable-load-save.
|
||||
|
||||
2008-08-01 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
|
@ -659,6 +659,7 @@ docs/Makefile
|
|||
docs/design/Makefile
|
||||
docs/faq/Makefile
|
||||
docs/gst/Makefile
|
||||
docs/gst/gstreamer.types
|
||||
docs/libs/Makefile
|
||||
docs/plugins/Makefile
|
||||
docs/manual/Makefile
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
% add a _get_type for every GObject whose properties and signals you want
|
||||
% documented
|
||||
% add the relevant includes to be able to call those _get_type functions
|
||||
|
||||
% adding a get_type here will:
|
||||
% - change output file name from gstreamer-(whatever).html to (whatever).html
|
||||
% - document properties and signals
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
||||
gst_bin_get_type
|
||||
gst_bus_get_type
|
||||
gst_child_proxy_get_type
|
||||
gst_clock_get_type
|
||||
gst_element_factory_get_type
|
||||
gst_element_get_type
|
||||
gst_ghost_pad_get_type
|
||||
gst_implements_interface_get_type
|
||||
gst_index_factory_get_type
|
||||
gst_index_get_type
|
||||
gst_object_get_type
|
||||
gst_pad_get_type
|
||||
gst_pad_template_get_type
|
||||
gst_pipeline_get_type
|
||||
gst_plugin_feature_get_type
|
||||
gst_preset_get_type
|
||||
gst_registry_get_type
|
||||
gst_system_clock_get_type
|
||||
gst_tag_setter_get_type
|
||||
gst_task_get_type
|
||||
gst_type_find_factory_get_type
|
||||
gst_uri_handler_get_type
|
||||
gst_xml_get_type
|
||||
|
||||
% these are not GObject derived types
|
||||
% this works with gtk-doc 1.10 at least
|
||||
%gst_buffer_get_type
|
||||
%gst_mini_object_get_type
|
||||
%gst_message_get_type
|
||||
%gst_query_get_type
|
||||
|
Loading…
Reference in a new issue