gtk+ r21720 - in trunk/docs/reference: . gtk



Author: matthiasc
Date: Mon Oct 27 04:07:42 2008
New Revision: 21720
URL: http://svn.gnome.org/viewvc/gtk+?rev=21720&view=rev

Log:
Add GtkOrientable


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/gtk-docs.sgml
   trunk/docs/reference/gtk/gtk-sections.txt
   trunk/docs/reference/gtk/gtk.types

Modified: trunk/docs/reference/gtk/gtk-docs.sgml
==============================================================================
--- trunk/docs/reference/gtk/gtk-docs.sgml	(original)
+++ trunk/docs/reference/gtk/gtk-docs.sgml	Mon Oct 27 04:07:42 2008
@@ -279,6 +279,7 @@
       <xi:include href="xml/gtknotebook.xml" />
       <xi:include href="xml/gtktable.xml" />
       <xi:include href="xml/gtkexpander.xml" />
+      <xi:include href="xml/gtkorientable.xml" />
     </chapter>
 
     <chapter id="Ornaments">
@@ -470,4 +471,8 @@
     <title>Index of new symbols in 2.14</title>
     <xi:include href="xml/api-index-2.14.xml"><xi:fallback /></xi:include>
   </index>
+  <index id="api-index-2-16" role="2.16">
+    <title>Index of new symbols in 2.16</title>
+    <xi:include href="xml/api-index-2.16.xml"><xi:fallback /></xi:include>
+  </index>
 </book>

Modified: trunk/docs/reference/gtk/gtk-sections.txt
==============================================================================
--- trunk/docs/reference/gtk/gtk-sections.txt	(original)
+++ trunk/docs/reference/gtk/gtk-sections.txt	Mon Oct 27 04:07:42 2008
@@ -6879,3 +6879,23 @@
 gtk_mount_operation_get_type
 GtkMountOperationPrivate
 </SECTION>
+
+<SECTION>
+<FILE>gtkorientable</FILE>
+<TITLE>Orientable</TITLE>
+GtkOrientable
+gtk_orientable_get_orientation
+gtk_orientable_set_orientation
+
+<SUBSECTION Standard>
+GtkOrientableIface
+GTK_IS_ORIENTABLE
+GTK_IS_ORIENTABLE_CLASS
+GTK_ORIENTABLE
+GTK_ORIENTABLE_CLASS
+GTK_ORIENTABLE_GET_IFACE
+GTK_TYPE_ORIENTABLE
+
+<SUBSECTION Private>
+gtk_orientable_get_type
+</SECTION>

Modified: trunk/docs/reference/gtk/gtk.types
==============================================================================
--- trunk/docs/reference/gtk/gtk.types	(original)
+++ trunk/docs/reference/gtk/gtk.types	Mon Oct 27 04:07:42 2008
@@ -101,6 +101,7 @@
 gtk_object_get_type
 gtk_old_editable_get_type
 gtk_option_menu_get_type
+gtk_orientable_get_type
 gtk_page_setup_get_type
 gtk_page_setup_unix_dialog_get_type
 gtk_paned_get_type



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