[gtkmm] Gtk: Regenerate gtk_docs.xml and .defs files
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Gtk: Regenerate gtk_docs.xml and .defs files
- Date: Fri, 6 Oct 2017 16:42:44 +0000 (UTC)
commit 05a7cac1c2ebdc758d30ab78bdaedad272c91b21
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Fri Oct 6 18:29:05 2017 +0200
Gtk: Regenerate gtk_docs.xml and .defs files
gtk/src/gtk_docs.xml | 78 ++--
gtk/src/gtk_enums.defs | 25 +
gtk/src/gtk_methods.defs | 1148 ++++++++++++++++++++++++----------------------
gtk/src/gtk_signals.defs | 14 +-
4 files changed, 684 insertions(+), 581 deletions(-)
---
diff --git a/gtk/src/gtk_docs.xml b/gtk/src/gtk_docs.xml
index fdbdfe3..4735d2a 100644
--- a/gtk/src/gtk_docs.xml
+++ b/gtk/src/gtk_docs.xml
@@ -2822,10 +2822,10 @@ Since: 2.14
<property name="GtkComboBox:column-span-column">
<description>
If this is set to a non-negative value, it must be the index of a column
-of type %G_TYPE_INT in the model.
-
-The values of that column are used to determine how many columns a value
-in the list will span.
+of type %G_TYPE_INT in the model. The value in that column for each item
+will determine how many columns that item will span in the popup.
+Therefore, values in this column must be greater than zero, and the sum of
+an item’s column position + span should not exceed #GtkComboBox:wrap-width.
Since: 2.4
@@ -2905,11 +2905,9 @@ Since: 2.10
<property name="GtkComboBox:row-span-column">
<description>
If this is set to a non-negative value, it must be the index of a column
-of type %G_TYPE_INT in the model.
-
-The values of that column are used to determine how many rows a value in
-the list will span. Therefore, the values in the model column pointed to
-by this property must be greater than zero and not larger than wrap-width.
+of type %G_TYPE_INT in the model. The value in that column for each item
+will determine how many rows that item will span in the popup. Therefore,
+values in this column must be greater than zero.
Since: 2.4
@@ -2918,9 +2916,8 @@ Since: 2.4
<property name="GtkComboBox:wrap-width">
<description>
-If wrap-width is set to a positive value, the list will be
-displayed in multiple columns, the number of columns is
-determined by wrap-width.
+If wrap-width is set to a positive value, items in the popup will be laid
+out along multiple columns, starting a new row on reaching the wrap width.
Since: 2.4
@@ -8761,6 +8758,15 @@ location for the allocation
</return>
</signal>
+<property name="GtkOverlay:blur">
+<description>
+Blur the content behind this child with a Gaussian blur of this radius.
+
+Since: 3.92
+
+</description>
+</property>
+
<property name="GtkOverlay:index">
<description>
The index of the overlay in the parent, -1 for the main child.
@@ -19533,7 +19539,7 @@ Since: 3.90
</parameter_description>
</parameter>
</parameters>
-<return> the current value of the GtkActionBar:revealed property.
+<return> the current value of the #GtkActionBar:revealed property.
</return>
</function>
@@ -19616,11 +19622,12 @@ Since: 3.12
<function name="gtk_action_bar_set_revealed">
<description>
-Sets the GtkActionBar:revealed property to @revealed. This will cause
-@action_bar to show up with a slide-in transition.
+Sets the #GtkActionBar:revealed property to @revealed. Changing this will
+make @action_bar reveal (%TRUE) or conceal (%FALSE) itself via a sliding
+transition.
-Note that this settings does not automatically show @action_bar and thus won't
-have any effect if it is invisible.
+Note: this does not show or hide @action_bar in the #GtkWidget:visible sense,
+so revealing has no effect if #GtkWidget:visible is %FALSE.
Since: 3.90
@@ -40222,8 +40229,8 @@ will appear embedded in the top edge of the frame as a title.
<function name="gtk_frame_set_shadow_type">
<description>
Sets the #GtkFrame:shadow-type for @frame, i.e. whether it is drawn without
-(GTK_SHADOW_NONE) or with (other values) a visible border. Values other than
-GTK_SHADOW_NONE are treated identically by #GtkFrame. The chosen type is
+(%GTK_SHADOW_NONE) or with (other values) a visible border. Values other than
+%GTK_SHADOW_NONE are treated identically by GtkFrame. The chosen type is
applied by removing or adding the .flat class to the main CSS node, frame.
</description>
@@ -46646,7 +46653,7 @@ Since: 3.90
</parameter_description>
</parameter>
</parameters>
-<return> the current value of the GtkInfoBar:revealed property.
+<return> the current value of the #GtkInfoBar:revealed property.
</return>
</function>
@@ -46804,18 +46811,18 @@ Since: 2.18
<function name="gtk_info_bar_set_revealed">
<description>
-Sets the GtkInfoBar:revealed property to @revealed. This will cause
-@info_bar to show up with a slide-in transition.
+Sets the #GtkInfoBar:revealed property to @revealed. Changing this will make
+@info_bar reveal (%TRUE) or conceal (%FALSE) itself via a sliding transition.
-Note that this settings does not automatically show @info_bar and thus won't
-have any effect if it is invisible.
+Note: this does not show or hide @info_bar in the #GtkWidget:visible sense,
+so revealing has no effect if #GtkWidget:visible is %FALSE.
Since: 3.90
</description>
<parameters>
<parameter name="info_bar">
-<parameter_description> a #GtkActionBar
+<parameter_description> a #GtkInfoBar
</parameter_description>
</parameter>
<parameter name="revealed">
@@ -47794,7 +47801,7 @@ and toggle focus between the colliding widgets otherwise.
</parameter_description>
</parameter>
<parameter name="widget">
-<parameter_description> the target #GtkWidget
+<parameter_description> the target #GtkWidget, or %NULL to unset
</parameter_description>
</parameter>
</parameters>
@@ -61249,7 +61256,8 @@ Begins tracking progress for a new animation. Clears all previous state.
<function name="gtk_propagate_event">
<description>
Sends an event to a widget, propagating the event to parent widgets
-if the event remains unhandled.
+if the event remains unhandled. This function will emit the event
+through all the hierarchy of @widget through all propagation phases.
Events received by GTK+ from GDK normally begin in gtk_main_do_event().
Depending on the type of event, existence of modal dialogs, grabs, etc.,
@@ -79374,7 +79382,7 @@ Since: 2.4
</parameter_description>
</parameter>
<parameter name="menu_item">
-<parameter_description> a #GtkMenuItem to be used in the overflow menu
+<parameter_description> a #GtkMenuItem to use in the overflow menu, or %NULL
</parameter_description>
</parameter>
</parameters>
@@ -94475,8 +94483,16 @@ Since: 2.4
<description>
Sets or unsets the #GtkApplication associated with the window.
-The application will be kept alive for at least as long as the window
-is open.
+The application will be kept alive for at least as long as it has any windows
+associated with it (see g_application_hold() for a way to keep it alive
+without windows).
+
+Normally, the connection between the application and the window will remain
+until the window is destroyed, but you can explicitly remove it by setting
+the @application to %NULL.
+
+This is equivalent to calling gtk_application_remove_window() and/or
+gtk_application_add_window() on the old/new applications as relevant.
Since: 3.0
@@ -94487,7 +94503,7 @@ Since: 3.0
</parameter_description>
</parameter>
<parameter name="application">
-<parameter_description> a #GtkApplication, or %NULL
+<parameter_description> a #GtkApplication, or %NULL to unset
</parameter_description>
</parameter>
</parameters>
diff --git a/gtk/src/gtk_enums.defs b/gtk/src/gtk_enums.defs
index 8e47f59..b7a17db 100644
--- a/gtk/src/gtk_enums.defs
+++ b/gtk/src/gtk_enums.defs
@@ -1469,6 +1469,31 @@
)
)
+;; From gtkeventcontrollerscroll.h
+
+;; Original typedef:
+;; typedef enum {
+;; GTK_EVENT_CONTROLLER_SCROLL_NONE = 0,
+;; GTK_EVENT_CONTROLLER_SCROLL_VERTICAL = 1 << 0,
+;; GTK_EVENT_CONTROLLER_SCROLL_HORIZONTAL = 1 << 1,
+;; GTK_EVENT_CONTROLLER_SCROLL_DISCRETE = 1 << 2,
+;; GTK_EVENT_CONTROLLER_SCROLL_KINETIC = 1 << 3,
+;; GTK_EVENT_CONTROLLER_SCROLL_BOTH_AXES = (GTK_EVENT_CONTROLLER_SCROLL_VERTICAL |
GTK_EVENT_CONTROLLER_SCROLL_HORIZONTAL),
+;; } GtkEventControllerScrollFlags;
+
+(define-flags-extended EventControllerScrollFlags
+ (in-module "Gtk")
+ (c-name "GtkEventControllerScrollFlags")
+ (values
+ '("none" "GTK_EVENT_CONTROLLER_SCROLL_NONE" "0x0")
+ '("vertical" "GTK_EVENT_CONTROLLER_SCROLL_VERTICAL" "1 << 0")
+ '("horizontal" "GTK_EVENT_CONTROLLER_SCROLL_HORIZONTAL" "1 << 1")
+ '("discrete" "GTK_EVENT_CONTROLLER_SCROLL_DISCRETE" "1 << 2")
+ '("kinetic" "GTK_EVENT_CONTROLLER_SCROLL_KINETIC" "1 << 3")
+ '("both-axes" "GTK_EVENT_CONTROLLER_SCROLL_BOTH_AXES" "0x3")
+ )
+)
+
;; From gtkfilechooser.h
;; Original typedef:
diff --git a/gtk/src/gtk_methods.defs b/gtk/src/gtk_methods.defs
index aad825c..a483d00 100644
--- a/gtk/src/gtk_methods.defs
+++ b/gtk/src/gtk_methods.defs
@@ -2035,6 +2035,20 @@
)
)
+(define-flags EventControllerScrollFlags
+ (in-module "Gtk")
+ (c-name "GtkEventControllerScrollFlags")
+ (gtype-id "GTK_TYPE_EVENT_CONTROLLER_SCROLL_FLAGS")
+ (values
+ '("none" "GTK_EVENT_CONTROLLER_SCROLL_NONE")
+ '("vertical" "GTK_EVENT_CONTROLLER_SCROLL_VERTICAL")
+ '("horizontal" "GTK_EVENT_CONTROLLER_SCROLL_HORIZONTAL")
+ '("discrete" "GTK_EVENT_CONTROLLER_SCROLL_DISCRETE")
+ '("kinetic" "GTK_EVENT_CONTROLLER_SCROLL_KINETIC")
+ '("both-axes" "GTK_EVENT_CONTROLLER_SCROLL_BOTH_AXES")
+ )
+)
+
(define-enum FileChooserAction
(in-module "Gtk")
(c-name "GtkFileChooserAction")
@@ -8423,10 +8437,6 @@
-;; From gtkdbusgenerated.h
-
-
-
;; From gtkdebug.h
(define-function gtk_get_debug_flags
@@ -10023,6 +10033,40 @@
+;; From gtkeventcontrollerscroll.h
+
+(define-function gtk_event_controller_scroll_get_type
+ (c-name "gtk_event_controller_scroll_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_event_controller_scroll_new
+ (c-name "gtk_event_controller_scroll_new")
+ (is-constructor-of "GtkEventControllerScroll")
+ (return-type "GtkEventController*")
+ (parameters
+ '("GtkWidget*" "widget")
+ '("GtkEventControllerScrollFlags" "flags")
+ )
+)
+
+(define-method set_flags
+ (of-object "GtkEventControllerScroll")
+ (c-name "gtk_event_controller_scroll_set_flags")
+ (return-type "none")
+ (parameters
+ '("GtkEventControllerScrollFlags" "flags")
+ )
+)
+
+(define-method get_flags
+ (of-object "GtkEventControllerScroll")
+ (c-name "gtk_event_controller_scroll_get_flags")
+ (return-type "GtkEventControllerScrollFlags")
+)
+
+
+
;; From gtkexpander.h
(define-function gtk_expander_get_type
@@ -15447,10 +15491,6 @@
-;; From gtkmarshalers.h
-
-
-
;; From gtkmenubar.h
(define-function gtk_menu_bar_get_type
@@ -20159,10 +20199,6 @@
-;; From gtkprivatetypebuiltins.h
-
-
-
;; From gtkprogressbar.h
(define-function gtk_progress_bar_get_type
@@ -21713,10 +21749,6 @@
-;; From gtkresources.h
-
-
-
;; From gtkrevealer.h
(define-function gtk_revealer_get_type
@@ -23245,6 +23277,17 @@
(varargs #t)
)
+(define-method push_blur
+ (of-object "GtkSnapshot")
+ (c-name "gtk_snapshot_push_blur")
+ (return-type "none")
+ (parameters
+ '("double" "radius")
+ '("const-char*" "name")
+ )
+ (varargs #t)
+)
+
(define-method push_color_matrix
(of-object "GtkSnapshot")
(c-name "gtk_snapshot_push_color_matrix")
@@ -30738,530 +30781,6 @@
-;; From gtktypebuiltins.h
-
-(define-function gtk_license_get_type
- (c-name "gtk_license_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_accel_flags_get_type
- (c-name "gtk_accel_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_application_inhibit_flags_get_type
- (c-name "gtk_application_inhibit_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_assistant_page_type_get_type
- (c-name "gtk_assistant_page_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_button_box_style_get_type
- (c-name "gtk_button_box_style_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_builder_error_get_type
- (c-name "gtk_builder_error_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_calendar_display_options_get_type
- (c-name "gtk_calendar_display_options_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_cell_renderer_state_get_type
- (c-name "gtk_cell_renderer_state_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_cell_renderer_mode_get_type
- (c-name "gtk_cell_renderer_mode_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_cell_renderer_accel_mode_get_type
- (c-name "gtk_cell_renderer_accel_mode_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_css_provider_error_get_type
- (c-name "gtk_css_provider_error_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_css_section_type_get_type
- (c-name "gtk_css_section_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_debug_flag_get_type
- (c-name "gtk_debug_flag_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_dialog_flags_get_type
- (c-name "gtk_dialog_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_response_type_get_type
- (c-name "gtk_response_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_dest_defaults_get_type
- (c-name "gtk_dest_defaults_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_entry_icon_position_get_type
- (c-name "gtk_entry_icon_position_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_align_get_type
- (c-name "gtk_align_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_arrow_type_get_type
- (c-name "gtk_arrow_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_baseline_position_get_type
- (c-name "gtk_baseline_position_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_delete_type_get_type
- (c-name "gtk_delete_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_direction_type_get_type
- (c-name "gtk_direction_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_icon_size_get_type
- (c-name "gtk_icon_size_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_sensitivity_type_get_type
- (c-name "gtk_sensitivity_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_text_direction_get_type
- (c-name "gtk_text_direction_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_justification_get_type
- (c-name "gtk_justification_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_menu_direction_type_get_type
- (c-name "gtk_menu_direction_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_message_type_get_type
- (c-name "gtk_message_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_movement_step_get_type
- (c-name "gtk_movement_step_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_scroll_step_get_type
- (c-name "gtk_scroll_step_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_orientation_get_type
- (c-name "gtk_orientation_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_pack_type_get_type
- (c-name "gtk_pack_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_position_type_get_type
- (c-name "gtk_position_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_relief_style_get_type
- (c-name "gtk_relief_style_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_scroll_type_get_type
- (c-name "gtk_scroll_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_selection_mode_get_type
- (c-name "gtk_selection_mode_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_shadow_type_get_type
- (c-name "gtk_shadow_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_toolbar_style_get_type
- (c-name "gtk_toolbar_style_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_wrap_mode_get_type
- (c-name "gtk_wrap_mode_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_sort_type_get_type
- (c-name "gtk_sort_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_pack_direction_get_type
- (c-name "gtk_pack_direction_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_print_pages_get_type
- (c-name "gtk_print_pages_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_page_set_get_type
- (c-name "gtk_page_set_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_number_up_layout_get_type
- (c-name "gtk_number_up_layout_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_page_orientation_get_type
- (c-name "gtk_page_orientation_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_print_quality_get_type
- (c-name "gtk_print_quality_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_print_duplex_get_type
- (c-name "gtk_print_duplex_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_unit_get_type
- (c-name "gtk_unit_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_tree_view_grid_lines_get_type
- (c-name "gtk_tree_view_grid_lines_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_drag_result_get_type
- (c-name "gtk_drag_result_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_size_group_mode_get_type
- (c-name "gtk_size_group_mode_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_size_request_mode_get_type
- (c-name "gtk_size_request_mode_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_scrollable_policy_get_type
- (c-name "gtk_scrollable_policy_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_state_flags_get_type
- (c-name "gtk_state_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_border_style_get_type
- (c-name "gtk_border_style_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_level_bar_mode_get_type
- (c-name "gtk_level_bar_mode_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_input_purpose_get_type
- (c-name "gtk_input_purpose_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_input_hints_get_type
- (c-name "gtk_input_hints_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_propagation_phase_get_type
- (c-name "gtk_propagation_phase_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_event_sequence_state_get_type
- (c-name "gtk_event_sequence_state_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_pan_direction_get_type
- (c-name "gtk_pan_direction_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_popover_constraint_get_type
- (c-name "gtk_popover_constraint_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_file_chooser_action_get_type
- (c-name "gtk_file_chooser_action_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_file_chooser_confirmation_get_type
- (c-name "gtk_file_chooser_confirmation_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_file_chooser_error_get_type
- (c-name "gtk_file_chooser_error_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_file_filter_flags_get_type
- (c-name "gtk_file_filter_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_icon_lookup_flags_get_type
- (c-name "gtk_icon_lookup_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_icon_theme_error_get_type
- (c-name "gtk_icon_theme_error_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_icon_view_drop_position_get_type
- (c-name "gtk_icon_view_drop_position_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_image_type_get_type
- (c-name "gtk_image_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_arrow_placement_get_type
- (c-name "gtk_arrow_placement_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_buttons_type_get_type
- (c-name "gtk_buttons_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_button_role_get_type
- (c-name "gtk_button_role_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_notebook_tab_get_type
- (c-name "gtk_notebook_tab_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_pad_action_type_get_type
- (c-name "gtk_pad_action_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_places_open_flags_get_type
- (c-name "gtk_places_open_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_print_status_get_type
- (c-name "gtk_print_status_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_print_operation_result_get_type
- (c-name "gtk_print_operation_result_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_print_operation_action_get_type
- (c-name "gtk_print_operation_action_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_print_error_get_type
- (c-name "gtk_print_error_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_recent_sort_type_get_type
- (c-name "gtk_recent_sort_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_recent_chooser_error_get_type
- (c-name "gtk_recent_chooser_error_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_recent_filter_flags_get_type
- (c-name "gtk_recent_filter_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_recent_manager_error_get_type
- (c-name "gtk_recent_manager_error_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_revealer_transition_type_get_type
- (c-name "gtk_revealer_transition_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_corner_type_get_type
- (c-name "gtk_corner_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_policy_type_get_type
- (c-name "gtk_policy_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_target_flags_get_type
- (c-name "gtk_target_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_shortcut_type_get_type
- (c-name "gtk_shortcut_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_spin_button_update_policy_get_type
- (c-name "gtk_spin_button_update_policy_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_spin_type_get_type
- (c-name "gtk_spin_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_stack_transition_type_get_type
- (c-name "gtk_stack_transition_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_style_context_print_flags_get_type
- (c-name "gtk_style_context_print_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_text_buffer_target_info_get_type
- (c-name "gtk_text_buffer_target_info_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_text_search_flags_get_type
- (c-name "gtk_text_search_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_text_window_type_get_type
- (c-name "gtk_text_window_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_text_view_layer_get_type
- (c-name "gtk_text_view_layer_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_text_extend_selection_get_type
- (c-name "gtk_text_extend_selection_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_tool_palette_drag_targets_get_type
- (c-name "gtk_tool_palette_drag_targets_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_tree_model_flags_get_type
- (c-name "gtk_tree_model_flags_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_tree_view_drop_position_get_type
- (c-name "gtk_tree_view_drop_position_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_tree_view_column_sizing_get_type
- (c-name "gtk_tree_view_column_sizing_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_window_type_get_type
- (c-name "gtk_window_type_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_window_position_get_type
- (c-name "gtk_window_position_get_type")
- (return-type "GType")
-)
-
-
-
;; From gtktypes.h
@@ -31274,10 +30793,6 @@
-;; From gtkversion.h
-
-
-
;; From gtkviewport.h
(define-function gtk_viewport_get_type
@@ -33947,18 +33462,555 @@
-;; From stamp-gtkmarshalers.h
+;; From xembed.h
-;; From stamp-gtkprivatetypebuiltins.h
+;; From gtkdbusgenerated.h
-;; From stamp-gtktypebuiltins.h
+;; From gtkmarshalers.h
-;; From xembed.h
+;; From gtkprivatetypebuiltins.h
+
+
+
+;; From gtkresources.h
+
+
+
+;; From gtktypebuiltins.h
+
+(define-function gtk_license_get_type
+ (c-name "gtk_license_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_accel_flags_get_type
+ (c-name "gtk_accel_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_application_inhibit_flags_get_type
+ (c-name "gtk_application_inhibit_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_assistant_page_type_get_type
+ (c-name "gtk_assistant_page_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_button_box_style_get_type
+ (c-name "gtk_button_box_style_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_builder_error_get_type
+ (c-name "gtk_builder_error_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_calendar_display_options_get_type
+ (c-name "gtk_calendar_display_options_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_cell_renderer_state_get_type
+ (c-name "gtk_cell_renderer_state_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_cell_renderer_mode_get_type
+ (c-name "gtk_cell_renderer_mode_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_cell_renderer_accel_mode_get_type
+ (c-name "gtk_cell_renderer_accel_mode_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_css_provider_error_get_type
+ (c-name "gtk_css_provider_error_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_css_section_type_get_type
+ (c-name "gtk_css_section_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_debug_flag_get_type
+ (c-name "gtk_debug_flag_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_dialog_flags_get_type
+ (c-name "gtk_dialog_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_response_type_get_type
+ (c-name "gtk_response_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_dest_defaults_get_type
+ (c-name "gtk_dest_defaults_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_entry_icon_position_get_type
+ (c-name "gtk_entry_icon_position_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_align_get_type
+ (c-name "gtk_align_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_arrow_type_get_type
+ (c-name "gtk_arrow_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_baseline_position_get_type
+ (c-name "gtk_baseline_position_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_delete_type_get_type
+ (c-name "gtk_delete_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_direction_type_get_type
+ (c-name "gtk_direction_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_icon_size_get_type
+ (c-name "gtk_icon_size_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_sensitivity_type_get_type
+ (c-name "gtk_sensitivity_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_text_direction_get_type
+ (c-name "gtk_text_direction_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_justification_get_type
+ (c-name "gtk_justification_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_menu_direction_type_get_type
+ (c-name "gtk_menu_direction_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_message_type_get_type
+ (c-name "gtk_message_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_movement_step_get_type
+ (c-name "gtk_movement_step_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_scroll_step_get_type
+ (c-name "gtk_scroll_step_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_orientation_get_type
+ (c-name "gtk_orientation_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_pack_type_get_type
+ (c-name "gtk_pack_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_position_type_get_type
+ (c-name "gtk_position_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_relief_style_get_type
+ (c-name "gtk_relief_style_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_scroll_type_get_type
+ (c-name "gtk_scroll_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_selection_mode_get_type
+ (c-name "gtk_selection_mode_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_shadow_type_get_type
+ (c-name "gtk_shadow_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_toolbar_style_get_type
+ (c-name "gtk_toolbar_style_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_wrap_mode_get_type
+ (c-name "gtk_wrap_mode_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_sort_type_get_type
+ (c-name "gtk_sort_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_pack_direction_get_type
+ (c-name "gtk_pack_direction_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_print_pages_get_type
+ (c-name "gtk_print_pages_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_page_set_get_type
+ (c-name "gtk_page_set_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_number_up_layout_get_type
+ (c-name "gtk_number_up_layout_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_page_orientation_get_type
+ (c-name "gtk_page_orientation_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_print_quality_get_type
+ (c-name "gtk_print_quality_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_print_duplex_get_type
+ (c-name "gtk_print_duplex_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_unit_get_type
+ (c-name "gtk_unit_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_tree_view_grid_lines_get_type
+ (c-name "gtk_tree_view_grid_lines_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_drag_result_get_type
+ (c-name "gtk_drag_result_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_size_group_mode_get_type
+ (c-name "gtk_size_group_mode_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_size_request_mode_get_type
+ (c-name "gtk_size_request_mode_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_scrollable_policy_get_type
+ (c-name "gtk_scrollable_policy_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_state_flags_get_type
+ (c-name "gtk_state_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_border_style_get_type
+ (c-name "gtk_border_style_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_level_bar_mode_get_type
+ (c-name "gtk_level_bar_mode_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_input_purpose_get_type
+ (c-name "gtk_input_purpose_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_input_hints_get_type
+ (c-name "gtk_input_hints_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_propagation_phase_get_type
+ (c-name "gtk_propagation_phase_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_event_sequence_state_get_type
+ (c-name "gtk_event_sequence_state_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_pan_direction_get_type
+ (c-name "gtk_pan_direction_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_popover_constraint_get_type
+ (c-name "gtk_popover_constraint_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_event_controller_scroll_flags_get_type
+ (c-name "gtk_event_controller_scroll_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_file_chooser_action_get_type
+ (c-name "gtk_file_chooser_action_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_file_chooser_confirmation_get_type
+ (c-name "gtk_file_chooser_confirmation_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_file_chooser_error_get_type
+ (c-name "gtk_file_chooser_error_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_file_filter_flags_get_type
+ (c-name "gtk_file_filter_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_icon_lookup_flags_get_type
+ (c-name "gtk_icon_lookup_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_icon_theme_error_get_type
+ (c-name "gtk_icon_theme_error_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_icon_view_drop_position_get_type
+ (c-name "gtk_icon_view_drop_position_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_image_type_get_type
+ (c-name "gtk_image_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_arrow_placement_get_type
+ (c-name "gtk_arrow_placement_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_buttons_type_get_type
+ (c-name "gtk_buttons_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_button_role_get_type
+ (c-name "gtk_button_role_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_notebook_tab_get_type
+ (c-name "gtk_notebook_tab_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_pad_action_type_get_type
+ (c-name "gtk_pad_action_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_places_open_flags_get_type
+ (c-name "gtk_places_open_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_print_status_get_type
+ (c-name "gtk_print_status_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_print_operation_result_get_type
+ (c-name "gtk_print_operation_result_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_print_operation_action_get_type
+ (c-name "gtk_print_operation_action_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_print_error_get_type
+ (c-name "gtk_print_error_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_recent_sort_type_get_type
+ (c-name "gtk_recent_sort_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_recent_chooser_error_get_type
+ (c-name "gtk_recent_chooser_error_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_recent_filter_flags_get_type
+ (c-name "gtk_recent_filter_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_recent_manager_error_get_type
+ (c-name "gtk_recent_manager_error_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_revealer_transition_type_get_type
+ (c-name "gtk_revealer_transition_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_corner_type_get_type
+ (c-name "gtk_corner_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_policy_type_get_type
+ (c-name "gtk_policy_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_target_flags_get_type
+ (c-name "gtk_target_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_shortcut_type_get_type
+ (c-name "gtk_shortcut_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_spin_button_update_policy_get_type
+ (c-name "gtk_spin_button_update_policy_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_spin_type_get_type
+ (c-name "gtk_spin_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_stack_transition_type_get_type
+ (c-name "gtk_stack_transition_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_style_context_print_flags_get_type
+ (c-name "gtk_style_context_print_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_text_buffer_target_info_get_type
+ (c-name "gtk_text_buffer_target_info_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_text_search_flags_get_type
+ (c-name "gtk_text_search_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_text_window_type_get_type
+ (c-name "gtk_text_window_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_text_view_layer_get_type
+ (c-name "gtk_text_view_layer_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_text_extend_selection_get_type
+ (c-name "gtk_text_extend_selection_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_tool_palette_drag_targets_get_type
+ (c-name "gtk_tool_palette_drag_targets_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_tree_model_flags_get_type
+ (c-name "gtk_tree_model_flags_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_tree_view_drop_position_get_type
+ (c-name "gtk_tree_view_drop_position_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_tree_view_column_sizing_get_type
+ (c-name "gtk_tree_view_column_sizing_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_window_type_get_type
+ (c-name "gtk_window_type_get_type")
+ (return-type "GType")
+)
+
+(define-function gtk_window_position_get_type
+ (c-name "gtk_window_position_get_type")
+ (return-type "GType")
+)
+
+
+
+;; From gtkversion.h
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index 1766bf1..f1c4a33 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -3189,7 +3189,7 @@
(define-property attributes
(of-object "GtkEntry")
(prop-type "GParamBoxed")
- (docs "A list of style attributes to apply to the text of the label")
+ (docs "A list of style attributes to apply to the text of the entry")
(readable #t)
(writable #t)
(construct-only #f)
@@ -4727,7 +4727,7 @@
(define-property revealed
(of-object "GtkInfoBar")
(prop-type "GParamBoolean")
- (docs "Controls whether the action bar shows its contents or not")
+ (docs "Controls whether the info bar shows its contents or not")
(readable #t)
(writable #t)
(construct-only #f)
@@ -12892,6 +12892,16 @@
(default-value "FALSE")
)
+(define-child-property blur
+ (of-object "GtkOverlay")
+ (prop-type "GParamDouble")
+ (docs "Apply a blur to the content behind this child")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+ (default-value "0")
+)
+
(define-child-property index
(of-object "GtkOverlay")
(prop-type "GParamInt")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]