[docs] Update the API Reference
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 28 Jul 2009 17:13:41 +0000 (18:13 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 28 Jul 2009 17:13:41 +0000 (18:13 +0100)
* Add the GtkClutterZoomable interface section

* Make the index reference version 0.10 and not 1.0

doc/reference/clutter-gtk-docs.xml
doc/reference/clutter-gtk-sections.txt

index 2251175..5e5d50e 100644 (file)
@@ -59,6 +59,7 @@
     <title>Clutter-Gtk Actors</title>
 
     <xi:include href="xml/gtk-clutter-scrollable.xml"/>
+    <xi:include href="xml/gtk-clutter-zoomable.xml"/>
     <xi:include href="xml/gtk-clutter-viewport.xml"/>
   </chapter>
 
@@ -72,8 +73,8 @@
     <title>Index</title>
   </index>
 
-  <index role="1.0">
-    <title>Index of new symbols in 1.0</title>
+  <index role="0.10">
+    <title>Index of new symbols in 0.10</title>
   </index>
 
   <index role="0.8">
index 86f8b12..fcea2fc 100644 (file)
@@ -38,12 +38,16 @@ gtk_clutter_get_dark_color
 
 <SUBSECTION>
 ClutterGtkTextureError
+CLUTTER_GTK_TEXTURE_ERROR
 gtk_clutter_texture_new_from_pixbuf
 gtk_clutter_texture_new_from_stock
 gtk_clutter_texture_new_from_icon_name
 gtk_clutter_texture_set_from_pixbuf
 gtk_clutter_texture_set_from_stock
 gtk_clutter_texture_set_from_icon_name
+
+<SUBSECTION Private>
+gtk_clutter_texture_error_quark
 </SECTION>
 
 <SECTION>
@@ -64,6 +68,22 @@ gtk_clutter_scrollable_get_type
 </SECTION>
 
 <SECTION>
+<TITLE>GtkClutterZoomable</TITLE>
+<FILE>gtk-clutter-zoomable</FILE>
+GtkClutterZoomable
+GtkClutterZoomableIface
+gtk_clutter_zoomable_set_adjustment
+gtk_clutter_zoomable_get_adjustment
+<SUBSECTION Standard>
+GTK_CLUTTER_IS_ZOOMABLE
+GTK_CLUTTER_TYPE_ZOOMABLE
+GTK_CLUTTER_ZOOMABLE
+GTK_CLUTTER_ZOOMABLE_GET_IFACE
+<SUBSECTION Private>
+gtk_clutter_zoomable_get_type
+</SECTION>
+
+<SECTION>
 <TITLE>GtkClutterViewport</TITLE>
 <FILE>gtk-clutter-viewport</FILE>
 GtkClutterViewport