summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gdk/tmpl/cursors.sgml3
-rw-r--r--docs/reference/gtk/tmpl/gtk-unused.sgml132
-rw-r--r--docs/reference/gtk/tmpl/gtkaction.sgml183
-rw-r--r--docs/reference/gtk/tmpl/gtkentry.sgml109
-rw-r--r--docs/reference/gtk/tmpl/gtkfilechooser.sgml1
-rw-r--r--docs/reference/gtk/tmpl/gtkimmulticontext.sgml9
-rw-r--r--docs/reference/gtk/tmpl/gtkscale.sgml19
-rw-r--r--docs/reference/gtk/tmpl/gtkscalebutton.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtktextbuffer.sgml8
-rw-r--r--docs/reference/gtk/tmpl/gtktextview.sgml5
11 files changed, 439 insertions, 39 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index ed45c0678..3962c5092 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,9 @@
2009-01-23 Matthias Clasen <mclasen@redhat.com>
+ * === Released 2.15.1 ===
+
+2009-01-23 Matthias Clasen <mclasen@redhat.com>
+
* gtk/gtk-sections.txt: Add GtkActivatableIface, too
2009-01-23 Matthias Clasen <mclasen@redhat.com>
diff --git a/docs/reference/gdk/tmpl/cursors.sgml b/docs/reference/gdk/tmpl/cursors.sgml
index 3f0ef9ac5..96ba51272 100644
--- a/docs/reference/gdk/tmpl/cursors.sgml
+++ b/docs/reference/gdk/tmpl/cursors.sgml
@@ -120,12 +120,11 @@ The standard cursors available.
@GDK_UR_ANGLE: <inlinegraphic format="PNG" fileref="ur_angle.png"></inlinegraphic>
@GDK_WATCH: <inlinegraphic format="PNG" fileref="watch.png"></inlinegraphic>
@GDK_XTERM: <inlinegraphic format="PNG" fileref="xterm.png"></inlinegraphic>
-@GDK_BLANK_CURSOR: Blank cursor. Since 2.16
@GDK_LAST_CURSOR: last cursor type
+@GDK_BLANK_CURSOR: Blank cursor. Since 2.16
@GDK_CURSOR_IS_PIXMAP: type of cursors constructed with
gdk_cursor_new_from_pixmap() or gdk_cursor_new_from_pixbuf()
-
<!-- ##### FUNCTION gdk_cursor_new ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml
index 60226f3ad..c66afb4b3 100644
--- a/docs/reference/gtk/tmpl/gtk-unused.sgml
+++ b/docs/reference/gtk/tmpl/gtk-unused.sgml
@@ -937,6 +937,96 @@ You may not attach these to signals created with the
@arg2:
@arg3:
+<!-- ##### ARG GtkEntry:activatable-primary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:activatable-secondary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:gicon-primary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:gicon-secondary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:icon-name-primary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:icon-name-secondary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:pixbuf-primary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:pixbuf-secondary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:prelight ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:sensitive-primary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:sensitive-secondary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:stock-primary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:stock-secondary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:storage-type-primary ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkEntry:storage-type-secondary ##### -->
+<para>
+
+</para>
+
+
<!-- ##### ARG GtkEntry:text-position ##### -->
<para>
@@ -1264,6 +1354,12 @@ after other user handlers and the default handler.
</para>
+<!-- ##### ARG GtkScaleButton:orientation ##### -->
+<para>
+
+</para>
+
+
<!-- ##### ARG GtkScrolledWindow:shadow ##### -->
<para>
@@ -2424,6 +2520,42 @@ Claim or disclaim ownership of the PRIMARY X selection.
@claim: if %TRUE, claim the selection, otherwise, disclaim it.
@time: the timestamp for claiming the selection.
+<!-- ##### FUNCTION gtk_entry_get_gicon ##### -->
+<para>
+
+</para>
+
+@entry:
+@icon_pos:
+@Returns:
+
+<!-- ##### FUNCTION gtk_entry_get_pixbuf ##### -->
+<para>
+
+</para>
+
+@entry:
+@icon_pos:
+@Returns:
+
+<!-- ##### FUNCTION gtk_entry_get_stock ##### -->
+<para>
+
+</para>
+
+@entry:
+@icon_pos:
+@Returns:
+
+<!-- ##### FUNCTION gtk_entry_get_storage_type ##### -->
+<para>
+
+</para>
+
+@entry:
+@icon_pos:
+@Returns:
+
<!-- ##### FUNCTION gtk_file_chooser_error_quark ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkaction.sgml b/docs/reference/gtk/tmpl/gtkaction.sgml
index d82db4176..1db8bed0f 100644
--- a/docs/reference/gtk/tmpl/gtkaction.sgml
+++ b/docs/reference/gtk/tmpl/gtkaction.sgml
@@ -70,6 +70,11 @@ and should not be accessed directly.
</para>
+<!-- ##### ARG GtkAction:gicon ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkAction:hide-if-empty ##### -->
<para>
@@ -298,6 +303,22 @@ and should not be accessed directly.
@action:
+<!-- ##### FUNCTION gtk_action_block_activate ##### -->
+<para>
+
+</para>
+
+@action:
+
+
+<!-- ##### FUNCTION gtk_action_unblock_activate ##### -->
+<para>
+
+</para>
+
+@action:
+
+
<!-- ##### FUNCTION gtk_action_block_activate_from ##### -->
<para>
@@ -352,3 +373,165 @@ and should not be accessed directly.
@accel_group:
+<!-- ##### FUNCTION gtk_action_set_label ##### -->
+<para>
+
+</para>
+
+@action:
+@label:
+
+
+<!-- ##### FUNCTION gtk_action_get_label ##### -->
+<para>
+
+</para>
+
+@action:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_action_set_short_label ##### -->
+<para>
+
+</para>
+
+@action:
+@short_label:
+
+
+<!-- ##### FUNCTION gtk_action_get_short_label ##### -->
+<para>
+
+</para>
+
+@action:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_action_set_tooltip ##### -->
+<para>
+
+</para>
+
+@action:
+@tooltip:
+
+
+<!-- ##### FUNCTION gtk_action_get_tooltip ##### -->
+<para>
+
+</para>
+
+@action:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_action_set_stock_id ##### -->
+<para>
+
+</para>
+
+@action:
+@stock_id:
+
+
+<!-- ##### FUNCTION gtk_action_get_stock_id ##### -->
+<para>
+
+</para>
+
+@action:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_action_set_gicon ##### -->
+<para>
+
+</para>
+
+@action:
+@icon:
+
+
+<!-- ##### FUNCTION gtk_action_get_gicon ##### -->
+<para>
+
+</para>
+
+@action:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_action_set_icon_name ##### -->
+<para>
+
+</para>
+
+@action:
+@icon_name:
+
+
+<!-- ##### FUNCTION gtk_action_get_icon_name ##### -->
+<para>
+
+</para>
+
+@action:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_action_set_visible_horizontal ##### -->
+<para>
+
+</para>
+
+@action:
+@visible_horizontal:
+
+
+<!-- ##### FUNCTION gtk_action_get_visible_horizontal ##### -->
+<para>
+
+</para>
+
+@action:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_action_set_visible_vertical ##### -->
+<para>
+
+</para>
+
+@action:
+@visible_vertical:
+
+
+<!-- ##### FUNCTION gtk_action_get_visible_vertical ##### -->
+<para>
+
+</para>
+
+@action:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_action_set_is_important ##### -->
+<para>
+
+</para>
+
+@action:
+@is_important:
+
+
+<!-- ##### FUNCTION gtk_action_get_is_important ##### -->
+<para>
+
+</para>
+
+@action:
+@Returns:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml
index 9d2c262ac..d2147bb0d 100644
--- a/docs/reference/gtk/tmpl/gtkentry.sgml
+++ b/docs/reference/gtk/tmpl/gtkentry.sgml
@@ -168,92 +168,102 @@ The #GtkEntry-struct struct contains only private data.
@entry: the object which received the signal.
-<!-- ##### ARG GtkEntry:activatable-primary ##### -->
+<!-- ##### ARG GtkEntry:activates-default ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:activatable-secondary ##### -->
+<!-- ##### ARG GtkEntry:caps-lock-warning ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:activates-default ##### -->
+<!-- ##### ARG GtkEntry:cursor-position ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:caps-lock-warning ##### -->
+<!-- ##### ARG GtkEntry:editable ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:cursor-position ##### -->
+<!-- ##### ARG GtkEntry:has-frame ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:editable ##### -->
+<!-- ##### ARG GtkEntry:im-module ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:gicon-primary ##### -->
+<!-- ##### ARG GtkEntry:inner-border ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:gicon-secondary ##### -->
+<!-- ##### ARG GtkEntry:invisible-char ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:has-frame ##### -->
+<!-- ##### ARG GtkEntry:invisible-char-set ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:icon-name-primary ##### -->
+<!-- ##### ARG GtkEntry:max-length ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:icon-name-secondary ##### -->
+<!-- ##### ARG GtkEntry:overwrite-mode ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:inner-border ##### -->
+<!-- ##### ARG GtkEntry:primary-icon-activatable ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:invisible-char ##### -->
+<!-- ##### ARG GtkEntry:primary-icon-gicon ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:invisible-char-set ##### -->
+<!-- ##### ARG GtkEntry:primary-icon-name ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:max-length ##### -->
+<!-- ##### ARG GtkEntry:primary-icon-pixbuf ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:overwrite-mode ##### -->
+<!-- ##### ARG GtkEntry:primary-icon-sensitive ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:primary-icon-stock ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:pixbuf-primary ##### -->
+<!-- ##### ARG GtkEntry:primary-icon-storage-type ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:pixbuf-secondary ##### -->
+<!-- ##### ARG GtkEntry:primary-icon-tooltip-markup ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:primary-icon-tooltip-text ##### -->
<para>
</para>
@@ -273,42 +283,57 @@ The #GtkEntry-struct struct contains only private data.
</para>
-<!-- ##### ARG GtkEntry:selection-bound ##### -->
+<!-- ##### ARG GtkEntry:secondary-icon-activatable ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:sensitive-primary ##### -->
+<!-- ##### ARG GtkEntry:secondary-icon-gicon ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:sensitive-secondary ##### -->
+<!-- ##### ARG GtkEntry:secondary-icon-name ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:shadow-type ##### -->
+<!-- ##### ARG GtkEntry:secondary-icon-pixbuf ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:secondary-icon-sensitive ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:secondary-icon-stock ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkEntry:secondary-icon-storage-type ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:stock-primary ##### -->
+<!-- ##### ARG GtkEntry:secondary-icon-tooltip-markup ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:stock-secondary ##### -->
+<!-- ##### ARG GtkEntry:secondary-icon-tooltip-text ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:storage-type-primary ##### -->
+<!-- ##### ARG GtkEntry:selection-bound ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:storage-type-secondary ##### -->
+<!-- ##### ARG GtkEntry:shadow-type ##### -->
<para>
</para>
@@ -343,12 +368,12 @@ The #GtkEntry-struct struct contains only private data.
</para>
-<!-- ##### ARG GtkEntry:inner-border ##### -->
+<!-- ##### ARG GtkEntry:icon-prelight ##### -->
<para>
</para>
-<!-- ##### ARG GtkEntry:prelight ##### -->
+<!-- ##### ARG GtkEntry:inner-border ##### -->
<para>
</para>
@@ -783,7 +808,7 @@ Specifies the side of the entry at which an icon is placed.
@icon:
-<!-- ##### FUNCTION gtk_entry_get_storage_type ##### -->
+<!-- ##### FUNCTION gtk_entry_get_icon_storage_type ##### -->
<para>
</para>
@@ -793,7 +818,7 @@ Specifies the side of the entry at which an icon is placed.
@Returns:
-<!-- ##### FUNCTION gtk_entry_get_pixbuf ##### -->
+<!-- ##### FUNCTION gtk_entry_get_icon_pixbuf ##### -->
<para>
</para>
@@ -803,7 +828,7 @@ Specifies the side of the entry at which an icon is placed.
@Returns:
-<!-- ##### FUNCTION gtk_entry_get_stock ##### -->
+<!-- ##### FUNCTION gtk_entry_get_icon_stock ##### -->
<para>
</para>
@@ -823,7 +848,7 @@ Specifies the side of the entry at which an icon is placed.
@Returns:
-<!-- ##### FUNCTION gtk_entry_get_gicon ##### -->
+<!-- ##### FUNCTION gtk_entry_get_icon_gicon ##### -->
<para>
</para>
@@ -894,6 +919,16 @@ Specifies the side of the entry at which an icon is placed.
@tooltip:
+<!-- ##### FUNCTION gtk_entry_get_icon_tooltip_text ##### -->
+<para>
+
+</para>
+
+@entry:
+@icon_pos:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_entry_set_icon_tooltip_markup ##### -->
<para>
@@ -904,6 +939,16 @@ Specifies the side of the entry at which an icon is placed.
@tooltip:
+<!-- ##### FUNCTION gtk_entry_get_icon_tooltip_markup ##### -->
+<para>
+
+</para>
+
+@entry:
+@icon_pos:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_entry_set_icon_drag_source ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkfilechooser.sgml b/docs/reference/gtk/tmpl/gtkfilechooser.sgml
index 674ed6240..7258bcb9b 100644
--- a/docs/reference/gtk/tmpl/gtkfilechooser.sgml
+++ b/docs/reference/gtk/tmpl/gtkfilechooser.sgml
@@ -783,6 +783,7 @@ gtk_widget_destroy (chooser);
@GTK_FILE_CHOOSER_ERROR_BAD_FILENAME: Indicates a malformed filename.
@GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS: Indicates a duplicate path (e.g. when
adding a bookmark).
+@GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME:
<!-- ##### FUNCTION gtk_file_chooser_set_action ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtkimmulticontext.sgml b/docs/reference/gtk/tmpl/gtkimmulticontext.sgml
index eb35922c9..d216507e6 100644
--- a/docs/reference/gtk/tmpl/gtkimmulticontext.sgml
+++ b/docs/reference/gtk/tmpl/gtkimmulticontext.sgml
@@ -49,3 +49,12 @@ An input method context supporting multiple, loadable input methods
@Returns:
+<!-- ##### FUNCTION gtk_im_multicontext_set_context_id ##### -->
+<para>
+
+</para>
+
+@context:
+@context_id:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkscale.sgml b/docs/reference/gtk/tmpl/gtkscale.sgml
index 29c1c6088..3955e9f0f 100644
--- a/docs/reference/gtk/tmpl/gtkscale.sgml
+++ b/docs/reference/gtk/tmpl/gtkscale.sgml
@@ -141,3 +141,22 @@ the accessor functions.
@y:
+<!-- ##### FUNCTION gtk_scale_add_mark ##### -->
+<para>
+
+</para>
+
+@scale:
+@value:
+@position:
+@markup:
+
+
+<!-- ##### FUNCTION gtk_scale_clear_marks ##### -->
+<para>
+
+</para>
+
+@scale:
+
+
diff --git a/docs/reference/gtk/tmpl/gtkscalebutton.sgml b/docs/reference/gtk/tmpl/gtkscalebutton.sgml
index 66b740543..a08c41809 100644
--- a/docs/reference/gtk/tmpl/gtkscalebutton.sgml
+++ b/docs/reference/gtk/tmpl/gtkscalebutton.sgml
@@ -58,11 +58,6 @@ is tailored for this use case.
</para>
-<!-- ##### ARG GtkScaleButton:orientation ##### -->
-<para>
-
-</para>
-
<!-- ##### ARG GtkScaleButton:size ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtktextbuffer.sgml b/docs/reference/gtk/tmpl/gtktextbuffer.sgml
index 9b52e8a79..802d74bf3 100644
--- a/docs/reference/gtk/tmpl/gtktextbuffer.sgml
+++ b/docs/reference/gtk/tmpl/gtktextbuffer.sgml
@@ -122,6 +122,14 @@ types related to the text widget and how they work together.
@textbuffer: the object which received the signal.
+<!-- ##### SIGNAL GtkTextBuffer::paste-done ##### -->
+<para>
+
+</para>
+
+@textbuffer: the object which received the signal.
+@arg1:
+
<!-- ##### SIGNAL GtkTextBuffer::remove-tag ##### -->
<para>
diff --git a/docs/reference/gtk/tmpl/gtktextview.sgml b/docs/reference/gtk/tmpl/gtktextview.sgml
index 5479e15f3..94834ea5e 100644
--- a/docs/reference/gtk/tmpl/gtktextview.sgml
+++ b/docs/reference/gtk/tmpl/gtktextview.sgml
@@ -168,6 +168,11 @@ types related to the text widget and how they work together.
</para>
+<!-- ##### ARG GtkTextView:im-module ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkTextView:indent ##### -->
<para>