[gtk+/wip/baedert/drawing: 3/23] fix a few documentation problems



commit 27cf185dbb9e40518b31a4942fcb8b65764d1cc3
Author: Timm Bäder <mail baedert org>
Date:   Wed Jul 5 14:13:41 2017 +0200

    fix a few documentation problems

 docs/reference/gdk/gdk4-sections.txt |    3 ---
 docs/reference/gtk/gtk4-sections.txt |   13 ++++++-------
 gtk/gtkcheckmenuitem.h               |    2 +-
 gtk/gtkspinbutton.c                  |    1 +
 gtk/gtkwidget.h                      |    2 --
 5 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt
index 2f60092..95c4818 100644
--- a/docs/reference/gdk/gdk4-sections.txt
+++ b/docs/reference/gdk/gdk4-sections.txt
@@ -4,9 +4,6 @@
 <SECTION>
 <TITLE>General</TITLE>
 <FILE>general</FILE>
-gdk_init
-gdk_init_check
-gdk_parse_args
 gdk_get_display_arg_name
 gdk_notify_startup_complete
 gdk_notify_startup_complete_with_id
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt
index 6417f7a..f9ba6ef 100644
--- a/docs/reference/gtk/gtk4-sections.txt
+++ b/docs/reference/gtk/gtk4-sections.txt
@@ -37,6 +37,8 @@ gtk_about_dialog_get_logo
 gtk_about_dialog_set_logo
 gtk_about_dialog_get_logo_icon_name
 gtk_about_dialog_set_logo_icon_name
+gtk_about_dialog_get_system_information
+gtk_about_dialog_set_system_information
 gtk_about_dialog_add_credit_section
 gtk_show_about_dialog
 <SUBSECTION Standard>
@@ -363,6 +365,8 @@ GTK_CENTER_BOX_CLASS
 GTK_IS_CENTER_BOX
 GTK_IS_CENTER_BOX_CLASS
 GTK_CENTER_BOX_GET_CLASS
+<SUBSECTION Private>
+gtk_center_box_get_type
 </SECTION>
 
 <SECTION>
@@ -795,7 +799,6 @@ gtk_dialog_set_default_response
 gtk_dialog_set_response_sensitive
 gtk_dialog_get_response_for_widget
 gtk_dialog_get_widget_for_response
-gtk_dialog_get_action_area
 gtk_dialog_get_content_area
 gtk_dialog_get_header_bar
 
@@ -1551,7 +1554,6 @@ GtkImageGIconData
 GtkIMContext
 GtkIMContextClass
 GtkIMContextInfo
-gtk_im_context_set_client_window
 gtk_im_context_get_preedit_string
 gtk_im_context_filter_keypress
 gtk_im_context_focus_in
@@ -4472,7 +4474,6 @@ gtk_volume_button_get_type
 <TITLE>GtkSnapshot</TITLE>
 GtkSnapshot
 gtk_snapshot_push
-gtk_snapshot_push_node
 gtk_snapshot_push_transform
 gtk_snapshot_push_opacity
 gtk_snapshot_push_color_matrix
@@ -4482,8 +4483,6 @@ gtk_snapshot_push_rounded_clip
 gtk_snapshot_push_cross_fade
 gtk_snapshot_push_blend
 gtk_snapshot_pop
-gtk_snapshot_set_transform
-gtk_snapshot_transform
 gtk_snapshot_offset
 gtk_snapshot_get_offset
 gtk_snapshot_append_node
@@ -4895,10 +4894,8 @@ gtk_window_group_get_type
 gtk_disable_setlocale
 gtk_get_default_language
 gtk_get_locale_direction
-gtk_parse_args
 gtk_init
 gtk_init_check
-gtk_get_option_group
 gtk_events_pending
 gtk_main
 gtk_main_level
@@ -4930,6 +4927,8 @@ gtk_get_current_event_time
 gtk_get_current_event_state
 gtk_get_current_event_device
 gtk_get_event_widget
+gtk_get_event_target
+gtk_get_event_target_with_type
 gtk_propagate_event
 
 <SUBSECTION Private>
diff --git a/gtk/gtkcheckmenuitem.h b/gtk/gtkcheckmenuitem.h
index 8e21004..e31973c 100644
--- a/gtk/gtkcheckmenuitem.h
+++ b/gtk/gtkcheckmenuitem.h
@@ -59,7 +59,7 @@ struct _GtkCheckMenuItem
  * GtkCheckMenuItemClass:
  * @parent_class: The parent class.
  * @toggled: Signal emitted when the state of the check box is changed.
- * @draw_indicator: Called to draw the check indicator.
+ * @snapshot_indicator: Called to draw the check indicator.
  */
 struct _GtkCheckMenuItemClass
 {
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index 9034eca..d1eaef2 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -2292,6 +2292,7 @@ gtk_spin_button_get_text (GtkSpinButton *spin_button)
 /**
  * gtk_spin_button_set_text:
  * @spin_button: a #GtkSpinButton
+ * @text: The text to set
  *
  * Sets the current text of the spinbutton. Note that setting this will not change
  * the value of the adjustment @spin_button.
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 48555ab..536a19c 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -278,8 +278,6 @@ struct _GtkWidget
  * @touch_event:
  * @queue_draw_region: Invalidates the area of widget defined by
  *   region.
- * @queue_draw_child: Child wants to be redrawn. The region given is in
- *   the child's coordinate system.
  * @snapshot: Signal emitted when a widget is supposed to create a snapshot
  *   of itself.
  */


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