From 2eea43ee367e1d680cf8a3e6ba92a0bed3961879 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 Jun 2006 09:22:26 +0000 Subject: [PATCH] Document GtkPrintJobCompleteFunc 2006-06-28 Matthias Clasen * gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc * gtk/tmpl/gtkrange.sgml: Document GtkSensitivityType * gtk/gtk-sections.txt: Remove gtk_print_operation_set_show_dialog * gtk/tmpl/gtkcontainer.sgml: Updates. * gtk/tmpl/gtkenums.sgml: Document GTK_ARROW_NONE. * gtk/tmpl/gtkarrow.sgml: Cleanups * gtk/gtk-sections.txt: Add some private things --- docs/reference/ChangeLog | 14 ++++++++++++ docs/reference/gtk/gtk-sections.txt | 6 ++++- docs/reference/gtk/tmpl/gtkarrow.sgml | 27 +++++------------------ docs/reference/gtk/tmpl/gtkcontainer.sgml | 1 - docs/reference/gtk/tmpl/gtkenums.sgml | 2 +- docs/reference/gtk/tmpl/gtkprintjob.sgml | 16 +++++++++----- docs/reference/gtk/tmpl/gtkrange.sgml | 12 ++++++++++ 7 files changed, 48 insertions(+), 30 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b855fb7c60..c79df20b99 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,17 @@ +2006-06-28 Matthias Clasen + + * gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc + + * gtk/tmpl/gtkrange.sgml: Document GtkSensitivityType + + * gtk/gtk-sections.txt: Remove gtk_print_operation_set_show_dialog + + * gtk/tmpl/gtkcontainer.sgml: Updates. + + * gtk/tmpl/gtkenums.sgml: Document GTK_ARROW_NONE. + * gtk/tmpl/gtkarrow.sgml: Cleanups + * gtk/gtk-sections.txt: Add some private things + 2006-06-21 Matthias Clasen * === Released 2.9.4 === diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 3f31a245df..3ef83d79e4 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -2741,6 +2741,7 @@ gtk_range_get_value gtk_range_set_increments gtk_range_set_range gtk_range_set_value +GtkSensitivityType gtk_range_set_lower_stepper_sensitivity gtk_range_get_lower_stepper_sensitivity gtk_range_set_upper_stepper_sensitivity @@ -4647,6 +4648,7 @@ GTK_IS_CELL_RENDERER_SPIN GTK_IS_CELL_RENDERER_SPIN_CLASS GTK_CELL_RENDERER_SPIN_GET_CLASS +GtkCellRendererSpinPrivate gtk_cell_renderer_spin_get_type @@ -6101,7 +6103,6 @@ gtk_print_operation_set_n_pages gtk_print_operation_set_current_page gtk_print_operation_set_use_full_page gtk_print_operation_set_unit -gtk_print_operation_set_show_dialog gtk_print_operation_set_export_filename gtk_print_operation_set_show_progress gtk_print_operation_set_track_print_status @@ -6304,9 +6305,12 @@ gtk_print_settings_set_finishings GTK_PRINT_SETTINGS_OUTPUT_BIN gtk_print_settings_get_output_bin gtk_print_settings_set_output_bin +GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT +GTK_PRINT_SETTINGS_OUTPUT_URI GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA GTK_PRINT_SETTINGS_WIN32_DRIVER_VERSION + GTK_TYPE_PRINT_SETTINGS GTK_PRINT_SETTINGS diff --git a/docs/reference/gtk/tmpl/gtkarrow.sgml b/docs/reference/gtk/tmpl/gtkarrow.sgml index 59ddef5a4a..3e2e2713cd 100644 --- a/docs/reference/gtk/tmpl/gtkarrow.sgml +++ b/docs/reference/gtk/tmpl/gtkarrow.sgml @@ -39,35 +39,20 @@ style of an arrow can be changed after creation by using gtk_arrow_set(). -The #GtkArrow-struct containes the following fields. +The #GtkArrow struct containes the following fields. (These fields should be considered read-only. They should never be set by -an application.) - - - - - - -#gint16 arrow_type; -the direction of the arrow, one of #GtkArrowType. - - - -#gint16 shadow_type; -the style of the arrow, one of #GtkShadowType. - - +an application.) - - + + - - + + diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index 458db11bc6..2ba178ec6f 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -260,7 +260,6 @@ Does the same as gtk_container_set_border_width(). Does the same as gtk_container_get_children(). -@Returns: @Deprecated: Use gtk_container_get_children() instead. diff --git a/docs/reference/gtk/tmpl/gtkenums.sgml b/docs/reference/gtk/tmpl/gtkenums.sgml index 98b0f1caf5..a5d62bc8de 100644 --- a/docs/reference/gtk/tmpl/gtkenums.sgml +++ b/docs/reference/gtk/tmpl/gtkenums.sgml @@ -58,7 +58,7 @@ Used to indicate the direction in which a #GtkArrow should point. @GTK_ARROW_DOWN: Represents a downward pointing arrow. @GTK_ARROW_LEFT: Represents a left pointing arrow. @GTK_ARROW_RIGHT: Represents a right pointing arrow. -@GTK_ARROW_NONE: +@GTK_ARROW_NONE: No arrow. Since 2.10. diff --git a/docs/reference/gtk/tmpl/gtkprintjob.sgml b/docs/reference/gtk/tmpl/gtkprintjob.sgml index a8ee316939..62492284e5 100644 --- a/docs/reference/gtk/tmpl/gtkprintjob.sgml +++ b/docs/reference/gtk/tmpl/gtkprintjob.sgml @@ -14,7 +14,7 @@ you use the non-portable #GtkPrintUnixDialog API. Use gtk_print_job_get_surface() to obtain the cairo surface onto which the pages must be drawn. Use gtk_print_job_send() to send the finished job to the printer. If you don't use cairo -#GtkPrintJob also supports printing of manually generated postscript, +#GtkPrintJob also supports printing of manually generated postscript, via gtk_print_job_set_source_file(). @@ -34,7 +34,8 @@ Printing support was added in GTK+ 2.10. - +The GtkPrintJob struct contains only private members +and should not be directly accessed. @@ -45,6 +46,7 @@ Printing support was added in GTK+ 2.10. @printjob: the object which received the signal. + @@ -72,12 +74,14 @@ Printing support was added in GTK+ 2.10. - +The type of callback that is passed to gtk_print_job_send(). +It is called when the print job has been completely sent. -@print_job: -@user_data: -@error: +@print_job: the #GtkPrintJob +@user_data: user data that has been passed to gtk_print_job_send() +@error: a #GError that contains error information if the sending + of the print job failed, otherwise %NULL diff --git a/docs/reference/gtk/tmpl/gtkrange.sgml b/docs/reference/gtk/tmpl/gtkrange.sgml index ed35b0365f..2e5e03a338 100644 --- a/docs/reference/gtk/tmpl/gtkrange.sgml +++ b/docs/reference/gtk/tmpl/gtkrange.sgml @@ -220,6 +220,18 @@ Emitted when the range value changes. @value: + + +Determines how GTK+ handles the sensitivity of stepper arrows +at the end of range widgets. + + +@GTK_SENSITIVITY_AUTO: The arrow is made insensitive if the + thumb is at the end +@GTK_SENSITIVITY_ON: The arrow is always sensitive +@GTK_SENSITIVITY_OFF: The arrow is always insensitive + +