diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-05 16:21:19 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-05 16:21:19 +0000 |
commit | 2fba613b4df21e8d4ff55f44f5dd4b3b673149f5 (patch) | |
tree | 429c6b55a12d598542bd909dae11544ce9ab31d1 /docs | |
parent | 3debd9ce309e340817a25661ce38dd0246f73744 (diff) | |
download | gdk-pixbuf-2fba613b4df21e8d4ff55f44f5dd4b3b673149f5.tar.gz |
2.9.0GTK_2_9_0
Diffstat (limited to 'docs')
80 files changed, 1126 insertions, 288 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 700249068..e8d8a39dc 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2006-05-04 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.9.0 === + 2006-04-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add gtk_status_icon_position_menu diff --git a/docs/reference/gdk-pixbuf/tmpl/creating.sgml b/docs/reference/gdk-pixbuf/tmpl/creating.sgml index 5c2ae7b92..c4f38b1d0 100644 --- a/docs/reference/gdk-pixbuf/tmpl/creating.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/creating.sgml @@ -95,9 +95,6 @@ Creating a pixbuf from image data that is already in memory. @copy_pixels: @error: @Returns: -<!-- # Unused Parameters # --> -@inline_pixbuf: -@length: <!-- ##### FUNCTION gdk_pixbuf_new_subpixbuf ##### --> diff --git a/docs/reference/gdk-pixbuf/tmpl/file-loading.sgml b/docs/reference/gdk-pixbuf/tmpl/file-loading.sgml index 70b48ea29..4b070d5d1 100644 --- a/docs/reference/gdk-pixbuf/tmpl/file-loading.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/file-loading.sgml @@ -66,8 +66,6 @@ End: @preserve_aspect_ratio: @error: @Returns: -<!-- # Unused Parameters # --> -@keep_aspect_ratio: <!-- ##### FUNCTION gdk_pixbuf_get_file_info ##### --> diff --git a/docs/reference/gdk/tmpl/cairo_interaction.sgml b/docs/reference/gdk/tmpl/cairo_interaction.sgml index a9422a603..ea570c815 100644 --- a/docs/reference/gdk/tmpl/cairo_interaction.sgml +++ b/docs/reference/gdk/tmpl/cairo_interaction.sgml @@ -56,6 +56,17 @@ Cairo paths and to use pixbufs as sources for drawing operations. @pixbuf_y: +<!-- ##### FUNCTION gdk_cairo_set_source_pixmap ##### --> +<para> + +</para> + +@cr: +@pixmap: +@pixmap_x: +@pixmap_y: + + <!-- ##### FUNCTION gdk_cairo_rectangle ##### --> <para> diff --git a/docs/reference/gdk/tmpl/events.sgml b/docs/reference/gdk/tmpl/events.sgml index 20bd2f4a8..85f60c6ac 100644 --- a/docs/reference/gdk/tmpl/events.sgml +++ b/docs/reference/gdk/tmpl/events.sgml @@ -295,8 +295,6 @@ gdk_event_handler_set(). @event: @winid: @Returns: -<!-- # Unused Parameters # --> -@xid: <!-- ##### FUNCTION gdk_event_send_client_message_for_display ##### --> @@ -308,8 +306,6 @@ gdk_event_handler_set(). @event: @winid: @Returns: -<!-- # Unused Parameters # --> -@xid: <!-- ##### FUNCTION gdk_event_send_clientmessage_toall ##### --> diff --git a/docs/reference/gdk/tmpl/gdkdisplay.sgml b/docs/reference/gdk/tmpl/gdkdisplay.sgml index c377f0c78..14ab0ede1 100644 --- a/docs/reference/gdk/tmpl/gdkdisplay.sgml +++ b/docs/reference/gdk/tmpl/gdkdisplay.sgml @@ -378,3 +378,21 @@ Applications should never have any reason to use this facility @n_targets: +<!-- ##### FUNCTION gdk_display_supports_shapes ##### --> +<para> + +</para> + +@display: +@Returns: + + +<!-- ##### FUNCTION gdk_display_supports_input_shapes ##### --> +<para> + +</para> + +@display: +@Returns: + + diff --git a/docs/reference/gdk/tmpl/gdkscreen.sgml b/docs/reference/gdk/tmpl/gdkscreen.sgml index 800a9e0d5..8bd87835d 100644 --- a/docs/reference/gdk/tmpl/gdkscreen.sgml +++ b/docs/reference/gdk/tmpl/gdkscreen.sgml @@ -34,6 +34,13 @@ when GDK gets multihead support. @Since: 2.2 +<!-- ##### SIGNAL GdkScreen::composited-changed ##### --> +<para> + +</para> + +@gdkscreen: the object which received the signal. + <!-- ##### SIGNAL GdkScreen::size-changed ##### --> <para> @@ -131,6 +138,15 @@ when GDK gets multihead support. @Returns: +<!-- ##### FUNCTION gdk_screen_is_composited ##### --> +<para> + +</para> + +@screen: +@Returns: + + <!-- ##### FUNCTION gdk_screen_get_root_window ##### --> <para> @@ -238,8 +254,6 @@ when GDK gets multihead support. @screen: @monitor_num: @dest: -<!-- # Unused Parameters # --> -@Returns: <!-- ##### FUNCTION gdk_screen_get_monitor_at_point ##### --> @@ -261,8 +275,6 @@ when GDK gets multihead support. @screen: @window: @Returns: -<!-- # Unused Parameters # --> -@anid: <!-- ##### FUNCTION gdk_screen_broadcast_client_message ##### --> @@ -321,6 +333,24 @@ when GDK gets multihead support. @dpi: +<!-- ##### FUNCTION gdk_screen_get_active_window ##### --> +<para> + +</para> + +@screen: +@Returns: + + +<!-- ##### FUNCTION gdk_screen_get_window_stack ##### --> +<para> + +</para> + +@screen: +@Returns: + + <!-- ##### FUNCTION gdk_spawn_on_screen ##### --> <para> diff --git a/docs/reference/gdk/tmpl/keys.sgml b/docs/reference/gdk/tmpl/keys.sgml index a08277027..2fcc94ef7 100644 --- a/docs/reference/gdk/tmpl/keys.sgml +++ b/docs/reference/gdk/tmpl/keys.sgml @@ -167,8 +167,6 @@ be mapped to a keyval. @level: @consumed_modifiers: @Returns: -<!-- # Unused Parameters # --> -@unused_modifiers: <!-- ##### FUNCTION gdk_keymap_get_entries_for_keyval ##### --> diff --git a/docs/reference/gdk/tmpl/pixmaps.sgml b/docs/reference/gdk/tmpl/pixmaps.sgml index 5ea7f8aac..e88a5fde0 100644 --- a/docs/reference/gdk/tmpl/pixmaps.sgml +++ b/docs/reference/gdk/tmpl/pixmaps.sgml @@ -30,6 +30,7 @@ The type #GdkDrawable refers generically to any of these types. </para> +@user_data: <!-- ##### FUNCTION gdk_pixmap_new ##### --> <para> diff --git a/docs/reference/gdk/tmpl/regions.sgml b/docs/reference/gdk/tmpl/regions.sgml index fc2b2496e..88c477114 100644 --- a/docs/reference/gdk/tmpl/regions.sgml +++ b/docs/reference/gdk/tmpl/regions.sgml @@ -70,9 +70,9 @@ Defines the position and size of a rectangle. </para> -@src1: -@src2: -@dest: +@src1: +@src2: +@dest: <!-- ##### STRUCT GdkRegion ##### --> @@ -97,6 +97,7 @@ A GdkRegion represents a set of pixels on the screen. @points: @npoints: @fill_rule: +@Returns: <!-- ##### ENUM GdkFillRule ##### --> @@ -141,8 +142,8 @@ included in the region, while areas overlapped an even number of times are not. </para> -@region: -@rectangle: +@region: +@rectangle: <!-- ##### FUNCTION gdk_region_get_rectangles ##### --> @@ -161,6 +162,7 @@ included in the region, while areas overlapped an even number of times are not. </para> @region: +@Returns: <!-- ##### FUNCTION gdk_region_equal ##### --> @@ -170,6 +172,7 @@ included in the region, while areas overlapped an even number of times are not. @region1: @region2: +@Returns: <!-- ##### FUNCTION gdk_region_point_in ##### --> @@ -177,9 +180,10 @@ included in the region, while areas overlapped an even number of times are not. </para> -@region: +@region: @x: @y: +@Returns: <!-- ##### FUNCTION gdk_region_rect_in ##### --> @@ -189,6 +193,7 @@ included in the region, while areas overlapped an even number of times are not. @region: @rectangle: +@Returns: <!-- ##### ENUM GdkOverlapType ##### --> @@ -288,10 +293,10 @@ gdk_region_spans_intersect_foreach(). </para> @region: -@spans: -@n_spans: +@spans: +@n_spans: @sorted: -@function: +@function: @data: diff --git a/docs/reference/gdk/tmpl/threads.sgml b/docs/reference/gdk/tmpl/threads.sgml index 0400280ca..32c5ee7c9 100644 --- a/docs/reference/gdk/tmpl/threads.sgml +++ b/docs/reference/gdk/tmpl/threads.sgml @@ -298,9 +298,6 @@ The #GMutex used to implement the critical region for gdk_threads_enter()/gdk_threads_leave(). </para> -@Deprecated: 2.4: This variable should not be used directly - — consider it private. - <!-- ##### FUNCTION gdk_threads_set_lock_functions ##### --> <para> diff --git a/docs/reference/gdk/tmpl/windows.sgml b/docs/reference/gdk/tmpl/windows.sgml index 787e296e8..d572adec4 100644 --- a/docs/reference/gdk/tmpl/windows.sgml +++ b/docs/reference/gdk/tmpl/windows.sgml @@ -30,6 +30,7 @@ The type #GdkDrawable refers generically to any of these types. </para> +@user_data: <!-- ##### ENUM GdkWindowType ##### --> <para> @@ -211,6 +212,12 @@ window types. @GDK_WINDOW_TYPE_HINT_DOCK: Used for creating dock or panel windows. @GDK_WINDOW_TYPE_HINT_DESKTOP: Used for creating the desktop background window. +@GDK_WINDOW_TYPE_HINT_DROPDOWN_MENU: +@GDK_WINDOW_TYPE_HINT_POPUP_MENU: +@GDK_WINDOW_TYPE_HINT_TOOLTIP: +@GDK_WINDOW_TYPE_HINT_NOTIFICATION: +@GDK_WINDOW_TYPE_HINT_COMBO: +@GDK_WINDOW_TYPE_HINT_DND: <!-- ##### STRUCT GdkWindowAttr ##### --> <para> @@ -896,6 +903,44 @@ backend, <type>MSG</type>s for Win32). @window: +<!-- ##### FUNCTION gdk_window_input_shape_combine_mask ##### --> +<para> + +</para> + +@window: +@mask: +@x: +@y: + + +<!-- ##### FUNCTION gdk_window_input_shape_combine_region ##### --> +<para> + +</para> + +@window: +@shape_region: +@offset_x: +@offset_y: + + +<!-- ##### FUNCTION gdk_window_set_child_input_shapes ##### --> +<para> + +</para> + +@window: + + +<!-- ##### FUNCTION gdk_window_merge_child_input_shapes ##### --> +<para> + +</para> + +@window: + + <!-- ##### FUNCTION gdk_window_set_static_gravities ##### --> <para> diff --git a/docs/reference/gdk/tmpl/x_interaction.sgml b/docs/reference/gdk/tmpl/x_interaction.sgml index 8760a3047..b31eb7764 100644 --- a/docs/reference/gdk/tmpl/x_interaction.sgml +++ b/docs/reference/gdk/tmpl/x_interaction.sgml @@ -280,6 +280,19 @@ Another name for GDK_DRAWABLE_XID(). @Returns: +<!-- ##### FUNCTION gdk_pixmap_foreign_new_for_screen ##### --> +<para> + +</para> + +@screen: +@anid: +@width: +@height: +@depth: +@Returns: + + <!-- ##### FUNCTION gdk_window_foreign_new ##### --> <para> diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index e3bd27b9c..7d6569982 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -177,7 +177,6 @@ <!ENTITY gtk-Styles SYSTEM "xml/gtkstyle.xml"> <!ENTITY gtk-Themes SYSTEM "xml/gtkthemes.xml"> <!ENTITY gtk-Resource-Files SYSTEM "xml/gtkrc.xml"> -<!ENTITY gtk-Rich-Text SYSTEM "xml/gtkrichtext.xml"> <!ENTITY GtkAccelGroup SYSTEM "xml/gtkaccelgroup.xml"> <!ENTITY gtk-accel-map SYSTEM "xml/gtkaccelmap.xml"> <!ENTITY gtk-Selections SYSTEM "xml/gtkselection.xml"> @@ -348,7 +347,6 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or >k-Graphics-Contexts; >k-Styles; >k-Selections; - >k-Rich-Text; >k-Feature-Test-Macros; >k-Signals; >k-Types; diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index 0ba52ccf3..1f9f8b3ae 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -513,6 +513,12 @@ Use to get the value of a GtkArg whose GtkType is GTK_TYPE_C_FOREIGN @b: @Returns: +<!-- ##### ARG GtkAboutDialog:link-color ##### --> +<para> + +</para> + + <!-- ##### STRUCT GtkAccelEntry ##### --> <para> This is a private struct used by GTK+ internally, don't worry about it. @@ -620,6 +626,20 @@ Define a function pointer. Deprecated. </para> +<!-- ##### SIGNAL GtkComboBox::popup-hide ##### --> +<para> + +</para> + +@combobox: the object which received the signal. + +<!-- ##### SIGNAL GtkComboBox::popup-show ##### --> +<para> + +</para> + +@combobox: the object which received the signal. + <!-- ##### ARG GtkComboBox:appearance ##### --> <para> @@ -925,6 +945,33 @@ a RC file. @menubar: the object which received the signal. @arg1: +<!-- ##### SIGNAL GtkNotebook::tab-added ##### --> +<para> + +</para> + +@notebook: the object which received the signal. +@arg1: +@arg2: + +<!-- ##### SIGNAL GtkNotebook::tab-removed ##### --> +<para> + +</para> + +@notebook: the object which received the signal. +@arg1: +@arg2: + +<!-- ##### SIGNAL GtkNotebook::tab-reordered ##### --> +<para> + +</para> + +@notebook: the object which received the signal. +@arg1: +@arg2: + <!-- ##### ARG GtkObject:object-signal ##### --> <para> Setting this with a GtkType of GTK_TYPE_SIGNAL connects @@ -2136,6 +2183,13 @@ 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_file_chooser_error_quark ##### --> +<para> + +</para> + +@Returns: + <!-- ##### FUNCTION gtk_file_chooser_get_folder_mode ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml index 67b90f4a2..558dd856f 100644 --- a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml @@ -114,11 +114,6 @@ only private fields and should not be directly accessed. </para> -<!-- ##### ARG GtkAboutDialog:link-color ##### --> -<para> - -</para> - <!-- ##### FUNCTION gtk_about_dialog_new ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml index a88ebe5cb..1285f1c9d 100644 --- a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml +++ b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml @@ -94,9 +94,6 @@ Deprecated equivalent of g_object_unref(). @accel_mods: @accel_flags: @closure: -<!-- # Unused Parameters # --> -@accel_path_quark: -@path_quark: <!-- ##### FUNCTION gtk_accel_group_connect_by_path ##### --> @@ -141,9 +138,6 @@ Deprecated equivalent of g_object_unref(). @accel_group: @closure: @Returns: -<!-- # Unused Parameters # --> -@accel_key: -@accel_mods: <!-- ##### FUNCTION gtk_accel_group_disconnect_key ##### --> @@ -216,8 +210,6 @@ Deprecated equivalent of g_object_unref(). @accel_key: @accel_mods: @Returns: -<!-- # Unused Parameters # --> -@acceleratable: <!-- ##### FUNCTION gtk_accel_groups_from_object ##### --> diff --git a/docs/reference/gtk/tmpl/gtkaccellabel.sgml b/docs/reference/gtk/tmpl/gtkaccellabel.sgml index ac7b3b129..e030c1076 100644 --- a/docs/reference/gtk/tmpl/gtkaccellabel.sgml +++ b/docs/reference/gtk/tmpl/gtkaccellabel.sgml @@ -114,8 +114,6 @@ Creates a new #GtkAccelLabel. @accel_label: @accel_closure: -<!-- # Unused Parameters # --> -@closure: <!-- ##### FUNCTION gtk_accel_label_get_accel_widget ##### --> diff --git a/docs/reference/gtk/tmpl/gtkaction.sgml b/docs/reference/gtk/tmpl/gtkaction.sgml index 65cbf4f15..ca3259eed 100644 --- a/docs/reference/gtk/tmpl/gtkaction.sgml +++ b/docs/reference/gtk/tmpl/gtkaction.sgml @@ -75,6 +75,11 @@ and should not be accessed directly. </para> +<!-- ##### ARG GtkAction:icon-name ##### --> +<para> + +</para> + <!-- ##### ARG GtkAction:is-important ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkassistant.sgml b/docs/reference/gtk/tmpl/gtkassistant.sgml index 6696e287d..c92101439 100644 --- a/docs/reference/gtk/tmpl/gtkassistant.sgml +++ b/docs/reference/gtk/tmpl/gtkassistant.sgml @@ -324,3 +324,11 @@ or GTK_ASSISTANT_PAGE_SUMMARY to be correct. @child: +<!-- ##### FUNCTION gtk_assistant_update_buttons_state ##### --> +<para> + +</para> + +@assistant: + + diff --git a/docs/reference/gtk/tmpl/gtkbutton.sgml b/docs/reference/gtk/tmpl/gtkbutton.sgml index e8f756167..6782363e3 100644 --- a/docs/reference/gtk/tmpl/gtkbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkbutton.sgml @@ -70,7 +70,7 @@ This should not be accessed directly. Use the accessor functions below. </para> -@button: +@button: <!-- ##### ARG GtkButton:focus-on-click ##### --> <para> @@ -137,6 +137,11 @@ This should not be accessed directly. Use the accessor functions below. </para> +<!-- ##### ARG GtkButton:inner-border ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_button_new ##### --> <para> Creates a new #GtkButton widget. To add a child widget to the button, @@ -270,8 +275,6 @@ Returns the current relief style of the given #GtkButton. @button: @use_stock: -<!-- # Unused Parameters # --> -@value: <!-- ##### FUNCTION gtk_button_get_use_underline ##### --> @@ -290,8 +293,6 @@ Returns the current relief style of the given #GtkButton. @button: @use_underline: -<!-- # Unused Parameters # --> -@value: <!-- ##### FUNCTION gtk_button_set_focus_on_click ##### --> diff --git a/docs/reference/gtk/tmpl/gtkcellrendereraccel.sgml b/docs/reference/gtk/tmpl/gtkcellrendereraccel.sgml index 996f21d38..077dcaefa 100644 --- a/docs/reference/gtk/tmpl/gtkcellrendereraccel.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrendereraccel.sgml @@ -68,6 +68,14 @@ The #GtkCellRendererAccel cell renderer was added in GTK+ 2.10. </para> +<!-- ##### ENUM GtkCellRendererAccelMode ##### --> +<para> + +</para> + +@GTK_CELL_RENDERER_ACCEL_MODE_GTK: +@GTK_CELL_RENDERER_ACCEL_MODE_OTHER: + <!-- ##### FUNCTION gtk_cell_renderer_accel_new ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkcellrendererspin.sgml b/docs/reference/gtk/tmpl/gtkcellrendererspin.sgml index f163b9c5f..4720dd0be 100644 --- a/docs/reference/gtk/tmpl/gtkcellrendererspin.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrendererspin.sgml @@ -25,13 +25,11 @@ start-editing signal. The #GtkCellRendererSpin cell renderer was added in GTK+ 2.10. </para> - <!-- ##### SECTION See_Also ##### --> <para> #GtkCellRendererText, #GtkSpinButton </para> - <!-- ##### SECTION Stability_Level ##### --> diff --git a/docs/reference/gtk/tmpl/gtkcellview.sgml b/docs/reference/gtk/tmpl/gtkcellview.sgml index b79051002..fc2e768a2 100644 --- a/docs/reference/gtk/tmpl/gtkcellview.sgml +++ b/docs/reference/gtk/tmpl/gtkcellview.sgml @@ -130,7 +130,5 @@ and drag and drop. @cell_view: @Returns: -<!-- # Unused Parameters # --> -@cellview: diff --git a/docs/reference/gtk/tmpl/gtkclipboard.sgml b/docs/reference/gtk/tmpl/gtkclipboard.sgml index ee24e4e5a..3a235167f 100644 --- a/docs/reference/gtk/tmpl/gtkclipboard.sgml +++ b/docs/reference/gtk/tmpl/gtkclipboard.sgml @@ -152,6 +152,18 @@ Storing data on clipboards @Since: 2.4 +<!-- ##### USER_FUNCTION GtkClipboardRichTextReceivedFunc ##### --> +<para> + +</para> + +@clipboard: +@format: +@text: +@length: +@data: + + <!-- ##### USER_FUNCTION GtkClipboardGetFunc ##### --> <para> A function that will be called to provide the contents of the selection. @@ -319,6 +331,17 @@ will not be used again. @user_data: +<!-- ##### FUNCTION gtk_clipboard_request_rich_text ##### --> +<para> + +</para> + +@clipboard: +@buffer: +@callback: +@user_data: + + <!-- ##### FUNCTION gtk_clipboard_wait_for_contents ##### --> <para> @@ -347,6 +370,18 @@ will not be used again. @Returns: +<!-- ##### FUNCTION gtk_clipboard_wait_for_rich_text ##### --> +<para> + +</para> + +@clipboard: +@buffer: +@format: +@length: +@Returns: + + <!-- ##### FUNCTION gtk_clipboard_wait_is_text_available ##### --> <para> @@ -365,6 +400,16 @@ will not be used again. @Returns: +<!-- ##### FUNCTION gtk_clipboard_wait_is_rich_text_available ##### --> +<para> + +</para> + +@clipboard: +@buffer: +@Returns: + + <!-- ##### FUNCTION gtk_clipboard_wait_for_targets ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkcombobox.sgml b/docs/reference/gtk/tmpl/gtkcombobox.sgml index 06d1af6c2..5753ef4d9 100644 --- a/docs/reference/gtk/tmpl/gtkcombobox.sgml +++ b/docs/reference/gtk/tmpl/gtkcombobox.sgml @@ -55,20 +55,6 @@ gtk_combo_box_get_active_text(). @combobox: the object which received the signal. -<!-- ##### SIGNAL GtkComboBox::popup-hide ##### --> -<para> - -</para> - -@combobox: the object which received the signal. - -<!-- ##### SIGNAL GtkComboBox::popup-show ##### --> -<para> - -</para> - -@combobox: the object which received the signal. - <!-- ##### ARG GtkComboBox:active ##### --> <para> @@ -99,6 +85,11 @@ gtk_combo_box_get_active_text(). </para> +<!-- ##### ARG GtkComboBox:popup-shown ##### --> +<para> + +</para> + <!-- ##### ARG GtkComboBox:row-span-column ##### --> <para> @@ -125,8 +116,6 @@ gtk_combo_box_get_active_text(). </para> @Returns: -<!-- # Unused Parameters # --> -@model: <!-- ##### FUNCTION gtk_combo_box_new_with_model ##### --> @@ -208,8 +197,6 @@ gtk_combo_box_get_active_text(). @combo_box: @index_: -<!-- # Unused Parameters # --> -@index: <!-- ##### FUNCTION gtk_combo_box_get_active_iter ##### --> diff --git a/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml index 781209d8f..46bba4ff0 100644 --- a/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml +++ b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml @@ -59,9 +59,6 @@ with gtk_combo_box_entry_new_text(). </para> @Returns: -<!-- # Unused Parameters # --> -@model: -@text_column: <!-- ##### FUNCTION gtk_combo_box_entry_new_with_model ##### --> diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index 8322b3dc8..458db11bc 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -364,8 +364,6 @@ Does the same as gtk_container_get_children(). @child: @first_prop_name: @Varargs: -<!-- # Unused Parameters # --> -@first_arg_name: <!-- ##### FUNCTION gtk_container_child_get_property ##### --> @@ -485,8 +483,6 @@ Does the same as gtk_container_get_children(). @cclass: @property_name: @Returns: -<!-- # Unused Parameters # --> -@class: <!-- ##### FUNCTION gtk_container_class_install_child_property ##### --> @@ -497,8 +493,6 @@ Does the same as gtk_container_get_children(). @cclass: @property_id: @pspec: -<!-- # Unused Parameters # --> -@class: <!-- ##### FUNCTION gtk_container_class_list_child_properties ##### --> @@ -509,7 +503,5 @@ Does the same as gtk_container_get_children(). @cclass: @n_properties: @Returns: -<!-- # Unused Parameters # --> -@class: diff --git a/docs/reference/gtk/tmpl/gtkdialog.sgml b/docs/reference/gtk/tmpl/gtkdialog.sgml index 3c91cae3c..f8503043a 100644 --- a/docs/reference/gtk/tmpl/gtkdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkdialog.sgml @@ -281,8 +281,6 @@ directly, but into the @vbox and @action_area, as described above. @dialog: @child: @response_id: -<!-- # Unused Parameters # --> -@widget: <!-- ##### FUNCTION gtk_dialog_get_has_separator ##### --> diff --git a/docs/reference/gtk/tmpl/gtkdnd.sgml b/docs/reference/gtk/tmpl/gtkdnd.sgml index 7764898f3..91aa05f8c 100644 --- a/docs/reference/gtk/tmpl/gtkdnd.sgml +++ b/docs/reference/gtk/tmpl/gtkdnd.sgml @@ -164,6 +164,24 @@ notification of drags. @widget: +<!-- ##### FUNCTION gtk_drag_dest_set_track_motion ##### --> +<para> + +</para> + +@widget: +@track_motion: + + +<!-- ##### FUNCTION gtk_drag_dest_get_track_motion ##### --> +<para> + +</para> + +@widget: +@Returns: + + <!-- ##### FUNCTION gtk_drag_finish ##### --> <para> Informs the drag source that the drop is finished, and diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index 457f6addd..5f959d8f9 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -185,7 +185,17 @@ The #GtkEntry-struct struct contains only private data. Creates a new #GtkEntry widget. </para> -@Returns: a new #GtkEntry. +<!-- ##### ARG GtkEntry:inner-border ##### --> +<para> + +</para> + +<!-- ##### FUNCTION gtk_entry_new ##### --> +<para> + +</para> + +@Returns: <!-- ##### FUNCTION gtk_entry_new_with_max_length ##### --> diff --git a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml index e896172a1..d3f9ea40f 100644 --- a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml +++ b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml @@ -145,8 +145,6 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp @completion: @Returns: -<!-- # Unused Parameters # --> -@entry: <!-- ##### FUNCTION gtk_entry_completion_set_model ##### --> @@ -220,8 +218,6 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp @completion: @index_: @text: -<!-- # Unused Parameters # --> -@index: <!-- ##### FUNCTION gtk_entry_completion_insert_action_markup ##### --> @@ -232,8 +228,6 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp @completion: @index_: @markup: -<!-- # Unused Parameters # --> -@index: <!-- ##### FUNCTION gtk_entry_completion_delete_action ##### --> @@ -243,8 +237,6 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp @completion: @index_: -<!-- # Unused Parameters # --> -@index: <!-- ##### FUNCTION gtk_entry_completion_set_text_column ##### --> diff --git a/docs/reference/gtk/tmpl/gtkfilechooser.sgml b/docs/reference/gtk/tmpl/gtkfilechooser.sgml index a40982bd2..3fb662fca 100644 --- a/docs/reference/gtk/tmpl/gtkfilechooser.sgml +++ b/docs/reference/gtk/tmpl/gtkfilechooser.sgml @@ -783,14 +783,6 @@ gtk_widget_destroy (chooser); @GTK_FILE_CHOOSER_ERROR_BAD_FILENAME: Indicates a malformed filename. @GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS: -<!-- ##### FUNCTION gtk_file_chooser_error_quark ##### --> -<para> - -</para> - -@Returns: - - <!-- ##### FUNCTION gtk_file_chooser_set_action ##### --> <para> @@ -816,8 +808,6 @@ gtk_widget_destroy (chooser); @chooser: @local_only: -<!-- # Unused Parameters # --> -@files_only: <!-- ##### FUNCTION gtk_file_chooser_get_local_only ##### --> @@ -1101,8 +1091,6 @@ gtk_widget_destroy (chooser); @chooser: @Returns: -<!-- # Unused Parameters # --> -@file_chooser: <!-- ##### FUNCTION gtk_file_chooser_get_preview_uri ##### --> @@ -1112,8 +1100,6 @@ gtk_widget_destroy (chooser); @chooser: @Returns: -<!-- # Unused Parameters # --> -@file_chooser: <!-- ##### FUNCTION gtk_file_chooser_set_extra_widget ##### --> @@ -1219,8 +1205,6 @@ gtk_widget_destroy (chooser); @uri: @error: @Returns: -<!-- # Unused Parameters # --> -@folder: <!-- ##### FUNCTION gtk_file_chooser_remove_shortcut_folder_uri ##### --> @@ -1232,8 +1216,6 @@ gtk_widget_destroy (chooser); @uri: @error: @Returns: -<!-- # Unused Parameters # --> -@folder: <!-- ##### FUNCTION gtk_file_chooser_list_shortcut_folder_uris ##### --> diff --git a/docs/reference/gtk/tmpl/gtkfontsel.sgml b/docs/reference/gtk/tmpl/gtkfontsel.sgml index 9ca01f6fe..690acf9c4 100644 --- a/docs/reference/gtk/tmpl/gtkfontsel.sgml +++ b/docs/reference/gtk/tmpl/gtkfontsel.sgml @@ -89,8 +89,8 @@ Gets the currently-selected font. <para> </para> -@fontsel: -@fontname: +@fontsel: +@fontname: @Returns: diff --git a/docs/reference/gtk/tmpl/gtkiconfactory.sgml b/docs/reference/gtk/tmpl/gtkiconfactory.sgml index bca3a9cd7..88a7229a3 100644 --- a/docs/reference/gtk/tmpl/gtkiconfactory.sgml +++ b/docs/reference/gtk/tmpl/gtkiconfactory.sgml @@ -220,8 +220,6 @@ looking up the icon to use for a given stock ID. @width: @height: @Returns: -<!-- # Unused Parameters # --> -@alias: <!-- ##### FUNCTION gtk_icon_size_lookup_for_settings ##### --> @@ -245,8 +243,6 @@ looking up the icon to use for a given stock ID. @width: @height: @Returns: -<!-- # Unused Parameters # --> -@alias: <!-- ##### FUNCTION gtk_icon_size_register_alias ##### --> diff --git a/docs/reference/gtk/tmpl/gtkiconview.sgml b/docs/reference/gtk/tmpl/gtkiconview.sgml index bc4969a5c..42d18d134 100644 --- a/docs/reference/gtk/tmpl/gtkiconview.sgml +++ b/docs/reference/gtk/tmpl/gtkiconview.sgml @@ -180,7 +180,7 @@ A function used by gtk_icon_view_selected_foreach() to map all selected rows. It will be called on every selected row in the view. </para> -@icon_view: a #GtkIconView +@icon_view: a #GtkIconView @path: The #GtkTreePath of a selected row @data: user data @@ -565,8 +565,8 @@ An enum for determining where a dropped item goes. </para> @GTK_ICON_VIEW_NO_DROP: no drop possible -@GTK_ICON_VIEW_DROP_INTO: dropped item replaces the item -@GTK_ICON_VIEW_DROP_LEFT: droppped item is inserted to the left +@GTK_ICON_VIEW_DROP_INTO: dropped item replaces the item +@GTK_ICON_VIEW_DROP_LEFT: droppped item is inserted to the left @GTK_ICON_VIEW_DROP_RIGHT: dropped item is inserted to the right @GTK_ICON_VIEW_DROP_ABOVE: dropped item is inserted above @GTK_ICON_VIEW_DROP_BELOW: dropped item is inserted below diff --git a/docs/reference/gtk/tmpl/gtkimage.sgml b/docs/reference/gtk/tmpl/gtkimage.sgml index 4d5c6c22e..0c93d1c4e 100644 --- a/docs/reference/gtk/tmpl/gtkimage.sgml +++ b/docs/reference/gtk/tmpl/gtkimage.sgml @@ -190,7 +190,7 @@ functions), but they will all return %NULL values. @GTK_IMAGE_ICON_SET: the widget contains a #GtkIconSet @GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation @GTK_IMAGE_ICON_NAME: the widget contains a named icon. - This image type was added in GTK+ 2.6 + This image type was added in GTK+ 2.6 <!-- ##### FUNCTION gtk_image_get_icon_set ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml b/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml index ec7469af0..660919fed 100644 --- a/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml @@ -56,9 +56,6 @@ fill in the text label. </para> @Returns: -<!-- # Unused Parameters # --> -@widget: -@label: <!-- ##### FUNCTION gtk_image_menu_item_new_from_stock ##### --> diff --git a/docs/reference/gtk/tmpl/gtklayout.sgml b/docs/reference/gtk/tmpl/gtklayout.sgml index a61cf67d9..22ca60fcb 100644 --- a/docs/reference/gtk/tmpl/gtklayout.sgml +++ b/docs/reference/gtk/tmpl/gtklayout.sgml @@ -95,8 +95,6 @@ area. @child_widget: @x: @y: -<!-- # Unused Parameters # --> -@widget: <!-- ##### FUNCTION gtk_layout_move ##### --> @@ -108,8 +106,6 @@ area. @child_widget: @x: @y: -<!-- # Unused Parameters # --> -@widget: <!-- ##### FUNCTION gtk_layout_set_size ##### --> diff --git a/docs/reference/gtk/tmpl/gtklinkbutton.sgml b/docs/reference/gtk/tmpl/gtklinkbutton.sgml index 68e6922f5..ed9b23dab 100644 --- a/docs/reference/gtk/tmpl/gtklinkbutton.sgml +++ b/docs/reference/gtk/tmpl/gtklinkbutton.sgml @@ -36,7 +36,6 @@ on it: see gtk_link_button_set_uri_hook(). #GtkButton </para> - <!-- ##### SECTION Stability_Level ##### --> @@ -97,6 +96,8 @@ clicked. @button: the #GtkLinkButton which was clicked @link: the URI to which the clicked #GtkLinkButton points +@user_data: +<!-- # Unused Parameters # --> @data: user data that was passed when the function was registered with gtk_link_button_set_uri_hook() diff --git a/docs/reference/gtk/tmpl/gtkliststore.sgml b/docs/reference/gtk/tmpl/gtkliststore.sgml index 29db5a45f..8a66f4399 100644 --- a/docs/reference/gtk/tmpl/gtkliststore.sgml +++ b/docs/reference/gtk/tmpl/gtkliststore.sgml @@ -189,8 +189,6 @@ will cause the #GtkTreeModelFilterVisibleFunc to be visited with an empty row fi @list_store: @iter: @Returns: -<!-- # Unused Parameters # --> -@store: <!-- ##### FUNCTION gtk_list_store_insert ##### --> @@ -201,8 +199,6 @@ will cause the #GtkTreeModelFilterVisibleFunc to be visited with an empty row fi @list_store: @iter: @position: -<!-- # Unused Parameters # --> -@store: <!-- ##### FUNCTION gtk_list_store_insert_before ##### --> @@ -213,8 +209,6 @@ will cause the #GtkTreeModelFilterVisibleFunc to be visited with an empty row fi @list_store: @iter: @sibling: -<!-- # Unused Parameters # --> -@store: <!-- ##### FUNCTION gtk_list_store_insert_after ##### --> @@ -225,8 +219,6 @@ will cause the #GtkTreeModelFilterVisibleFunc to be visited with an empty row fi @list_store: @iter: @sibling: -<!-- # Unused Parameters # --> -@store: <!-- ##### FUNCTION gtk_list_store_insert_with_values ##### --> @@ -260,8 +252,6 @@ will cause the #GtkTreeModelFilterVisibleFunc to be visited with an empty row fi @list_store: @iter: -<!-- # Unused Parameters # --> -@store: <!-- ##### FUNCTION gtk_list_store_append ##### --> @@ -271,8 +261,6 @@ will cause the #GtkTreeModelFilterVisibleFunc to be visited with an empty row fi @list_store: @iter: -<!-- # Unused Parameters # --> -@store: <!-- ##### FUNCTION gtk_list_store_clear ##### --> diff --git a/docs/reference/gtk/tmpl/gtkmain.sgml b/docs/reference/gtk/tmpl/gtkmain.sgml index 01477a200..5907513d4 100644 --- a/docs/reference/gtk/tmpl/gtkmain.sgml +++ b/docs/reference/gtk/tmpl/gtkmain.sgml @@ -173,6 +173,7 @@ for GTK+. target system but at least on Unix systems %0 means success. @Deprecated: Use the standard exit() function instead. + <!-- ##### FUNCTION gtk_events_pending ##### --> <para> Checks if any events are pending. This can be used to update the GUI @@ -620,7 +621,6 @@ it again). @Deprecated: 2.4: This macro is deprecated. You should use %GDK_PRIORITY_REDRAW instead. - <!-- ##### MACRO GTK_PRIORITY_RESIZE ##### --> <para> Use this priority for resizing related stuff. It is used internally by @@ -640,7 +640,6 @@ inside the toolkit. @Deprecated: 2.4: This macro is deprecated. You should use %G_PRIORITY_HIGH instead. - <!-- ##### MACRO GTK_PRIORITY_INTERNAL ##### --> <para> This priority is for GTK+ internal stuff. Don't use it in your applications. @@ -656,7 +655,6 @@ Default priority for idle functions. @Deprecated: 2.4: This macro is deprecated. You should use %G_PRIORITY_DEFAULT_IDLE instead. - <!-- ##### MACRO GTK_PRIORITY_LOW ##### --> <para> Priority for very unimportant background tasks. @@ -665,7 +663,6 @@ Priority for very unimportant background tasks. @Deprecated: 2.4: This macro is deprecated. You should use %G_PRIORITY_LOW instead. - <!-- ##### FUNCTION gtk_key_snooper_install ##### --> <para> Installs a key snooper function, which will get called on all key events diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml index 0cc1baa82..e0048f1fd 100644 --- a/docs/reference/gtk/tmpl/gtkmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkmenu.sgml @@ -124,6 +124,11 @@ should be accessed using the functions below. </para> +<!-- ##### ARG GtkMenu:double-arrows ##### --> +<para> + +</para> + <!-- ##### ARG GtkMenu:horizontal-offset ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkmenubar.sgml b/docs/reference/gtk/tmpl/gtkmenubar.sgml index ca622160e..7396daaf5 100644 --- a/docs/reference/gtk/tmpl/gtkmenubar.sgml +++ b/docs/reference/gtk/tmpl/gtkmenubar.sgml @@ -70,6 +70,7 @@ Adds a new #GtkMenuItem to the beginning of the GtkMenuBar @child: the #GtkMenuItem to add @Deprecated: Use gtk_menu_shell_prepend() instead. + <!-- ##### MACRO gtk_menu_bar_insert ##### --> <para> Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position diff --git a/docs/reference/gtk/tmpl/gtkmessagedialog.sgml b/docs/reference/gtk/tmpl/gtkmessagedialog.sgml index c69f7f670..58c330919 100644 --- a/docs/reference/gtk/tmpl/gtkmessagedialog.sgml +++ b/docs/reference/gtk/tmpl/gtkmessagedialog.sgml @@ -76,6 +76,26 @@ You might do a non-modal #GtkMessageDialog as follows: </para> +<!-- ##### ARG GtkMessageDialog:secondary-text ##### --> +<para> + +</para> + +<!-- ##### ARG GtkMessageDialog:secondary-use-markup ##### --> +<para> + +</para> + +<!-- ##### ARG GtkMessageDialog:text ##### --> +<para> + +</para> + +<!-- ##### ARG GtkMessageDialog:use-markup ##### --> +<para> + +</para> + <!-- ##### ARG GtkMessageDialog:message-border ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml index 62ed2c170..8dc524e2f 100644 --- a/docs/reference/gtk/tmpl/gtknotebook.sgml +++ b/docs/reference/gtk/tmpl/gtknotebook.sgml @@ -46,8 +46,6 @@ will be a popup menu allowing the users to switch pages. @notebook: the object which received the signal. @arg1: -<!-- # Unused Parameters # --> -@Returns: <!-- ##### SIGNAL GtkNotebook::focus-tab ##### --> <para> @@ -66,59 +64,62 @@ will be a popup menu allowing the users to switch pages. @notebook: the object which received the signal. @arg1: -<!-- ##### SIGNAL GtkNotebook::reorder-tab ##### --> +<!-- ##### SIGNAL GtkNotebook::page-added ##### --> <para> </para> @notebook: the object which received the signal. +@widget: @arg1: -@: -<!-- ##### SIGNAL GtkNotebook::select-page ##### --> +<!-- ##### SIGNAL GtkNotebook::page-removed ##### --> <para> </para> @notebook: the object which received the signal. +@widget: @arg1: -@Returns: -<!-- ##### SIGNAL GtkNotebook::switch-page ##### --> +<!-- ##### SIGNAL GtkNotebook::page-reordered ##### --> <para> -Emitted when the user or a function changes the current page. + </para> @notebook: the object which received the signal. -@page: the new current page -@page_num: the index of the page +@widget: +@arg1: -<!-- ##### SIGNAL GtkNotebook::tab-added ##### --> +<!-- ##### SIGNAL GtkNotebook::reorder-tab ##### --> <para> </para> @notebook: the object which received the signal. @arg1: -@arg2: +@: +@: +@: +@: -<!-- ##### SIGNAL GtkNotebook::tab-removed ##### --> +<!-- ##### SIGNAL GtkNotebook::select-page ##### --> <para> </para> @notebook: the object which received the signal. @arg1: -@arg2: +@Returns: -<!-- ##### SIGNAL GtkNotebook::tab-reordered ##### --> +<!-- ##### SIGNAL GtkNotebook::switch-page ##### --> <para> - +Emitted when the user or a function changes the current page. </para> @notebook: the object which received the signal. -@arg1: -@arg2: +@page: the new current page +@page_num: the index of the page <!-- ##### ARG GtkNotebook:enable-popup ##### --> <para> @@ -576,7 +577,7 @@ gtk_notebook_set_current_page() instead. @notebook: @child: -@reorderable: +@detachable: <!-- ##### FUNCTION gtk_notebook_get_menu_label_text ##### --> diff --git a/docs/reference/gtk/tmpl/gtkpagesetupunixdialog.sgml b/docs/reference/gtk/tmpl/gtkpagesetupunixdialog.sgml index c98752ab1..e61fefca0 100644 --- a/docs/reference/gtk/tmpl/gtkpagesetupunixdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkpagesetupunixdialog.sgml @@ -22,7 +22,6 @@ Printing support was added in GTK+ 2.10. </para> - <!-- ##### SECTION Stability_Level ##### --> diff --git a/docs/reference/gtk/tmpl/gtkpreview.sgml b/docs/reference/gtk/tmpl/gtkpreview.sgml index 443002930..0c744b4ca 100644 --- a/docs/reference/gtk/tmpl/gtkpreview.sgml +++ b/docs/reference/gtk/tmpl/gtkpreview.sgml @@ -97,7 +97,7 @@ Create a new preview widget. @type: the type data contained by the widget. (Grayscale or RGB) -@Returns: a new #GtkPreview +@Returns: a new #GtkPreview <!-- ##### FUNCTION gtk_preview_size ##### --> diff --git a/docs/reference/gtk/tmpl/gtkprinter.sgml b/docs/reference/gtk/tmpl/gtkprinter.sgml index 36f0da697..975d9b0a3 100644 --- a/docs/reference/gtk/tmpl/gtkprinter.sgml +++ b/docs/reference/gtk/tmpl/gtkprinter.sgml @@ -78,6 +78,12 @@ Printing support was added in GTK+ 2.10. </para> +<!-- ##### STRUCT GtkPrintBackend ##### --> +<para> + +</para> + + <!-- ##### FUNCTION gtk_printer_new ##### --> <para> @@ -85,7 +91,7 @@ Printing support was added in GTK+ 2.10. @name: @backend: -@virtual: +@virtual_: @Returns: @@ -116,6 +122,15 @@ Printing support was added in GTK+ 2.10. @Returns: +<!-- ##### FUNCTION gtk_printer_get_description ##### --> +<para> + +</para> + +@printer: +@Returns: + + <!-- ##### FUNCTION gtk_printer_get_location ##### --> <para> @@ -161,3 +176,12 @@ Printing support was added in GTK+ 2.10. @Returns: +<!-- ##### FUNCTION gtk_printer_is_default ##### --> +<para> + +</para> + +@printer: +@Returns: + + diff --git a/docs/reference/gtk/tmpl/gtkprintjob.sgml b/docs/reference/gtk/tmpl/gtkprintjob.sgml index 1d94ddc42..fc2dc868c 100644 --- a/docs/reference/gtk/tmpl/gtkprintjob.sgml +++ b/docs/reference/gtk/tmpl/gtkprintjob.sgml @@ -92,7 +92,7 @@ Printing support was added in GTK+ 2.10. </para> -@print_job: +@job: @Returns: @@ -101,7 +101,7 @@ Printing support was added in GTK+ 2.10. </para> -@print_job: +@job: @Returns: @@ -110,7 +110,7 @@ Printing support was added in GTK+ 2.10. </para> -@print_job: +@job: @Returns: @@ -119,7 +119,7 @@ Printing support was added in GTK+ 2.10. </para> -@print_job: +@job: @Returns: @@ -128,7 +128,7 @@ Printing support was added in GTK+ 2.10. </para> -@print_job: +@job: @filename: @error: @Returns: @@ -139,7 +139,7 @@ Printing support was added in GTK+ 2.10. </para> -@print_job: +@job: @error: @Returns: @@ -149,7 +149,7 @@ Printing support was added in GTK+ 2.10. </para> -@print_job: +@job: @callback: @user_data: @dnotify: diff --git a/docs/reference/gtk/tmpl/gtkprintoperation.sgml b/docs/reference/gtk/tmpl/gtkprintoperation.sgml index b2e64dc5f..e7bf73938 100644 --- a/docs/reference/gtk/tmpl/gtkprintoperation.sgml +++ b/docs/reference/gtk/tmpl/gtkprintoperation.sgml @@ -336,6 +336,15 @@ The #GQuark used for #GtkPrintError errors. @Returns: +<!-- ##### FUNCTION gtk_print_operation_run_async ##### --> +<para> + +</para> + +@op: +@parent: + + <!-- ##### FUNCTION gtk_print_operation_get_status ##### --> <para> @@ -374,3 +383,24 @@ The #GQuark used for #GtkPrintError errors. @Returns: +<!-- ##### USER_FUNCTION GtkPageSetupDoneFunc ##### --> +<para> + +</para> + +@page_setup: +@data: + + +<!-- ##### FUNCTION gtk_print_run_page_setup_dialog_async ##### --> +<para> + +</para> + +@parent: +@page_setup: +@settings: +@done_cb: +@data: + + diff --git a/docs/reference/gtk/tmpl/gtkprintsettings.sgml b/docs/reference/gtk/tmpl/gtkprintsettings.sgml index b9d9a4f99..6e82f9cd5 100644 --- a/docs/reference/gtk/tmpl/gtkprintsettings.sgml +++ b/docs/reference/gtk/tmpl/gtkprintsettings.sgml @@ -2,7 +2,7 @@ GtkPrintSettings <!-- ##### SECTION Short_Description ##### --> -Stores print settings +Stores print settings <!-- ##### SECTION Long_Description ##### --> <para> @@ -30,7 +30,6 @@ Printing support was added in GTK+ 2.10. </para> - <!-- ##### SECTION Stability_Level ##### --> @@ -220,6 +219,13 @@ Printing support was added in GTK+ 2.10. @value: +<!-- ##### MACRO GTK_PRINT_SETTINGS_PRINTER ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_printer ##### --> <para> @@ -248,6 +254,13 @@ Printing support was added in GTK+ 2.10. @GTK_PAGE_ORIENTATION_REVERSE_PORTRAIT: @GTK_PAGE_ORIENTATION_REVERSE_LANDSCAPE: +<!-- ##### MACRO GTK_PRINT_SETTINGS_ORIENTATION ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_orientation ##### --> <para> @@ -266,6 +279,13 @@ Printing support was added in GTK+ 2.10. @orientation: +<!-- ##### MACRO GTK_PRINT_SETTINGS_PAPER_FORMAT ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_paper_size ##### --> <para> @@ -284,6 +304,13 @@ Printing support was added in GTK+ 2.10. @paper_size: +<!-- ##### MACRO GTK_PRINT_SETTINGS_PAPER_WIDTH ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_paper_width ##### --> <para> @@ -304,6 +331,13 @@ Printing support was added in GTK+ 2.10. @unit: +<!-- ##### MACRO GTK_PRINT_SETTINGS_PAPER_HEIGHT ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_paper_height ##### --> <para> @@ -320,10 +354,17 @@ Printing support was added in GTK+ 2.10. </para> @settings: -@width: +@height: @unit: +<!-- ##### MACRO GTK_PRINT_SETTINGS_USE_COLOR ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_use_color ##### --> <para> @@ -342,6 +383,13 @@ Printing support was added in GTK+ 2.10. @use_color: +<!-- ##### MACRO GTK_PRINT_SETTINGS_COLLATE ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_collate ##### --> <para> @@ -360,6 +408,13 @@ Printing support was added in GTK+ 2.10. @collate: +<!-- ##### MACRO GTK_PRINT_SETTINGS_REVERSE ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_reverse ##### --> <para> @@ -387,6 +442,13 @@ Printing support was added in GTK+ 2.10. @GTK_PRINT_DUPLEX_HORIZONTAL: @GTK_PRINT_DUPLEX_VERTICAL: +<!-- ##### MACRO GTK_PRINT_SETTINGS_DUPLEX ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_duplex ##### --> <para> @@ -415,6 +477,13 @@ Printing support was added in GTK+ 2.10. @GTK_PRINT_QUALITY_HIGH: @GTK_PRINT_QUALITY_DRAFT: +<!-- ##### MACRO GTK_PRINT_SETTINGS_QUALITY ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_quality ##### --> <para> @@ -433,6 +502,13 @@ Printing support was added in GTK+ 2.10. @quality: +<!-- ##### MACRO GTK_PRINT_SETTINGS_NUM_COPIES ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_num_copies ##### --> <para> @@ -451,6 +527,13 @@ Printing support was added in GTK+ 2.10. @num_copies: +<!-- ##### MACRO GTK_PRINT_SETTINGS_NUMBER_UP ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_number_up ##### --> <para> @@ -469,6 +552,13 @@ Printing support was added in GTK+ 2.10. @number_up: +<!-- ##### MACRO GTK_PRINT_SETTINGS_RESOLUTION ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_resolution ##### --> <para> @@ -487,6 +577,13 @@ Printing support was added in GTK+ 2.10. @resolution: +<!-- ##### MACRO GTK_PRINT_SETTINGS_SCALE ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_scale ##### --> <para> @@ -505,6 +602,13 @@ Printing support was added in GTK+ 2.10. @scale: +<!-- ##### MACRO GTK_PRINT_SETTINGS_PRINT_TO_FILE ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_print_to_file ##### --> <para> @@ -532,6 +636,13 @@ Printing support was added in GTK+ 2.10. @GTK_PRINT_PAGES_CURRENT: @GTK_PRINT_PAGES_RANGES: +<!-- ##### MACRO GTK_PRINT_SETTINGS_PRINT_PAGES ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_print_pages ##### --> <para> @@ -558,6 +669,13 @@ Printing support was added in GTK+ 2.10. @start: @end: +<!-- ##### MACRO GTK_PRINT_SETTINGS_PAGE_RANGES ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_page_ranges ##### --> <para> @@ -587,6 +705,13 @@ Printing support was added in GTK+ 2.10. @GTK_PAGE_SET_EVEN: @GTK_PAGE_SET_ODD: +<!-- ##### MACRO GTK_PRINT_SETTINGS_PAGE_SET ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_page_set ##### --> <para> @@ -605,6 +730,13 @@ Printing support was added in GTK+ 2.10. @page_set: +<!-- ##### MACRO GTK_PRINT_SETTINGS_DEFAULT_SOURCE ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_default_source ##### --> <para> @@ -623,6 +755,13 @@ Printing support was added in GTK+ 2.10. @default_source: +<!-- ##### MACRO GTK_PRINT_SETTINGS_MEDIA_TYPE ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_media_type ##### --> <para> @@ -641,6 +780,13 @@ Printing support was added in GTK+ 2.10. @media_type: +<!-- ##### MACRO GTK_PRINT_SETTINGS_DITHER ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_dither ##### --> <para> @@ -659,6 +805,13 @@ Printing support was added in GTK+ 2.10. @dither: +<!-- ##### MACRO GTK_PRINT_SETTINGS_FINISHINGS ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_finishings ##### --> <para> @@ -677,6 +830,13 @@ Printing support was added in GTK+ 2.10. @finishings: +<!-- ##### MACRO GTK_PRINT_SETTINGS_OUTPUT_BIN ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION gtk_print_settings_get_output_bin ##### --> <para> @@ -695,3 +855,17 @@ Printing support was added in GTK+ 2.10. @output_bin: +<!-- ##### MACRO GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA ##### --> +<para> + +</para> + + + +<!-- ##### MACRO GTK_PRINT_SETTINGS_WIN32_DRIVER_VERSION ##### --> +<para> + +</para> + + + diff --git a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml index f27d5da92..515465bad 100644 --- a/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkprintunixdialog.sgml @@ -2,7 +2,7 @@ GtkPrintUnixDialog <!-- ##### SECTION Short_Description ##### --> -A print dialog +A print dialog <!-- ##### SECTION Long_Description ##### --> <para> @@ -39,6 +39,36 @@ Printing support was added in GTK+ 2.10. </para> +<!-- ##### ARG GtkPrintUnixDialog:current-page ##### --> +<para> + +</para> + +<!-- ##### ARG GtkPrintUnixDialog:page-setup ##### --> +<para> + +</para> + +<!-- ##### ARG GtkPrintUnixDialog:print-settings ##### --> +<para> + +</para> + +<!-- ##### ARG GtkPrintUnixDialog:selected-printer ##### --> +<para> + +</para> + +<!-- ##### FUNCTION gtk_print_unix_dialog_new ##### --> +<para> + +</para> + +@title: +@parent: +@Returns: + + <!-- ##### FUNCTION gtk_print_unix_dialog_set_page_setup ##### --> <para> @@ -48,6 +78,15 @@ Printing support was added in GTK+ 2.10. @page_setup: +<!-- ##### FUNCTION gtk_print_unix_dialog_get_page_setup ##### --> +<para> + +</para> + +@dialog: +@Returns: + + <!-- ##### FUNCTION gtk_print_unix_dialog_set_current_page ##### --> <para> @@ -57,6 +96,15 @@ Printing support was added in GTK+ 2.10. @current_page: +<!-- ##### FUNCTION gtk_print_unix_dialog_get_current_page ##### --> +<para> + +</para> + +@dialog: +@Returns: + + <!-- ##### FUNCTION gtk_print_unix_dialog_set_settings ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkradioaction.sgml b/docs/reference/gtk/tmpl/gtkradioaction.sgml index f28935385..55992c45a 100644 --- a/docs/reference/gtk/tmpl/gtkradioaction.sgml +++ b/docs/reference/gtk/tmpl/gtkradioaction.sgml @@ -34,6 +34,11 @@ only private members and should not be accessed directly. @radioaction: the object which received the signal. @arg1: +<!-- ##### ARG GtkRadioAction:current-value ##### --> +<para> + +</para> + <!-- ##### ARG GtkRadioAction:group ##### --> <para> @@ -84,3 +89,12 @@ only private members and should not be accessed directly. @Returns: +<!-- ##### FUNCTION gtk_radio_action_set_current_value ##### --> +<para> + +</para> + +@action: +@current_value: + + diff --git a/docs/reference/gtk/tmpl/gtkrange.sgml b/docs/reference/gtk/tmpl/gtkrange.sgml index 2213144e9..3076fb04c 100644 --- a/docs/reference/gtk/tmpl/gtkrange.sgml +++ b/docs/reference/gtk/tmpl/gtkrange.sgml @@ -50,7 +50,6 @@ Virtual function that moves the slider. Used for keybindings. @arg1: <!-- # Unused Parameters # --> @step: how to move the slider -@arg2: <!-- ##### SIGNAL GtkRange::value-changed ##### --> <para> @@ -84,6 +83,11 @@ Emitted when the range value changes. </para> +<!-- ##### ARG GtkRange:activate-slider ##### --> +<para> + +</para> + <!-- ##### ARG GtkRange:arrow-displacement-x ##### --> <para> @@ -206,3 +210,39 @@ Emitted when the range value changes. @value: +<!-- ##### FUNCTION gtk_range_set_lower_stepper_sensitivity ##### --> +<para> + +</para> + +@range: +@sensitivity: + + +<!-- ##### FUNCTION gtk_range_get_lower_stepper_sensitivity ##### --> +<para> + +</para> + +@range: +@Returns: + + +<!-- ##### FUNCTION gtk_range_set_upper_stepper_sensitivity ##### --> +<para> + +</para> + +@range: +@sensitivity: + + +<!-- ##### FUNCTION gtk_range_get_upper_stepper_sensitivity ##### --> +<para> + +</para> + +@range: +@Returns: + + diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml index 13b560dd5..2de798ecc 100644 --- a/docs/reference/gtk/tmpl/gtkrc.sgml +++ b/docs/reference/gtk/tmpl/gtkrc.sgml @@ -1003,8 +1003,6 @@ if the file is not found. @pixmap_file: The name of the file to search for. @Returns: The filename, if found (must be freed with g_free()), otherwise %NULL. -<!-- # Unused Parameters # --> -@context: <!-- ##### FUNCTION gtk_rc_get_module_dir ##### --> diff --git a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml index 44c6d273a..d732d15cc 100644 --- a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml @@ -126,6 +126,11 @@ only be accessed using the functions below. </para> +<!-- ##### ARG GtkScrolledWindow:window-placement-set ##### --> +<para> + +</para> + <!-- ##### ARG GtkScrolledWindow:scrollbar-spacing ##### --> <para> @@ -242,6 +247,14 @@ Other values in #GtkCornerType are %GTK_CORNER_TOP_RIGHT, @window_placement: Position of the child window. +<!-- ##### FUNCTION gtk_scrolled_window_unset_placement ##### --> +<para> + +</para> + +@scrolled_window: + + <!-- ##### FUNCTION gtk_scrolled_window_set_shadow_type ##### --> <para> @@ -267,8 +280,6 @@ Sets the #GtkAdjustment for the vertical scrollbar. @scrolled_window: A #GtkScrolledWindow. @vadjustment: Vertical scroll adjustment. -<!-- # Unused Parameters # --> -@hadjustment: <!-- ##### FUNCTION gtk_scrolled_window_get_placement ##### --> diff --git a/docs/reference/gtk/tmpl/gtkselection.sgml b/docs/reference/gtk/tmpl/gtkselection.sgml index e272972cf..e09ff011c 100644 --- a/docs/reference/gtk/tmpl/gtkselection.sgml +++ b/docs/reference/gtk/tmpl/gtkselection.sgml @@ -97,6 +97,7 @@ selection handling code. </para> @list: +@Returns: <!-- ##### FUNCTION gtk_target_list_unref ##### --> @@ -153,6 +154,17 @@ selection handling code. @info: +<!-- ##### FUNCTION gtk_target_list_add_rich_text_targets ##### --> +<para> + +</para> + +@list: +@info: +@deserializable: +@buffer: + + <!-- ##### FUNCTION gtk_target_list_remove ##### --> <para> </para> @@ -171,6 +183,25 @@ selection handling code. @Returns: +<!-- ##### FUNCTION gtk_target_table_free ##### --> +<para> + +</para> + +@targets: +@n_targets: + + +<!-- ##### FUNCTION gtk_target_table_new_from_list ##### --> +<para> + +</para> + +@list: +@n_targets: +@Returns: + + <!-- ##### FUNCTION gtk_selection_owner_set ##### --> <para> </para> @@ -341,6 +372,16 @@ selection handling code. @Returns: +<!-- ##### FUNCTION gtk_selection_data_targets_include_rich_text ##### --> +<para> + +</para> + +@selection_data: +@buffer: +@Returns: + + <!-- ##### FUNCTION gtk_targets_include_image ##### --> <para> @@ -372,6 +413,17 @@ selection handling code. @Returns: +<!-- ##### FUNCTION gtk_targets_include_rich_text ##### --> +<para> + +</para> + +@targets: +@n_targets: +@buffer: +@Returns: + + <!-- ##### FUNCTION gtk_selection_remove_all ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml b/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml index 11c3da481..6136bdb62 100644 --- a/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml +++ b/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml @@ -64,8 +64,6 @@ should only be accessed through the functions described below. @item: @draw: -<!-- # Unused Parameters # --> -@tool_item: <!-- ##### FUNCTION gtk_separator_tool_item_get_draw ##### --> diff --git a/docs/reference/gtk/tmpl/gtksettings.sgml b/docs/reference/gtk/tmpl/gtksettings.sgml index daaf96eee..a929e36ce 100644 --- a/docs/reference/gtk/tmpl/gtksettings.sgml +++ b/docs/reference/gtk/tmpl/gtksettings.sgml @@ -93,11 +93,21 @@ Sharing settings between applications </para> +<!-- ##### ARG GtkSettings:gtk-entry-password-hint-timeout ##### --> +<para> + +</para> + <!-- ##### ARG GtkSettings:gtk-entry-select-on-focus ##### --> <para> </para> +<!-- ##### ARG GtkSettings:gtk-fallback-icon-theme ##### --> +<para> + +</para> + <!-- ##### ARG GtkSettings:gtk-font-name ##### --> <para> @@ -118,6 +128,11 @@ Sharing settings between applications </para> +<!-- ##### ARG GtkSettings:gtk-label-select-on-focus ##### --> +<para> + +</para> + <!-- ##### ARG GtkSettings:gtk-menu-bar-accel ##### --> <para> @@ -148,6 +163,11 @@ Sharing settings between applications </para> +<!-- ##### ARG GtkSettings:gtk-scrolled-window-placement ##### --> +<para> + +</para> + <!-- ##### ARG GtkSettings:gtk-show-input-method-menu ##### --> <para> @@ -168,6 +188,11 @@ Sharing settings between applications </para> +<!-- ##### ARG GtkSettings:gtk-timeout-expand ##### --> +<para> + +</para> + <!-- ##### ARG GtkSettings:gtk-timeout-initial ##### --> <para> @@ -188,6 +213,11 @@ Sharing settings between applications </para> +<!-- ##### ARG GtkSettings:gtk-touchscreen-mode ##### --> +<para> + +</para> + <!-- ##### ARG GtkSettings:gtk-xft-antialias ##### --> <para> @@ -244,8 +274,6 @@ Sharing settings between applications </para> @pspec: -<!-- # Unused Parameters # --> -@settings: <!-- ##### FUNCTION gtk_settings_install_property_parser ##### --> @@ -255,8 +283,6 @@ Sharing settings between applications @pspec: @parser: -<!-- # Unused Parameters # --> -@settings: <!-- ##### FUNCTION gtk_rc_property_parse_color ##### --> diff --git a/docs/reference/gtk/tmpl/gtksignal.sgml b/docs/reference/gtk/tmpl/gtksignal.sgml index 3c29a1e8d..4eb1e5957 100644 --- a/docs/reference/gtk/tmpl/gtksignal.sgml +++ b/docs/reference/gtk/tmpl/gtksignal.sgml @@ -165,9 +165,6 @@ you might have to write a marshaller. Use in place of <function>offsetof()</function>, which is used if it exists. </para> -<!-- # Unused Parameters # --> -@struct: -@field: <!-- ##### ENUM GtkSignalRunType ##### --> diff --git a/docs/reference/gtk/tmpl/gtksizegroup.sgml b/docs/reference/gtk/tmpl/gtksizegroup.sgml index e91e69c03..a8f07b874 100644 --- a/docs/reference/gtk/tmpl/gtksizegroup.sgml +++ b/docs/reference/gtk/tmpl/gtksizegroup.sgml @@ -95,8 +95,6 @@ reached from the widget by a chain of size groups of type @size_group: @mode: -<!-- # Unused Parameters # --> -@type: <!-- ##### FUNCTION gtk_size_group_get_mode ##### --> @@ -144,3 +142,12 @@ reached from the widget by a chain of size groups of type @widget: +<!-- ##### FUNCTION gtk_size_group_get_widgets ##### --> +<para> + +</para> + +@size_group: +@Returns: + + diff --git a/docs/reference/gtk/tmpl/gtksocket.sgml b/docs/reference/gtk/tmpl/gtksocket.sgml index 563fb3018..1f32d6956 100644 --- a/docs/reference/gtk/tmpl/gtksocket.sgml +++ b/docs/reference/gtk/tmpl/gtksocket.sgml @@ -154,8 +154,6 @@ reuse it you must add a signal handler that returns %TRUE. @socket_: @window_id: -<!-- # Unused Parameters # --> -@id: <!-- ##### FUNCTION gtk_socket_get_id ##### --> diff --git a/docs/reference/gtk/tmpl/gtkspinbutton.sgml b/docs/reference/gtk/tmpl/gtkspinbutton.sgml index 661de5a00..d7c3d0420 100644 --- a/docs/reference/gtk/tmpl/gtkspinbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkspinbutton.sgml @@ -139,6 +139,13 @@ and should only be modified using the functions below. @spinbutton: the object which received the signal. +<!-- ##### SIGNAL GtkSpinButton::wrapped ##### --> +<para> + +</para> + +@spinbutton: the object which received the signal. + <!-- ##### ARG GtkSpinButton:adjustment ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkstatusicon.sgml b/docs/reference/gtk/tmpl/gtkstatusicon.sgml index 25693a469..22a38e78c 100644 --- a/docs/reference/gtk/tmpl/gtkstatusicon.sgml +++ b/docs/reference/gtk/tmpl/gtkstatusicon.sgml @@ -71,6 +71,7 @@ on Win32 doesn't allow to embed arbitrary widgets. @statusicon: the object which received the signal. @arg1: +@Returns: <!-- ##### ARG GtkStatusIcon:blinking ##### --> <para> @@ -291,3 +292,15 @@ on Win32 doesn't allow to embed arbitrary widgets. @Returns: +<!-- ##### FUNCTION gtk_status_icon_position_menu ##### --> +<para> + +</para> + +@menu: +@x: +@y: +@push_in: +@user_data: + + diff --git a/docs/reference/gtk/tmpl/gtkstyle.sgml b/docs/reference/gtk/tmpl/gtkstyle.sgml index 9c3960fae..97f0944ae 100644 --- a/docs/reference/gtk/tmpl/gtkstyle.sgml +++ b/docs/reference/gtk/tmpl/gtkstyle.sgml @@ -499,8 +499,6 @@ Deprecated alias for gtk_style_apply_default_background(). @x: @y: @expander_style: -<!-- # Unused Parameters # --> -@is_open: <!-- ##### FUNCTION gtk_draw_layout ##### --> @@ -873,8 +871,6 @@ Deprecated alias for gtk_style_apply_default_background(). @x: @y: @expander_style: -<!-- # Unused Parameters # --> -@is_open: <!-- ##### FUNCTION gtk_paint_layout ##### --> diff --git a/docs/reference/gtk/tmpl/gtktextbuffer.sgml b/docs/reference/gtk/tmpl/gtktextbuffer.sgml index 51a0ddf5a..975ca3e4f 100644 --- a/docs/reference/gtk/tmpl/gtktextbuffer.sgml +++ b/docs/reference/gtk/tmpl/gtktextbuffer.sgml @@ -99,8 +99,6 @@ types related to the text widget and how they work together. @arg1: @arg2: @arg3: -<!-- # Unused Parameters # --> -@arg4: <!-- ##### SIGNAL GtkTextBuffer::mark-deleted ##### --> <para> @@ -136,11 +134,21 @@ types related to the text widget and how they work together. @arg2: @arg3: +<!-- ##### ARG GtkTextBuffer:copy-target-list ##### --> +<para> + +</para> + <!-- ##### ARG GtkTextBuffer:has-selection ##### --> <para> </para> +<!-- ##### ARG GtkTextBuffer:paste-target-list ##### --> +<para> + +</para> + <!-- ##### ARG GtkTextBuffer:tag-table ##### --> <para> @@ -291,9 +299,6 @@ types related to the text widget and how they work together. @buffer: @start: @end: -<!-- # Unused Parameters # --> -@start_iter: -@end_iter: <!-- ##### FUNCTION gtk_text_buffer_delete_interactive ##### --> @@ -340,9 +345,6 @@ types related to the text widget and how they work together. @end: @include_hidden_chars: @Returns: -<!-- # Unused Parameters # --> -@start_iter: -@end_iter: <!-- ##### FUNCTION gtk_text_buffer_get_slice ##### --> @@ -355,9 +357,6 @@ types related to the text widget and how they work together. @end: @include_hidden_chars: @Returns: -<!-- # Unused Parameters # --> -@start_iter: -@end_iter: <!-- ##### FUNCTION gtk_text_buffer_insert_pixbuf ##### --> @@ -505,9 +504,6 @@ types related to the text widget and how they work together. @tag: @start: @end: -<!-- # Unused Parameters # --> -@start_index: -@end_index: <!-- ##### FUNCTION gtk_text_buffer_remove_tag ##### --> @@ -519,9 +515,6 @@ types related to the text widget and how they work together. @tag: @start: @end: -<!-- # Unused Parameters # --> -@start_index: -@end_index: <!-- ##### FUNCTION gtk_text_buffer_apply_tag_by_name ##### --> @@ -533,9 +526,6 @@ types related to the text widget and how they work together. @name: @start: @end: -<!-- # Unused Parameters # --> -@start_index: -@end_index: <!-- ##### FUNCTION gtk_text_buffer_remove_tag_by_name ##### --> @@ -547,9 +537,6 @@ types related to the text widget and how they work together. @name: @start: @end: -<!-- # Unused Parameters # --> -@start_index: -@end_index: <!-- ##### FUNCTION gtk_text_buffer_remove_all_tags ##### --> @@ -702,9 +689,6 @@ types related to the text widget and how they work together. @clipboard: @override_location: @default_editable: -<!-- # Unused Parameters # --> -@time_: -@interactive: <!-- ##### FUNCTION gtk_text_buffer_copy_clipboard ##### --> @@ -771,3 +755,193 @@ types related to the text widget and how they work together. @clipboard: +<!-- ##### ENUM GtkTextBufferTargetInfo ##### --> +<para> + +</para> + +@GTK_TEXT_BUFFER_TARGET_INFO_BUFFER_CONTENTS: +@GTK_TEXT_BUFFER_TARGET_INFO_RICH_TEXT: +@GTK_TEXT_BUFFER_TARGET_INFO_TEXT: + +<!-- ##### USER_FUNCTION GtkTextBufferDeserializeFunc ##### --> +<para> + +</para> + +@register_buffer: +@content_buffer: +@iter: +@data: +@length: +@create_tags: +@user_data: +@error: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_deserialize ##### --> +<para> + +</para> + +@register_buffer: +@content_buffer: +@format: +@iter: +@data: +@length: +@error: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_deserialize_get_can_create_tags ##### --> +<para> + +</para> + +@buffer: +@format: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_deserialize_set_can_create_tags ##### --> +<para> + +</para> + +@buffer: +@format: +@can_create_tags: + + +<!-- ##### FUNCTION gtk_text_buffer_get_copy_target_list ##### --> +<para> + +</para> + +@buffer: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_get_deserialize_formats ##### --> +<para> + +</para> + +@buffer: +@n_formats: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_get_paste_target_list ##### --> +<para> + +</para> + +@buffer: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_get_serialize_formats ##### --> +<para> + +</para> + +@buffer: +@n_formats: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_register_deserialize_format ##### --> +<para> + +</para> + +@buffer: +@mime_type: +@function: +@user_data: +@user_data_destroy: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_register_deserialize_tagset ##### --> +<para> + +</para> + +@buffer: +@tagset_name: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_register_serialize_format ##### --> +<para> + +</para> + +@buffer: +@mime_type: +@function: +@user_data: +@user_data_destroy: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_register_serialize_tagset ##### --> +<para> + +</para> + +@buffer: +@tagset_name: +@Returns: + + +<!-- ##### USER_FUNCTION GtkTextBufferSerializeFunc ##### --> +<para> + +</para> + +@register_buffer: +@content_buffer: +@start: +@end: +@length: +@user_data: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_serialize ##### --> +<para> + +</para> + +@register_buffer: +@content_buffer: +@format: +@start: +@end: +@length: +@Returns: + + +<!-- ##### FUNCTION gtk_text_buffer_unregister_deserialize_format ##### --> +<para> + +</para> + +@buffer: +@format: + + +<!-- ##### FUNCTION gtk_text_buffer_unregister_serialize_format ##### --> +<para> + +</para> + +@buffer: +@format: + + diff --git a/docs/reference/gtk/tmpl/gtktextiter.sgml b/docs/reference/gtk/tmpl/gtktextiter.sgml index 8ccf565f4..c7cf65362 100644 --- a/docs/reference/gtk/tmpl/gtktextiter.sgml +++ b/docs/reference/gtk/tmpl/gtktextiter.sgml @@ -849,9 +849,6 @@ types related to the text widget and how they work together. @match_end: @limit: @Returns: -<!-- # Unused Parameters # --> -@visible_only: -@slice: <!-- ##### FUNCTION gtk_text_iter_backward_search ##### --> @@ -866,9 +863,6 @@ types related to the text widget and how they work together. @match_end: @limit: @Returns: -<!-- # Unused Parameters # --> -@visible_only: -@slice: <!-- ##### FUNCTION gtk_text_iter_equal ##### --> diff --git a/docs/reference/gtk/tmpl/gtktexttag.sgml b/docs/reference/gtk/tmpl/gtktexttag.sgml index ee5d17f9d..18e863724 100644 --- a/docs/reference/gtk/tmpl/gtktexttag.sgml +++ b/docs/reference/gtk/tmpl/gtktexttag.sgml @@ -483,8 +483,6 @@ modified directly. @src: @Returns: -<!-- # Unused Parameters # --> -@dest: <!-- ##### FUNCTION gtk_text_attributes_copy_values ##### --> diff --git a/docs/reference/gtk/tmpl/gtktextview.sgml b/docs/reference/gtk/tmpl/gtktextview.sgml index 6655f5363..b67513f34 100644 --- a/docs/reference/gtk/tmpl/gtktextview.sgml +++ b/docs/reference/gtk/tmpl/gtktextview.sgml @@ -283,9 +283,6 @@ types related to the text widget and how they work together. @use_align: @xalign: @yalign: -<!-- # Unused Parameters # --> -@Returns: -@mark_within_margin: <!-- ##### FUNCTION gtk_text_view_scroll_to_iter ##### --> @@ -309,8 +306,6 @@ types related to the text widget and how they work together. @text_view: @mark: -<!-- # Unused Parameters # --> -@Returns: <!-- ##### FUNCTION gtk_text_view_move_mark_onscreen ##### --> diff --git a/docs/reference/gtk/tmpl/gtktoolbar.sgml b/docs/reference/gtk/tmpl/gtktoolbar.sgml index 3d07d9a53..f8bb01ff8 100644 --- a/docs/reference/gtk/tmpl/gtktoolbar.sgml +++ b/docs/reference/gtk/tmpl/gtktoolbar.sgml @@ -263,8 +263,6 @@ to a #GtkToolbar. @toolbar: @tool_item: @index_: -<!-- # Unused Parameters # --> -@index: <!-- ##### FUNCTION gtk_toolbar_set_show_arrow ##### --> diff --git a/docs/reference/gtk/tmpl/gtktreemodel.sgml b/docs/reference/gtk/tmpl/gtktreemodel.sgml index 11dd691b4..1bc63fb94 100644 --- a/docs/reference/gtk/tmpl/gtktreemodel.sgml +++ b/docs/reference/gtk/tmpl/gtktreemodel.sgml @@ -827,9 +827,6 @@ versions of GTK+. @tree_model: @path: @iter: -<!-- # Unused Parameters # --> -@start_path: -@start_iter: <!-- ##### FUNCTION gtk_tree_model_row_inserted ##### --> diff --git a/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml b/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml index d70e38034..27b9f85e4 100644 --- a/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml +++ b/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml @@ -174,8 +174,6 @@ particularly efficient operation. @filter: @filter_path: @Returns: -<!-- # Unused Parameters # --> -@path: <!-- ##### FUNCTION gtk_tree_model_filter_refilter ##### --> diff --git a/docs/reference/gtk/tmpl/gtktreemodelsort.sgml b/docs/reference/gtk/tmpl/gtktreemodelsort.sgml index 2179ad7c9..9259a9b95 100644 --- a/docs/reference/gtk/tmpl/gtktreemodelsort.sgml +++ b/docs/reference/gtk/tmpl/gtktreemodelsort.sgml @@ -139,10 +139,6 @@ This should not be accessed directly. Use the accessor functions below. @child_model: @Returns: -<!-- # Unused Parameters # --> -@func: -@sort_col: -@model: <!-- ##### FUNCTION gtk_tree_model_sort_get_model ##### --> diff --git a/docs/reference/gtk/tmpl/gtktreestore.sgml b/docs/reference/gtk/tmpl/gtktreestore.sgml index 2bfc4ca92..1127c47e1 100644 --- a/docs/reference/gtk/tmpl/gtktreestore.sgml +++ b/docs/reference/gtk/tmpl/gtktreestore.sgml @@ -133,6 +133,32 @@ drop</link> interfaces. @sibling: +<!-- ##### FUNCTION gtk_tree_store_insert_with_values ##### --> +<para> + +</para> + +@tree_store: +@iter: +@parent: +@position: +@Varargs: + + +<!-- ##### FUNCTION gtk_tree_store_insert_with_valuesv ##### --> +<para> + +</para> + +@tree_store: +@iter: +@parent: +@position: +@columns: +@values: +@n_values: + + <!-- ##### FUNCTION gtk_tree_store_prepend ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtktreeview.sgml b/docs/reference/gtk/tmpl/gtktreeview.sgml index a4c916f3e..985bf973a 100644 --- a/docs/reference/gtk/tmpl/gtktreeview.sgml +++ b/docs/reference/gtk/tmpl/gtktreeview.sgml @@ -210,6 +210,11 @@ they work together. </para> +<!-- ##### ARG GtkTreeView:level-indentation ##### --> +<para> + +</para> + <!-- ##### ARG GtkTreeView:model ##### --> <para> @@ -230,6 +235,11 @@ they work together. </para> +<!-- ##### ARG GtkTreeView:show-expanders ##### --> +<para> + +</para> + <!-- ##### ARG GtkTreeView:vadjustment ##### --> <para> @@ -265,6 +275,11 @@ they work together. </para> +<!-- ##### ARG GtkTreeView:row-ending-details ##### --> +<para> + +</para> + <!-- ##### ARG GtkTreeView:vertical-separator ##### --> <para> @@ -275,7 +290,7 @@ they work together. An enum for determining where a dropped row goes. </para> -@GTK_TREE_VIEW_DROP_BEFORE: dropped row is inserted before +@GTK_TREE_VIEW_DROP_BEFORE: dropped row is inserted before @GTK_TREE_VIEW_DROP_AFTER: dropped row is inserted after @GTK_TREE_VIEW_DROP_INTO_OR_BEFORE: dropped row becomes a child or is inserted before @GTK_TREE_VIEW_DROP_INTO_OR_AFTER: dropped row becomes a child or is inserted after diff --git a/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml b/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml index 4aedcab6c..e7ccb7ec6 100644 --- a/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml +++ b/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml @@ -431,8 +431,6 @@ calling gtk_tree_view_column_set_cell_data_func() @tree_column: @clickable: -<!-- # Unused Parameters # --> -@active: <!-- ##### FUNCTION gtk_tree_view_column_get_clickable ##### --> diff --git a/docs/reference/gtk/tmpl/gtktypeutils.sgml b/docs/reference/gtk/tmpl/gtktypeutils.sgml index 99664aba9..99ed66cfa 100644 --- a/docs/reference/gtk/tmpl/gtktypeutils.sgml +++ b/docs/reference/gtk/tmpl/gtktypeutils.sgml @@ -114,7 +114,6 @@ Determines whether @type_object is a type of @otype. <!-- # Unused Parameters # --> @type_object: a #GtkTypeObject object -@otype: <!-- ##### MACRO GTK_CHECK_CLASS_TYPE ##### --> @@ -124,7 +123,6 @@ Determines whether @type_class is a type of @otype. <!-- # Unused Parameters # --> @type_class: a #GtkTypeClass class. -@otype: <!-- ##### MACRO GTK_CHECK_GET_CLASS ##### --> @@ -141,8 +139,6 @@ Gets the class of @tobj. Converts a GTK+ type into a fundamental type. </para> -<!-- # Unused Parameters # --> -@type: <!-- ##### MACRO GTK_SIGNAL_FUNC ##### --> diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index d4ac21370..00d5ec5d2 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -95,6 +95,13 @@ gtk_widget_style_get_valist() to obtain the value of a style property. @event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. +<!-- ##### SIGNAL GtkWidget::composited-changed ##### --> +<para> + +</para> + +@widget: the object which received the signal. + <!-- ##### SIGNAL GtkWidget::configure-event ##### --> <para> @@ -156,8 +163,6 @@ gtk_widget_style_get_valist() to obtain the value of a style property. @data: @info: @time: -<!-- # Unused Parameters # --> -@time_: <!-- ##### SIGNAL GtkWidget::drag-data-received ##### --> <para> @@ -171,8 +176,6 @@ gtk_widget_style_get_valist() to obtain the value of a style property. @data: @info: @time: -<!-- # Unused Parameters # --> -@time_: <!-- ##### SIGNAL GtkWidget::drag-drop ##### --> <para> @@ -185,8 +188,6 @@ gtk_widget_style_get_valist() to obtain the value of a style property. @y: @time: @Returns: -<!-- # Unused Parameters # --> -@time_: <!-- ##### SIGNAL GtkWidget::drag-end ##### --> <para> @@ -204,8 +205,6 @@ gtk_widget_style_get_valist() to obtain the value of a style property. @widget: the object which received the signal. @drag_context: @time: -<!-- # Unused Parameters # --> -@time_: <!-- ##### SIGNAL GtkWidget::drag-motion ##### --> <para> @@ -218,8 +217,6 @@ gtk_widget_style_get_valist() to obtain the value of a style property. @y: @time: @Returns: -<!-- # Unused Parameters # --> -@time_: <!-- ##### SIGNAL GtkWidget::enter-notify-event ##### --> <para> @@ -481,8 +478,6 @@ a widget changes from un-anchored to anchored or vice-versa. @data: @info: @time: -<!-- # Unused Parameters # --> -@time_: <!-- ##### SIGNAL GtkWidget::selection-notify-event ##### --> <para> @@ -501,8 +496,6 @@ a widget changes from un-anchored to anchored or vice-versa. @widget: the object which received the signal. @data: @time: -<!-- # Unused Parameters # --> -@time_: <!-- ##### SIGNAL GtkWidget::selection-request-event ##### --> <para> @@ -727,11 +720,36 @@ a widget changes from un-anchored to anchored or vice-versa. </para> +<!-- ##### ARG GtkWidget:link-color ##### --> +<para> + +</para> + <!-- ##### ARG GtkWidget:secondary-cursor-color ##### --> <para> </para> +<!-- ##### ARG GtkWidget:separator-height ##### --> +<para> + +</para> + +<!-- ##### ARG GtkWidget:separator-width ##### --> +<para> + +</para> + +<!-- ##### ARG GtkWidget:visited-link-color ##### --> +<para> + +</para> + +<!-- ##### ARG GtkWidget:wide-separators ##### --> +<para> + +</para> + <!-- ##### STRUCT GtkWidgetClass ##### --> <para> <structfield>activate_signal</structfield> @@ -1116,8 +1134,6 @@ widget by its parent. It is a subregion of its parents allocation. See @first_property_name: @Varargs: @Returns: -<!-- # Unused Parameters # --> -@first_arg_name: <!-- ##### FUNCTION gtk_widget_ref ##### --> @@ -1162,8 +1178,6 @@ widget by its parent. It is a subregion of its parents allocation. See @widget: @first_property_name: @Varargs: -<!-- # Unused Parameters # --> -@first_arg_name: <!-- ##### FUNCTION gtk_widget_unparent ##### --> @@ -1797,6 +1811,17 @@ This function is not useful for applications. @offset_y: +<!-- ##### FUNCTION gtk_widget_input_shape_combine_mask ##### --> +<para> + +</para> + +@widget: +@shape_mask: +@offset_x: +@offset_y: + + <!-- ##### FUNCTION gtk_widget_path ##### --> <para> @@ -2053,8 +2078,6 @@ This function is not useful for applications. @klass: @pspec: -<!-- # Unused Parameters # --> -@class: <!-- ##### FUNCTION gtk_widget_class_install_style_property_parser ##### --> @@ -2065,8 +2088,6 @@ This function is not useful for applications. @klass: @pspec: @parser: -<!-- # Unused Parameters # --> -@class: <!-- ##### FUNCTION gtk_widget_class_find_style_property ##### --> @@ -2077,8 +2098,6 @@ This function is not useful for applications. @klass: @property_name: @Returns: -<!-- # Unused Parameters # --> -@class: <!-- ##### FUNCTION gtk_widget_class_list_style_properties ##### --> @@ -2089,8 +2108,6 @@ This function is not useful for applications. @klass: @n_properties: @Returns: -<!-- # Unused Parameters # --> -@class: <!-- ##### FUNCTION gtk_widget_region_intersect ##### --> @@ -2366,6 +2383,15 @@ This function is deprecated; it does nothing. @label: +<!-- ##### FUNCTION gtk_widget_get_action ##### --> +<para> + +</para> + +@widget: +@Returns: + + <!-- ##### FUNCTION gtk_requisition_copy ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml index 1cd7a2ba9..6bb79d2bc 100644 --- a/docs/reference/gtk/tmpl/gtkwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkwindow.sgml @@ -914,9 +914,6 @@ Deprecated alias for gtk_window_set_position(). @window: @root_x: @root_y: -<!-- # Unused Parameters # --> -@x: -@y: <!-- ##### FUNCTION gtk_window_get_role ##### --> @@ -1010,6 +1007,15 @@ Deprecated alias for gtk_window_set_position(). @Returns: +<!-- ##### FUNCTION gtk_window_get_group ##### --> +<para> + +</para> + +@window: +@Returns: + + <!-- ##### FUNCTION gtk_window_move ##### --> <para> @@ -1062,8 +1068,6 @@ Deprecated alias for gtk_window_set_position(). </para> @icon: -<!-- # Unused Parameters # --> -@pixbuf: <!-- ##### FUNCTION gtk_window_set_default_icon_from_file ##### --> |