diff options
author | Edward Hervey <bilboed@bilboed.com> | 2010-12-02 13:03:57 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2010-12-02 19:04:57 +0100 |
commit | 9275159a6dc4b4e6e90037825aa18a894c67513c (patch) | |
tree | 0f934db1acf7f080fa6a013a2f16902481837f1e /docs/gst | |
parent | 8f12a5e7cd1c6441da81cae9cc0a2799c9121054 (diff) |
docs: Add GstDateTime section and update it for latest symbols
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-docs.sgml | 1 | ||||
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-docs.sgml b/docs/gst/gstreamer-docs.sgml index a1c915e19..b961835cc 100644 --- a/docs/gst/gstreamer-docs.sgml +++ b/docs/gst/gstreamer-docs.sgml @@ -65,6 +65,7 @@ Windows. It is released under the GNU Library General Public License <xi:include href="xml/gstchildproxy.xml" /> <xi:include href="xml/gstclock.xml" /> <xi:include href="xml/gstconfig.xml" /> + <xi:include href="xml/gstdatetime.xml" /> <xi:include href="xml/gstelement.xml" /> <xi:include href="xml/gstelementfactory.xml" /> <xi:include href="xml/gsterror.xml" /> diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 967c8f06f..fb5c3e8a8 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -2647,6 +2647,8 @@ gst_date_time_get_second gst_date_time_get_year gst_date_time_new gst_date_time_new_from_unix_epoch +gst_date_time_new_from_unix_epoch_local_time +gst_date_time_new_from_unix_epoch_utc gst_date_time_new_local_time gst_date_time_new_now_local_time gst_date_time_new_now_utc |