[libchamplain] Version control the .types file



commit 415aa2a1d859f0361fc6fffe0a4895e3c0ccc7b8
Author: JiÅ?í Techet <techet gmail com>
Date:   Thu Feb 17 22:32:59 2011 +0100

    Version control the .types file
    
    It's autogenerated after second pass so it may happen that the
    documentation is not complete after the first pass.

 .gitignore                                |    2 --
 docs/reference-gtk/Makefile.am            |    2 +-
 docs/reference-gtk/libchamplain-gtk.types |    1 +
 docs/reference/Makefile.am                |    2 +-
 docs/reference/libchamplain.types         |   29 +++++++++++++++++++++++++++++
 5 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac7cd39..cd22249 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,7 +59,6 @@ docs/reference-gtk/libchamplain-gtk-decl-list.txt
 docs/reference-gtk/libchamplain-gtk-decl.txt
 docs/reference-gtk/libchamplain-gtk-overrides.txt
 docs/reference-gtk/libchamplain-gtk-types.txt
-docs/reference-gtk/libchamplain-gtk.types
 docs/reference-gtk/html/*.*
 docs/reference-gtk/tmpl/*.*
 docs/reference-gtk/xml/*.*
@@ -76,7 +75,6 @@ docs/reference/libchamplain-decl-list.txt
 docs/reference/libchamplain-decl.txt
 docs/reference/libchamplain-overrides.txt
 docs/reference/libchamplain-types.txt
-docs/reference/libchamplain.types
 docs/reference/html/*.*
 docs/reference/tmpl/*.*
 docs/reference/xml/*.*
diff --git a/docs/reference-gtk/Makefile.am b/docs/reference-gtk/Makefile.am
index 971d13a..9c9b749 100644
--- a/docs/reference-gtk/Makefile.am
+++ b/docs/reference-gtk/Makefile.am
@@ -24,7 +24,7 @@ SCANGOBJ_OPTIONS=--type-init-func='g_type_init();g_thread_init(NULL)'
 
 # Extra options to supply to gtkdoc-scan.
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS=
+SCAN_OPTIONS=--rebuild-types
 
 # Extra options to supply to gtkdoc-mkdb.
 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
diff --git a/docs/reference-gtk/libchamplain-gtk.types b/docs/reference-gtk/libchamplain-gtk.types
new file mode 100644
index 0000000..1a1e057
--- /dev/null
+++ b/docs/reference-gtk/libchamplain-gtk.types
@@ -0,0 +1 @@
+gtk_champlain_embed_get_type
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index dc130d2..5bda3e9 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -24,7 +24,7 @@ SCANGOBJ_OPTIONS=--type-init-func="g_type_init();g_thread_init(NULL)"
 
 # Extra options to supply to gtkdoc-scan.
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS=
+SCAN_OPTIONS=--rebuild-types
 
 # Extra options to supply to gtkdoc-mkdb.
 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
diff --git a/docs/reference/libchamplain.types b/docs/reference/libchamplain.types
new file mode 100644
index 0000000..617b049
--- /dev/null
+++ b/docs/reference/libchamplain.types
@@ -0,0 +1,29 @@
+champlain_bounding_box_get_type
+champlain_coordinate_get_type
+champlain_custom_marker_get_type
+champlain_error_tile_renderer_get_type
+champlain_file_cache_get_type
+champlain_file_tile_source_get_type
+champlain_image_renderer_get_type
+champlain_label_get_type
+champlain_layer_get_type
+champlain_license_get_type
+champlain_location_get_type
+champlain_map_source_chain_get_type
+champlain_map_source_desc_get_type
+champlain_map_source_factory_get_type
+champlain_map_source_get_type
+champlain_marker_get_type
+champlain_marker_layer_get_type
+champlain_memory_cache_get_type
+champlain_network_bbox_tile_source_get_type
+champlain_network_tile_source_get_type
+champlain_null_tile_source_get_type
+champlain_path_layer_get_type
+champlain_point_get_type
+champlain_renderer_get_type
+champlain_scale_get_type
+champlain_tile_cache_get_type
+champlain_tile_get_type
+champlain_tile_source_get_type
+champlain_view_get_type



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]