diff --git a/docs/reference/gdk/gdk-sections.txt b/docs/reference/gdk/gdk-sections.txt index 200cc5f1bf..ae83d8fa74 100644 --- a/docs/reference/gdk/gdk-sections.txt +++ b/docs/reference/gdk/gdk-sections.txt @@ -614,6 +614,15 @@ gdk_visual_get_best_with_both gdk_visual_ref gdk_visual_unref gdk_visual_get_screen +gdk_visual_get_bits_per_rgb +gdk_visual_get_blue_pixel_details +gdk_visual_get_byte_order +gdk_visual_get_colormap_size +gdk_visual_get_depth +gdk_visual_get_green_pixel_details +gdk_visual_get_red_pixel_details +gdk_visual_get_visual_type + GDK_TYPE_BYTE_ORDER @@ -655,6 +664,8 @@ gdk_window_hide gdk_window_is_destroyed gdk_window_is_visible gdk_window_is_viewable +gdk_window_is_shaped +gdk_window_is_input_only gdk_window_get_state gdk_window_withdraw gdk_window_iconify @@ -669,6 +680,7 @@ gdk_window_set_keep_above gdk_window_set_keep_below gdk_window_set_opacity gdk_window_set_composited +gdk_window_get_composited gdk_window_move gdk_window_resize gdk_window_move_resize @@ -715,7 +727,9 @@ gdk_window_configure_finished gdk_window_set_user_data gdk_window_set_override_redirect gdk_window_set_accept_focus +gdk_window_get_accept_focus gdk_window_set_focus_on_map +gdk_window_get_focus_on_map gdk_window_add_filter gdk_window_remove_filter GdkFilterFunc @@ -744,6 +758,7 @@ gdk_window_get_geometry gdk_window_set_geometry_hints gdk_window_set_icon_list gdk_window_set_modal_hint +gdk_window_get_modal_hint gdk_window_set_type_hint gdk_window_get_type_hint gdk_window_set_skip_taskbar_hint @@ -759,10 +774,14 @@ gdk_window_get_type gdk_window_get_origin gdk_window_get_deskrelative_origin gdk_window_get_root_coords +gdk_window_coords_from_parent +gdk_window_coords_to_parent gdk_window_get_pointer GdkModifierType gdk_window_get_parent +gdk_window_get_effective_parent gdk_window_get_toplevel +gdk_window_get_effective_toplevel gdk_window_get_children gdk_window_peek_children gdk_window_get_events @@ -1061,11 +1080,17 @@ GdkDeviceKey GdkDeviceAxis GdkAxisUse gdk_devices_list +gdk_device_get_name gdk_device_set_source +gdk_device_get_source gdk_device_set_mode +gdk_device_get_mode gdk_device_set_key +gdk_device_get_key gdk_device_set_axis_use +gdk_device_get_axis_use gdk_device_get_core_pointer +gdk_device_has_cursor gdk_device_get_state diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index d06abeea9a..6495757ca6 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -154,6 +154,8 @@ gtk_accel_label_accelerator_width GtkAccessible GtkAccessible gtk_accessible_connect_widget_destroyed +gtk_accessible_get_widget +gtk_accessible_set_widget GTK_ACCESSIBLE @@ -1379,6 +1381,7 @@ GTK_IS_ENTRY_BUFFER_CLASS GTK_ENTRY_BUFFER_GET_CLASS GTK_ENTRY_BUFFER_MAX_SIZE +GtkEntryBufferPrivate gtk_entry_buffer_get_type @@ -1754,6 +1757,7 @@ gtk_font_selection_dialog_set_preview_text gtk_font_selection_dialog_get_apply_button gtk_font_selection_dialog_get_cancel_button gtk_font_selection_dialog_get_ok_button +gtk_font_selection_dialog_get_font_selection GTK_FONT_SELECTION_DIALOG @@ -2627,6 +2631,7 @@ gtk_message_dialog_new_with_markup gtk_message_dialog_set_markup gtk_message_dialog_set_image gtk_message_dialog_get_image +gtk_message_dialog_get_message_area gtk_message_dialog_format_secondary_text gtk_message_dialog_format_secondary_markup @@ -2667,7 +2672,7 @@ GTK_INFO_BAR_GET_CLASS gtk_info_bar_get_type -GtkMessageAreaPrivate +GtkInfoBarPrivate
@@ -3636,6 +3641,7 @@ GTK_SPINNER_CLASS GTK_IS_SPINER_CLASS GTK_SPINNER_GET_CLASS +GtkSpinnerPrivate gtk_spinner_get_type
@@ -3648,6 +3654,7 @@ gtk_statusbar_get_context_id gtk_statusbar_push gtk_statusbar_pop gtk_statusbar_remove +gtk_statusbar_remove_all gtk_statusbar_set_has_resize_grip gtk_statusbar_get_has_resize_grip gtk_statusbar_get_message_area @@ -4133,6 +4140,8 @@ gtk_text_view_get_accepts_tab gtk_text_view_get_default_attributes gtk_text_view_im_context_filter_keypress gtk_text_view_reset_im_context +gtk_text_view_get_hadjustment +gtk_text_view_get_vadjustment GTK_TEXT_VIEW_PRIORITY_VALIDATE GTK_TEXT_VIEW @@ -4534,6 +4543,7 @@ GTK_TOOL_ITEM_GROUP_CLASS GTK_IS_TOOL_ITEM_GROUP_CLASS GTK_TOOL_ITEM_GROUP_GET_CLASS +GtkToolItemGroupPrivate gtk_tool_item_group_get_type @@ -4676,6 +4686,7 @@ gtk_tree_path_append_index gtk_tree_path_prepend_index gtk_tree_path_get_depth gtk_tree_path_get_indices +gtk_tree_path_get_indices_with_depth gtk_tree_path_free gtk_tree_path_copy gtk_tree_path_compare @@ -5878,6 +5889,7 @@ gtk_window_get_urgency_hint gtk_window_get_accept_focus gtk_window_get_focus_on_map gtk_window_get_group +gtk_window_has_group gtk_window_get_window_type gtk_window_move gtk_window_parse_geometry diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c index 5037886098..3f9cece7c3 100644 --- a/gdk/gdkdisplay.c +++ b/gdk/gdkdisplay.c @@ -203,7 +203,9 @@ gdk_display_close (GdkDisplay *display) * gdk_display_is_closed: * @display: a #GdkDisplay * - * Returns %TRUE if the display is closed. + * Finds out if the display has been closed. + * + * Returns: %TRUE if the display is closed. * * Since: 2.22 */ diff --git a/gdk/x11/gdkinput.c b/gdk/x11/gdkinput.c index 196ec37725..2e33f43c50 100644 --- a/gdk/x11/gdkinput.c +++ b/gdk/x11/gdkinput.c @@ -321,7 +321,9 @@ gdk_device_get_axis_use (GdkDevice *device, * gdk_device_get_n_axes: * @device: a #GdkDevice. * - * Returns: the number of axes of this device. + * Gets the number of axes of a device. + * + * Returns: the number of axes of @device * * Since: 2.22 **/