summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtk-unused.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gtk/tmpl/gtk-unused.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtk-unused.sgml68
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml
index 9903f1f0ca..d8524c36b2 100644
--- a/docs/reference/gtk/tmpl/gtk-unused.sgml
+++ b/docs/reference/gtk/tmpl/gtk-unused.sgml
@@ -1,3 +1,31 @@
+<!-- ##### SECTION ./tmpl/gtkdata.sgml:Long_Description ##### -->
+<para>
+The #GtkData object is a very simple object intended to be used as a base
+class for objects which contain data (i.e. the 'Model' in the object-oriented
+Model/View/Controller framework).
+</para>
+<para>
+Currently it is not very useful since all it provides is a "disconnect" signal.
+This signal could be emitted by a #GtkData subclass to notify any 'Views'
+that they should disconnect from the #GtkData (the 'Model'), possibly just
+before the #GtkData is destroyed.
+</para>
+
+
+<!-- ##### SECTION ./tmpl/gtkdata.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/gtkdata.sgml:Short_Description ##### -->
+abstract base class for objects containing data.
+
+
+<!-- ##### SECTION ./tmpl/gtkdata.sgml:Title ##### -->
+GtkData
+
+
<!-- ##### SECTION ./tmpl/gtkdebug.sgml:Title ##### -->
Debugging
@@ -102,6 +130,26 @@ Signal Marshallers
Private Information
+<!-- ##### SECTION ./tmpl/gtktreemodelsimple.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/gtktreemodelsimple.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/gtktreemodelsimple.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/gtktreemodelsimple.sgml:Title ##### -->
+GtkModelSimple
+
+
<!-- ##### MACRO GTK_CLIST_CHILD_HAS_FOCUS ##### -->
<para>
A macro to check whether a child widget of the CList
@@ -875,6 +923,16 @@ Get the type of GtkIdentifier.
@str:
@Returns:
+<!-- ##### FUNCTION gtk_list_store_set_cell ##### -->
+<para>
+
+</para>
+
+@store:
+@iter:
+@column:
+@value:
+
<!-- ##### FUNCTION gtk_menu_ensure_uline_accel_group ##### -->
<para>
@@ -1266,6 +1324,16 @@ a gtk_object_unref().
@tree_model:
@iter:
+<!-- ##### FUNCTION gtk_tree_store_set_cell ##### -->
+<para>
+
+</para>
+
+@tree_store:
+@iter:
+@column:
+@value:
+
<!-- ##### FUNCTION gtk_type_check_class_cast ##### -->
<para>
Given a GtkTypeClass pointer @klass, and a GtkType @cast_type, make