diff options
author | Joshua M. Doe <josh@joshdoe.com> | 2012-06-29 21:52:47 -0400 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-07-04 10:22:41 +0100 |
commit | ba6fad9302a50c8bc194ca8e50cc44baf2aa3764 (patch) | |
tree | 265fdc1bafb35ace274408bfafb2286bef77b112 /docs/gst | |
parent | 291403bbb9d281f404c081eebb60d4f478abd4f7 (diff) |
datetime: add conversion to/from GDateTime
Exposes existing constructor.
API: gst_date_time_to_g_date_time()
API: gst_date_time_new_from_g_date_time()
https://bugzilla.gnome.org/show_bug.cgi?id=679080
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index a83ea9225..f4aec1f81 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -2962,6 +2962,9 @@ gst_date_time_new gst_date_time_new_from_iso8601_string gst_date_time_to_iso8601_string + +gst_date_time_new_from_g_date_time +gst_date_time_to_g_date_time </SECTION> <SECTION> |