From: Matthias Clasen Date: Sat, 5 May 2018 22:03:31 +0000 (-0400) Subject: Fixes to the gtk docs X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~316 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7fdf3d1769c8cf4fa4f9b79e4ef8e62302f138b8;p=gtk4.git Fixes to the gtk docs --- diff --git a/docs/reference/gtk/gtk4-docs.xml b/docs/reference/gtk/gtk4-docs.xml index a6d89f12b0..9e6ab19744 100644 --- a/docs/reference/gtk/gtk4-docs.xml +++ b/docs/reference/gtk/gtk4-docs.xml @@ -297,6 +297,7 @@ + diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 83313d7c9f..44db31d762 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -1270,8 +1270,6 @@ gtk_fixed_get_type GtkFontButton gtk_font_button_new gtk_font_button_new_with_font -gtk_font_button_set_font_name -gtk_font_button_get_font_name gtk_font_button_set_use_font gtk_font_button_get_use_font gtk_font_button_set_use_size @@ -1302,7 +1300,7 @@ gtk_font_chooser_set_font gtk_font_chooser_get_font_desc gtk_font_chooser_set_font_desc gtk_font_chooser_get_font_features -gtk_font_chooser_get_font_language +gtk_font_chooser_set_language gtk_font_chooser_get_preview_text gtk_font_chooser_set_preview_text gtk_font_chooser_get_show_preview_entry @@ -1483,24 +1481,24 @@ GtkIconViewPrivate GtkImage GtkImage GtkImageType -gtk_image_get_texture -gtk_image_get_icon_name -gtk_image_get_gicon -gtk_image_get_storage_type +gtk_image_new gtk_image_new_from_file +gtk_image_new_from_resource gtk_image_new_from_pixbuf +gtk_image_new_from_paintable gtk_image_new_from_icon_name gtk_image_new_from_gicon -gtk_image_new_from_resource -gtk_image_new_from_texture +gtk_image_clear gtk_image_set_from_file +gtk_image_set_from_resource gtk_image_set_from_pixbuf +gtk_image_set_from_paintable gtk_image_set_from_icon_name gtk_image_set_from_gicon -gtk_image_set_from_resource -gtk_image_set_from_texture -gtk_image_clear -gtk_image_new +gtk_image_get_storage_type +gtk_image_get_paintable +gtk_image_get_icon_name +gtk_image_get_gicon gtk_image_set_pixel_size gtk_image_get_pixel_size gtk_image_set_icon_size @@ -1923,8 +1921,8 @@ gtk_info_bar_set_message_type gtk_info_bar_get_message_type gtk_info_bar_get_action_area gtk_info_bar_get_content_area -gtk_info_bar_get_show_title_buttons -gtk_info_bar_set_show_title_buttons +gtk_info_bar_get_show_close_button +gtk_info_bar_set_show_close_button gtk_info_bar_get_revealed gtk_info_bar_set_revealed @@ -4172,15 +4170,10 @@ gtk_volume_button_get_type GtkSnapshot GtkSnapshot gtk_snapshot_new -gtk_snapshot_ref -gtk_snapshot_unref gtk_snapshot_to_node gtk_snapshot_to_paintable gtk_snapshot_free_to_node gtk_snapshot_free_to_paintable -gtk_snapshot_get_renderer -gtk_snapshot_get_record_names -gtk_snapshot_push gtk_snapshot_push_transform gtk_snapshot_push_opacity gtk_snapshot_push_color_matrix @@ -4197,7 +4190,6 @@ gtk_snapshot_append_cairo gtk_snapshot_append_texture gtk_snapshot_append_color gtk_snapshot_append_layout -gtk_snapshot_clips_rect gtk_snapshot_render_background gtk_snapshot_render_frame gtk_snapshot_render_focus @@ -4893,7 +4885,6 @@ gtk_render_line gtk_render_option gtk_render_slider gtk_render_activity -gtk_render_icon_surface gtk_render_icon gtk_render_insertion_cursor @@ -6637,15 +6628,39 @@ GTK_PAD_CONTROLLER_GET_CLASS gtk_pad_controller_get_type +
+gtkgesturestylus +GtkGestureStylus +GtkGestureStylus + +gtk_gesture_stylus_new +gtk_gesture_stylus_get_axis +gtk_gesture_stylus_get_axes +gtk_gesture_stylus_get_backlog +gtk_gesture_stylus_get_device_tool + + +GTK_TYPE_GESTURE_STYLUS +GTK_GESTURE_STYLUS +GTK_GESTURE_STYLUS_CLASS +GTK_IS_GESTURE_STYLUS +GTK_IS_GESTURE_STYLUS_CLASS +GTK_GESTURE_STYLUS_GET_CLASS +GtkGestureStylusClass + + +gtk_gesture_stylus_get_type +
+
gtkstacksidebar GtkStackSidebar -GtkStackSidebarClass gtk_stack_sidebar_new gtk_stack_sidebar_set_stack gtk_stack_sidebar_get_stack +GtkStackSidebarClass GTK_TYPE_STACK_SIDEBAR GTK_STACK_SIDEBAR GTK_STACK_SIDEBAR_CLASS @@ -6670,8 +6685,6 @@ gtk_gl_area_attach_buffers gtk_gl_area_set_error gtk_gl_area_get_error -gtk_gl_area_set_has_alpha -gtk_gl_area_get_has_alpha gtk_gl_area_set_has_depth_buffer gtk_gl_area_get_has_depth_buffer gtk_gl_area_set_has_stencil_buffer diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index b44c00a5ac..4debf4ab9c 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -103,6 +103,7 @@ struct _GtkEntry * the current selection if one exists. * @toggle_overwrite: Class handler for the #GtkEntry::toggle-overwrite signal. * The default implementation toggles overwrite mode and blinks the cursor. + * @insert_emoji: Class handler for the #GtkEntry::insert-emoji signal. * * Class structure for #GtkEntry. All virtual functions have a default * implementation. Derived classes may set the virtual function pointers for the diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index d01602cc82..54eca205f1 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -2100,6 +2100,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS /** * GtkStyleContextPrintFlags: + * @GTK_STYLE_CONTEXT_PRINT_NONE: Default value. * @GTK_STYLE_CONTEXT_PRINT_RECURSE: Print the entire tree of * CSS nodes starting at the style context's node * @GTK_STYLE_CONTEXT_PRINT_SHOW_STYLE: Show the values of the diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index 6edfdc1529..89629948d8 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -151,6 +151,7 @@ struct _GtkTextView * layers %GTK_TEXT_VIEW_LAYER_BELOW and %GTK_TEXT_VIEW_LAYER_ABOVE work in viewport * coordinates, which makes them unnecessarily hard to use. * @extend_selection: The class handler for the #GtkTextView::extend-selection signal. + * @insert_emoji: The class handler for the #GtkTextView::insert-emoji signal. */ struct _GtkTextViewClass { diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 3987e7d42b..63561c0454 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -229,9 +229,9 @@ struct _GtkWidget * widget extra space when possible. * @style_updated: Signal emitted when the GtkStyleContext of a widget * is changed. - * @touch_event: - * @snapshot: Signal emitted when a widget is supposed to create a snapshot - * of itself. + * @snapshot: Vfunc for gtk_widget_snapshot(). + * @contains: Vfunc for gtk_widget_contains(). + * @pick: Vfunc for gtk_widget_pick(). */ struct _GtkWidgetClass {