summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2015-11-12 11:54:17 +0100
committerJiří Techet <techet@gmail.com>2015-11-16 21:02:54 +0100
commit1f061e27e7e6d1666e01e5a30cc5b7f7acb55464 (patch)
treee1608a72a26667f055246e38632f66b6b1a98551 /docs
parent2123b6041bbdf0bb19210d9c6dee2ddd05bdea33 (diff)
downloadlibchamplain-1f061e27e7e6d1666e01e5a30cc5b7f7acb55464.tar.gz
Add ChamplainExportable interface
https://bugzilla.gnome.org/show_bug.cgi?id=757350
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libchamplain-sections.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/reference/libchamplain-sections.txt b/docs/reference/libchamplain-sections.txt
index 5c08af8..1acdbc7 100644
--- a/docs/reference/libchamplain-sections.txt
+++ b/docs/reference/libchamplain-sections.txt
@@ -158,6 +158,7 @@ champlain_view_get_zoom_on_double_click
champlain_view_get_animate_zoom
champlain_view_get_background_pattern
champlain_view_reload_tiles
+champlain_view_to_surface
champlain_view_x_to_longitude
champlain_view_y_to_latitude
champlain_view_longitude_to_x
@@ -785,3 +786,18 @@ CHAMPLAIN_TYPE_LOCATION
champlain_location_get_type
CHAMPLAIN_LOCATION_GET_IFACE
</SECTION>
+
+<SECTION>
+<FILE>champlain-exportable</FILE>
+<TITLE>ChamplainExportable</TITLE>
+ChamplainExportable
+ChamplainExportableIface
+champlain_exportable_set_surface
+champlain_location_get_surface
+<SUBSECTION Standard>
+CHAMPLAIN_EXPORTABLE
+CHAMPLAIN_IS_EXPORTABLE
+CHAMPLAIN_TYPE_EXPORTABLE
+champlain_exportable_get_type
+CHAMPLAIN_EXPORTABLE_GET_IFACE
+</SECTION>