Merge branch 'docs-remove-gtk-attribute' into 'main'

docs: Remove custom org.gtk.Method and org.gtk.Property annotations

See merge request GNOME/gtk!7335
This commit is contained in:
Matthias Clasen 2024-09-07 14:39:19 +00:00
commit f654cb7d3b
186 changed files with 2351 additions and 2351 deletions

View File

@ -151,10 +151,11 @@ Checks whether the widget is set to be visible or not.
- Methods are special functions whose first argument is always the instance
of a certain class. The instance argument for newly written code should be
called `self`.
- If a method is a setter or a getter for an object property, you should
add an `(attributes org.gtk.Method.set_property=property-name)` or a
an `(attributes org.gtk.Method.get_property=property-name)` annotation
to the method's identifier
- If a method is a setter or a getter for an object property
`GtkClassName:prop-name`, and if its name does not match the naming scheme
`gtk_class_name_{g,s}et_prop_name`, you should add a `(set-property
prop-name)` or a `(get-property prop-name)` annotation to the method's
identifier
- If a method changes one or more properties as side effect, link those
properties in the method's description
- If a method is a signal emitter, you should use the
@ -192,9 +193,10 @@ Checks whether the widget is set to be visible or not.
purposes.
- Always note if setting a property has side effects, like causing another
property to change state.
- If the property has public accessors you should annotate it with
the `(attributes org.gtk.Property.set=setter_function)` and
`(attributes org.gtk.Property.get=getter_function)` attributes
- If a property `GtkClassName:prop-name` has a public getter or setter, and
they do not match the naming scheme `gtk_class_name_{g,s}et_prop_name` you
should annotate it with the `(setter setter_function)` and `(getter
getter_function)`.
- The syntax for property documentation is:
```c

View File

@ -120,7 +120,7 @@ gdk_app_launch_context_class_init (GdkAppLaunchContextClass *klass)
context_class->launch_failed = gdk_app_launch_context_launch_failed;
/**
* GdkAppLaunchContext:display: (attributes org.gtk.Property.get=gdk_app_launch_context_get_display)
* GdkAppLaunchContext:display:
*
* The display that the `GdkAppLaunchContext` is on.
*/
@ -169,7 +169,7 @@ gdk_app_launch_context_get_display_name (GAppLaunchContext *context,
}
/**
* gdk_app_launch_context_get_display: (attributes org.gtk.Method.get_property=display)
* gdk_app_launch_context_get_display:
* @context: a `GdkAppLaunchContext`
*
* Gets the `GdkDisplay` that @context is for.

View File

@ -353,7 +353,7 @@ gdk_clipboard_class_init (GdkClipboardClass *class)
class->read_finish = gdk_clipboard_read_local_finish;
/**
* GdkClipboard:display: (attributes org.gtk.Property.get=gdk_clipboard_get_display)
* GdkClipboard:display:
*
* The `GdkDisplay` that the clipboard belongs to.
*/
@ -366,7 +366,7 @@ gdk_clipboard_class_init (GdkClipboardClass *class)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkClipboard:formats: (attributes org.gtk.Property.get=gdk_clipboard_get_formats)
* GdkClipboard:formats:
*
* The possible formats that the clipboard can provide its data in.
*/
@ -378,7 +378,7 @@ gdk_clipboard_class_init (GdkClipboardClass *class)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkClipboard:local: (attributes org.gtk.Property.get=gdk_clipboard_is_local)
* GdkClipboard:local: (getter is_local)
*
* %TRUE if the contents of the clipboard are owned by this process.
*/
@ -390,7 +390,7 @@ gdk_clipboard_class_init (GdkClipboardClass *class)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkClipboard:content: (attributes org.gtk.Property.get=gdk_clipboard_get_content)
* GdkClipboard:content:
*
* The `GdkContentProvider` or %NULL if the clipboard is empty or contents are
* provided otherwise.
@ -429,7 +429,7 @@ gdk_clipboard_init (GdkClipboard *clipboard)
}
/**
* gdk_clipboard_get_display: (attributes org.gtk.Method.get_property=display)
* gdk_clipboard_get_display:
* @clipboard: a `GdkClipboard`
*
* Gets the `GdkDisplay` that the clipboard was created for.
@ -447,7 +447,7 @@ gdk_clipboard_get_display (GdkClipboard *clipboard)
}
/**
* gdk_clipboard_get_formats: (attributes org.gtk.Method.get_property=formats)
* gdk_clipboard_get_formats:
* @clipboard: a `GdkClipboard`
*
* Gets the formats that the clipboard can provide its current contents in.
@ -465,7 +465,7 @@ gdk_clipboard_get_formats (GdkClipboard *clipboard)
}
/**
* gdk_clipboard_is_local: (attributes org.gtk.Method.get_property=local)
* gdk_clipboard_is_local: (get-property local)
* @clipboard: a `GdkClipboard`
*
* Returns if the clipboard is local.
@ -489,7 +489,7 @@ gdk_clipboard_is_local (GdkClipboard *clipboard)
}
/**
* gdk_clipboard_get_content: (attributes org.gtk.Method.get_property=content)
* gdk_clipboard_get_content:
* @clipboard: a `GdkClipboard`
*
* Returns the `GdkContentProvider` currently set on @clipboard.

View File

@ -169,7 +169,7 @@ gdk_content_provider_class_init (GdkContentProviderClass *class)
class->get_value = gdk_content_provider_real_get_value;
/**
* GdkContentProvider:formats: (attributes org.gtk.Property.get=gdk_content_provider_ref_formats)
* GdkContentProvider:formats: (getter ref_formats)
*
* The possible formats that the provider can provide its data in.
*/
@ -181,7 +181,7 @@ gdk_content_provider_class_init (GdkContentProviderClass *class)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkContentProvider:storable-formats: (attributes org.gtk.Property.get=gdk_content_provider_ref_storable_formats)
* GdkContentProvider:storable-formats: (getter ref_storable_formats)
*
* The subset of formats that clipboard managers should store this provider's data in.
*/
@ -214,7 +214,7 @@ gdk_content_provider_init (GdkContentProvider *provider)
}
/**
* gdk_content_provider_ref_formats: (attributes org.gtk.Method.get_property=formats)
* gdk_content_provider_ref_formats: (get-property formats)
* @provider: a `GdkContentProvider`
*
* Gets the formats that the provider can provide its current contents in.
@ -230,7 +230,7 @@ gdk_content_provider_ref_formats (GdkContentProvider *provider)
}
/**
* gdk_content_provider_ref_storable_formats: (attributes org.gtk.Method.get_property=storable-formats)
* gdk_content_provider_ref_storable_formats: (get-property storable-formats)
* @provider: a `GdkContentProvider`
*
* Gets the formats that the provider suggests other applications to store

View File

@ -172,7 +172,7 @@ gdk_cursor_class_init (GdkCursorClass *cursor_class)
object_class->finalize = gdk_cursor_finalize;
/**
* GdkCursor:fallback: (attributes org.gtk.Property.get=gdk_cursor_get_fallback)
* GdkCursor:fallback:
*
* Cursor to fall back to if this cursor cannot be displayed.
*/
@ -184,7 +184,7 @@ gdk_cursor_class_init (GdkCursorClass *cursor_class)
G_PARAM_STATIC_STRINGS));
/**
* GdkCursor:hotspot-x: (attributes org.gtk.Property.get=gdk_cursor_get_hotspot_x)
* GdkCursor:hotspot-x:
*
* X position of the cursor hotspot in the cursor image.
*/
@ -196,7 +196,7 @@ gdk_cursor_class_init (GdkCursorClass *cursor_class)
G_PARAM_STATIC_STRINGS));
/**
* GdkCursor:hotspot-y: (attributes org.gtk.Property.get=gdk_cursor_get_hotspot_y)
* GdkCursor:hotspot-y:
*
* Y position of the cursor hotspot in the cursor image.
*/
@ -208,7 +208,7 @@ gdk_cursor_class_init (GdkCursorClass *cursor_class)
G_PARAM_STATIC_STRINGS));
/**
* GdkCursor:name: (attributes org.gtk.Property.get=gdk_cursor_get_name)
* GdkCursor:name:
*
* Name of this this cursor.
*
@ -407,7 +407,7 @@ gdk_cursor_new_from_callback (GdkCursorGetTextureCallback callback,
}
/**
* gdk_cursor_get_fallback: (attributes org.gtk.Method.get_property=fallback)
* gdk_cursor_get_fallback:
* @cursor: a `GdkCursor`
*
* Returns the fallback for this @cursor.
@ -430,7 +430,7 @@ gdk_cursor_get_fallback (GdkCursor *cursor)
}
/**
* gdk_cursor_get_name: (attributes org.gtk.Method.get_property=name)
* gdk_cursor_get_name:
* @cursor: a `GdkCursor`
*
* Returns the name of the cursor.
@ -468,7 +468,7 @@ gdk_cursor_get_texture (GdkCursor *cursor)
}
/**
* gdk_cursor_get_hotspot_x: (attributes org.gtk.Method.get_property=hotspot-x)
* gdk_cursor_get_hotspot_x:
* @cursor: a `GdkCursor`
*
* Returns the horizontal offset of the hotspot.
@ -490,7 +490,7 @@ gdk_cursor_get_hotspot_x (GdkCursor *cursor)
}
/**
* gdk_cursor_get_hotspot_y: (attributes org.gtk.Method.get_property=hotspot-y)
* gdk_cursor_get_hotspot_y:
* @cursor: a `GdkCursor`
*
* Returns the vertical offset of the hotspot.

View File

@ -104,7 +104,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
object_class->get_property = gdk_device_get_property;
/**
* GdkDevice:display: (attributes org.gtk.Property.get=gdk_device_get_display)
* GdkDevice:display:
*
* The `GdkDisplay` the `GdkDevice` pertains to.
*/
@ -114,7 +114,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:name: (attributes org.gtk.Property.get=gdk_device_get_name)
* GdkDevice:name:
*
* The device name.
*/
@ -125,7 +125,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:source: (attributes org.gtk.Property.get=gdk_device_get_source)
* GdkDevice:source:
*
* Source type for the device.
*/
@ -137,7 +137,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDevice:has-cursor: (attributes org.gtk.Property.get=gdk_device_get_has_cursor)
* GdkDevice:has-cursor:
*
* Whether the device is represented by a cursor on the screen.
*/
@ -159,7 +159,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:vendor-id: (attributes org.gtk.Property.get=gdk_device_get_vendor_id)
* GdkDevice:vendor-id:
*
* Vendor ID of this device.
*
@ -172,7 +172,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:product-id: (attributes org.gtk.Property.get=gdk_device_get_product_id)
* GdkDevice:product-id:
*
* Product ID of this device.
*
@ -185,7 +185,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:seat: (attributes org.gtk.Property.get=gdk_device_get_seat)
* GdkDevice:seat:
*
* `GdkSeat` of this device.
*/
@ -196,7 +196,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:num-touches: (attributes org.gtk.Property.get=gdk_device_get_num_touches)
* GdkDevice:num-touches:
*
* The maximal number of concurrent touches on a touch device.
*
@ -211,7 +211,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:tool: (attributes org.gtk.Property.get=gdk_device_get_device_tool)
* GdkDevice:tool: (getter get_device_tool)
*
* The `GdkDeviceTool` that is currently used with this device.
*/
@ -221,7 +221,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:direction: (attributes org.gtk.Property.get=gdk_device_get_direction)
* GdkDevice:direction:
*
* The direction of the current layout.
*
@ -233,7 +233,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:has-bidi-layouts: (attributes org.gtk.Property.get=gdk_device_has_bidi_layouts)
* GdkDevice:has-bidi-layouts:
*
* Whether the device has both right-to-left and left-to-right layouts.
*
@ -245,7 +245,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:caps-lock-state: (attributes org.gtk.Property.get=gdk_device_get_caps_lock_state)
* GdkDevice:caps-lock-state:
*
* Whether Caps Lock is on.
*
@ -257,7 +257,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:num-lock-state: (attributes org.gtk.Property.get=gdk_device_get_num_lock_state)
* GdkDevice:num-lock-state:
*
* Whether Num Lock is on.
*
@ -269,7 +269,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:scroll-lock-state: (attributes org.gtk.Property.get=gdk_device_get_scroll_lock_state)
* GdkDevice:scroll-lock-state:
*
* Whether Scroll Lock is on.
*
@ -281,7 +281,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDevice:modifier-state: (attributes org.gtk.Property.get=gdk_device_get_modifier_state)
* GdkDevice:modifier-state:
*
* The current modifier state of the device.
*
@ -540,7 +540,7 @@ gdk_device_get_name (GdkDevice *device)
}
/**
* gdk_device_get_has_cursor: (attributes org.gtk.Method.get_property=has-cursor)
* gdk_device_get_has_cursor:
* @device: a `GdkDevice`
*
* Determines whether the pointer follows device motion.
@ -559,7 +559,7 @@ gdk_device_get_has_cursor (GdkDevice *device)
}
/**
* gdk_device_get_source: (attributes org.gtk.Method.get_property=source)
* gdk_device_get_source:
* @device: a `GdkDevice`
*
* Determines the type of the device.
@ -599,7 +599,7 @@ gdk_device_get_axis_use (GdkDevice *device,
}
/**
* gdk_device_get_display: (attributes org.gtk.Method.get_property=display)
* gdk_device_get_display:
* @device: a `GdkDevice`
*
* Returns the `GdkDisplay` to which @device pertains.
@ -1082,7 +1082,7 @@ _gdk_device_surface_at_position (GdkDevice *device,
}
/**
* gdk_device_get_vendor_id: (attributes org.gtk.Method.get_property=vendor-id)
* gdk_device_get_vendor_id:
* @device: a physical `GdkDevice`
*
* Returns the vendor ID of this device.
@ -1124,7 +1124,7 @@ gdk_device_get_vendor_id (GdkDevice *device)
}
/**
* gdk_device_get_product_id: (attributes org.gtk.Method.get_property=product-id)
* gdk_device_get_product_id:
* @device: a physical `GdkDevice`
*
* Returns the product ID of this device.
@ -1157,7 +1157,7 @@ gdk_device_set_seat (GdkDevice *device,
}
/**
* gdk_device_get_seat: (attributes org.gtk.Method.get_property=seat)
* gdk_device_get_seat:
* @device: A `GdkDevice`
*
* Returns the `GdkSeat` the device belongs to.
@ -1202,7 +1202,7 @@ gdk_device_get_num_touches (GdkDevice *device)
}
/**
* gdk_device_get_device_tool: (attributes org.gtk.Method.get_property=tool)
* gdk_device_get_device_tool: (get-property tool)
* @device: a `GdkDevice`
*
* Retrieves the current tool for @device.
@ -1218,7 +1218,7 @@ gdk_device_get_device_tool (GdkDevice *device)
}
/**
* gdk_device_get_caps_lock_state: (attributes org.gtk.Method.get_property=caps-lock-state)
* gdk_device_get_caps_lock_state:
* @device: a `GdkDevice`
*
* Retrieves whether the Caps Lock modifier of the keyboard is locked.
@ -1239,7 +1239,7 @@ gdk_device_get_caps_lock_state (GdkDevice *device)
}
/**
* gdk_device_get_num_lock_state: (attributes org.gtk.Method.get_property=num-lock-state)
* gdk_device_get_num_lock_state:
* @device: a ``GdkDevice`
*
* Retrieves whether the Num Lock modifier of the keyboard is locked.
@ -1260,7 +1260,7 @@ gdk_device_get_num_lock_state (GdkDevice *device)
}
/**
* gdk_device_get_scroll_lock_state: (attributes org.gtk.Method.get_property=scroll-lock-state)
* gdk_device_get_scroll_lock_state:
* @device: a `GdkDevice`
*
* Retrieves whether the Scroll Lock modifier of the keyboard is locked.
@ -1281,7 +1281,7 @@ gdk_device_get_scroll_lock_state (GdkDevice *device)
}
/**
* gdk_device_get_modifier_state: (attributes org.gtk.Method.get_property=modifier-state)
* gdk_device_get_modifier_state:
* @device: a `GdkDevice`
*
* Retrieves the current modifier state of the keyboard.
@ -1302,7 +1302,7 @@ gdk_device_get_modifier_state (GdkDevice *device)
}
/**
* gdk_device_get_direction: (attributes org.gtk.Method.get_property=direction)
* gdk_device_get_direction:
* @device: a `GdkDevice`
*
* Returns the direction of effective layout of the keyboard.
@ -1328,7 +1328,7 @@ gdk_device_get_direction (GdkDevice *device)
}
/**
* gdk_device_has_bidi_layouts: (attributes org.gtk.Method.get_property=has-bidi-layouts)
* gdk_device_has_bidi_layouts:
* @device: a `GdkDevice`
*
* Determines if layouts for both right-to-left and

View File

@ -107,7 +107,7 @@ gdk_device_tool_class_init (GdkDeviceToolClass *klass)
object_class->get_property = gdk_device_tool_get_property;
/**
* GdkDeviceTool:serial: (attributes org.gtk.Property.get=gdk_device_tool_get_serial)
* GdkDeviceTool:serial:
*
* The serial number of the tool.
*/
@ -118,7 +118,7 @@ gdk_device_tool_class_init (GdkDeviceToolClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GdkDeviceTool:tool-type: (attributes org.gtk.Property.get=gdk_device_tool_get_tool_type)
* GdkDeviceTool:tool-type:
*
* The type of the tool.
*/
@ -130,7 +130,7 @@ gdk_device_tool_class_init (GdkDeviceToolClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GdkDeviceTool:axes: (attributes org.gtk.Property.get=gdk_device_tool_get_axes)
* GdkDeviceTool:axes:
*
* The axes of the tool.
*/
@ -140,7 +140,7 @@ gdk_device_tool_class_init (GdkDeviceToolClass *klass)
G_PARAM_CONSTRUCT_ONLY);
/**
* GdkDeviceTool:hardware-id: (attributes org.gtk.Property.get=gdk_device_tool_get_hardware_id)
* GdkDeviceTool:hardware-id:
*
* The hardware ID of the tool.
*/
@ -173,7 +173,7 @@ gdk_device_tool_new (guint64 serial,
}
/**
* gdk_device_tool_get_serial: (attributes org.gtk.Method.get_property=serial)
* gdk_device_tool_get_serial:
* @tool: a `GdkDeviceTool`
*
* Gets the serial number of this tool.
@ -192,7 +192,7 @@ gdk_device_tool_get_serial (GdkDeviceTool *tool)
}
/**
* gdk_device_tool_get_hardware_id: (attributes org.gtk.Method.get_property=hardware-id)
* gdk_device_tool_get_hardware_id:
* @tool: a `GdkDeviceTool`
*
* Gets the hardware ID of this tool, or 0 if it's not known.
@ -218,7 +218,7 @@ gdk_device_tool_get_hardware_id (GdkDeviceTool *tool)
}
/**
* gdk_device_tool_get_tool_type: (attributes org.gtk.Method.get_property=tool-type)
* gdk_device_tool_get_tool_type:
* @tool: a `GdkDeviceTool`
*
* Gets the `GdkDeviceToolType` of the tool.
@ -236,7 +236,7 @@ gdk_device_tool_get_tool_type (GdkDeviceTool *tool)
}
/**
* gdk_device_tool_get_axes: (attributes org.gtk.Method.get_property=axes)
* gdk_device_tool_get_axes:
* @tool: a `GdkDeviceTool`
*
* Gets the axes of the tool.

View File

@ -230,7 +230,7 @@ gdk_display_class_init (GdkDisplayClass *class)
class->opened = gdk_display_real_opened;
/**
* GdkDisplay:composited: (attributes org.gtk.Property.get=gdk_display_is_composited)
* GdkDisplay:composited: (getter is_composited)
*
* %TRUE if the display properly composites the alpha channel.
*/
@ -240,7 +240,7 @@ gdk_display_class_init (GdkDisplayClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDisplay:rgba: (attributes org.gtk.Property.get=gdk_display_is_rgba)
* GdkDisplay:rgba: (getter is_rgba)
*
* %TRUE if the display supports an alpha channel.
*/
@ -250,7 +250,7 @@ gdk_display_class_init (GdkDisplayClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDisplay:shadow-width: (attributes org.gtk.Property.get=gdk_display_supports_shadow_width)
* GdkDisplay:shadow-width: (getter supports_shadow_width)
*
* %TRUE if the display supports extensible frames.
*
@ -262,7 +262,7 @@ gdk_display_class_init (GdkDisplayClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDisplay:input-shapes: (attributes org.gtk.Property.get=gdk_display_supports_input_shapes)
* GdkDisplay:input-shapes: (getter supports_input_shapes)
*
* %TRUE if the display supports input shapes.
*/
@ -272,7 +272,7 @@ gdk_display_class_init (GdkDisplayClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkDisplay:dmabuf-formats: (attributes org.gtk.Property.get=gdk_display_get_dmabuf_formats)
* GdkDisplay:dmabuf-formats:
*
* The dma-buf formats that are supported on this display
*
@ -1116,7 +1116,7 @@ gdk_display_get_primary_clipboard (GdkDisplay *display)
}
/**
* gdk_display_supports_input_shapes: (attributes org.gtk.Method.get_property=input-shapes)
* gdk_display_supports_input_shapes: (get-property input-shapes)
* @display: a `GdkDisplay`
*
* Returns %TRUE if the display supports input shapes.
@ -2075,7 +2075,7 @@ gdk_display_set_debug_flags (GdkDisplay *display,
}
/**
* gdk_display_is_composited: (attributes org.gtk.Method.get_property=composited)
* gdk_display_is_composited: (get-property composited)
* @display: a `GdkDisplay`
*
* Returns whether surfaces can reasonably be expected to have
@ -2120,7 +2120,7 @@ gdk_display_set_composited (GdkDisplay *display,
}
/**
* gdk_display_is_rgba: (attributes org.gtk.Method.get_property=rgba)
* gdk_display_is_rgba: (get-property rgba)
* @display: a `GdkDisplay`
*
* Returns whether surfaces on this @display are created with an
@ -2165,7 +2165,7 @@ gdk_display_set_rgba (GdkDisplay *display,
}
/**
* gdk_display_supports_shadow_width: (attributes org.gtk.Method.get_property=shadow-width)
* gdk_display_supports_shadow_width: (get-property shadow-width)
* @display: a `GdkDisplay`
*
* Returns whether it's possible for a surface to draw outside of the window area.

View File

@ -149,7 +149,7 @@ gdk_display_manager_class_init (GdkDisplayManagerClass *klass)
GDK_TYPE_DISPLAY);
/**
* GdkDisplayManager:default-display: (attributes org.gtk.Property.get=gdk_display_manager_get_default_display)
* GdkDisplayManager:default-display:
*
* The default display.
*/
@ -301,7 +301,7 @@ gdk_display_manager_get (void)
}
/**
* gdk_display_manager_get_default_display: (attributes org.gtk.Method.get_property=default-display)
* gdk_display_manager_get_default_display:
* @manager: a `GdkDisplayManager`
*
* Gets the default `GdkDisplay`.

View File

@ -272,7 +272,7 @@ gdk_dmabuf_texture_builder_class_init (GdkDmabufTextureBuilderClass *klass)
gobject_class->set_property = gdk_dmabuf_texture_builder_set_property;
/**
* GdkDmabufTextureBuilder:display: (attributes org.gtk.Property.get=gdk_dmabuf_texture_builder_get_display org.gtk.Property.set=gdk_dmabuf_texture_builder_set_display)
* GdkDmabufTextureBuilder:display:
*
* The display that this texture will be used on.
*
@ -284,7 +284,7 @@ gdk_dmabuf_texture_builder_class_init (GdkDmabufTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkDmabufTextureBuilder:width: (attributes org.gtk.Property.get=gdk_dmabuf_texture_builder_get_width org.gtk.Property.set=gdk_dmabuf_texture_builder_set_width)
* GdkDmabufTextureBuilder:width:
*
* The width of the texture.
*
@ -296,7 +296,7 @@ gdk_dmabuf_texture_builder_class_init (GdkDmabufTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkDmabufTextureBuilder:height: (attributes org.gtk.Property.get=gdk_dmabuf_texture_builder_get_height org.gtk.Property.set=gdk_dmabuf_texture_builder_set_height)
* GdkDmabufTextureBuilder:height:
*
* The height of the texture.
*
@ -308,7 +308,7 @@ gdk_dmabuf_texture_builder_class_init (GdkDmabufTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkDmabufTextureBuilder:fourcc: (attributes org.gtk.Property.get=gdk_dmabuf_texture_builder_get_fourcc org.gtk.Property.set=gdk_dmabuf_texture_builder_set_fourcc)
* GdkDmabufTextureBuilder:fourcc:
*
* The format of the texture, as a fourcc value.
*
@ -346,7 +346,7 @@ gdk_dmabuf_texture_builder_class_init (GdkDmabufTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkDmabufTextureBuilder:n-planes: (attributes org.gtk.Property.get=gdk_dmabuf_texture_builder_get_n_planes org.gtk.Property.set=gdk_dmabuf_texture_builder_set_n_planes)
* GdkDmabufTextureBuilder:n-planes:
*
* The number of planes of the texture.
*
@ -373,7 +373,7 @@ gdk_dmabuf_texture_builder_class_init (GdkDmabufTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkDmabufTextureBuilder:update-region: (attributes org.gtk.Property.get=gdk_dmabuf_texture_builder_get_update_region org.gtk.Property.set=gdk_dmabuf_texture_builder_set_update_region)
* GdkDmabufTextureBuilder:update-region:
*
* The update region for [property@Gdk.GLTextureBuilder:update-texture].
*
@ -385,7 +385,7 @@ gdk_dmabuf_texture_builder_class_init (GdkDmabufTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkDmabufTextureBuilder:update-texture: (attributes org.gtk.Property.get=gdk_dmabuf_texture_builder_get_update_texture org.gtk.Property.set=gdk_dmabuf_texture_builder_set_update_texture)
* GdkDmabufTextureBuilder:update-texture:
*
* The texture [property@Gdk.DmabufTextureBuilder:update-region] is an update for.
*
@ -471,7 +471,7 @@ gdk_dmabuf_texture_builder_set_display (GdkDmabufTextureBuilder *self,
}
/**
* gdk_dmabuf_texture_builder_get_width: (attributes org.gtk.Method.get_property=width)
* gdk_dmabuf_texture_builder_get_width:
* @self: a `GdkDmabufTextureBuilder`
*
* Gets the width previously set via gdk_dmabuf_texture_builder_set_width() or
@ -490,7 +490,7 @@ gdk_dmabuf_texture_builder_get_width (GdkDmabufTextureBuilder *self)
}
/**
* gdk_dmabuf_texture_builder_set_width: (attributes org.gtk.Method.set_property=width)
* gdk_dmabuf_texture_builder_set_width:
* @self: a `GdkDmabufTextureBuilder`
* @width: The texture's width or 0 to unset
*
@ -515,7 +515,7 @@ gdk_dmabuf_texture_builder_set_width (GdkDmabufTextureBuilder *self,
}
/**
* gdk_dmabuf_texture_builder_get_height: (attributes org.gtk.Method.get_property=height)
* gdk_dmabuf_texture_builder_get_height:
* @self: a `GdkDmabufTextureBuilder`
*
* Gets the height previously set via gdk_dmabuf_texture_builder_set_height() or
@ -534,7 +534,7 @@ gdk_dmabuf_texture_builder_get_height (GdkDmabufTextureBuilder *self)
}
/**
* gdk_dmabuf_texture_builder_set_height: (attributes org.gtk.Method.set_property=height)
* gdk_dmabuf_texture_builder_set_height:
* @self: a `GdkDmabufTextureBuilder`
* @height: the texture's height or 0 to unset
*
@ -559,7 +559,7 @@ gdk_dmabuf_texture_builder_set_height (GdkDmabufTextureBuilder *self,
}
/**
* gdk_dmabuf_texture_builder_get_fourcc: (attributes org.gtk.Method.get_property=fourcc)
* gdk_dmabuf_texture_builder_get_fourcc:
* @self: a `GdkDmabufTextureBuilder`
*
* Gets the format previously set via gdk_dmabuf_texture_builder_set_fourcc()
@ -580,7 +580,7 @@ gdk_dmabuf_texture_builder_get_fourcc (GdkDmabufTextureBuilder *self)
}
/**
* gdk_dmabuf_texture_builder_set_fourcc: (attributes org.gtk.Method.set_property=fourcc)
* gdk_dmabuf_texture_builder_set_fourcc:
* @self: a `GdkDmabufTextureBuilder`
* @fourcc: the texture's format or 0 to unset
*
@ -648,7 +648,7 @@ gdk_dmabuf_texture_builder_set_modifier (GdkDmabufTextureBuilder *self,
}
/**
* gdk_dmabuf_texture_builder_get_n_planes: (attributes org.gtk.Method.get_property=n-planes)
* gdk_dmabuf_texture_builder_get_n_planes:
* @self: a `GdkDmabufTextureBuilder`
*
* Gets the number of planes.
@ -710,7 +710,7 @@ gdk_dmabuf_texture_builder_set_premultiplied (GdkDmabufTextureBuilder *self,
}
/**
* gdk_dmabuf_texture_builder_set_n_planes: (attributes org.gtk.Method.set_property=n-planes)
* gdk_dmabuf_texture_builder_set_n_planes:
* @self: a `GdkDmabufTextureBuilder`
* @n_planes: the number of planes
*
@ -871,7 +871,7 @@ gdk_dmabuf_texture_builder_set_offset (GdkDmabufTextureBuilder *self,
}
/**
* gdk_dmabuf_texture_builder_get_color_state: (attributes org.gtk.Method.get_property=color-state)
* gdk_dmabuf_texture_builder_get_color_state:
* @self: a `GdkDmabufTextureBuilder`
*
* Gets the color state previously set via gdk_dmabuf_texture_builder_set_color_state().
@ -889,7 +889,7 @@ gdk_dmabuf_texture_builder_get_color_state (GdkDmabufTextureBuilder *self)
}
/**
* gdk_dmabuf_texture_builder_set_color_state: (attributes org.gtk.Method.set_property=color-state)
* gdk_dmabuf_texture_builder_set_color_state:
* @self: a `GdkDmabufTextureBuilder`
* @color_state: (nullable): a `GdkColorState` or `NULL` to unset the colorstate.
*
@ -920,7 +920,7 @@ gdk_dmabuf_texture_builder_set_color_state (GdkDmabufTextureBuilder *self,
}
/**
* gdk_dmabuf_texture_builder_get_update_texture: (attributes org.gtk.Method.get_property=update-texture)
* gdk_dmabuf_texture_builder_get_update_texture:
* @self: a `GdkDmabufTextureBuilder`
*
* Gets the texture previously set via gdk_dmabuf_texture_builder_set_update_texture() or
@ -939,7 +939,7 @@ gdk_dmabuf_texture_builder_get_update_texture (GdkDmabufTextureBuilder *self)
}
/**
* gdk_dmabuf_texture_builder_set_update_texture: (attributes org.gtk.Method.set_property=update-texture)
* gdk_dmabuf_texture_builder_set_update_texture:
* @self: a `GdkDmabufTextureBuilder`
* @texture: (nullable): the texture to update
*
@ -962,7 +962,7 @@ gdk_dmabuf_texture_builder_set_update_texture (GdkDmabufTextureBuilder *self,
}
/**
* gdk_dmabuf_texture_builder_get_update_region: (attributes org.gtk.Method.get_property=update-region)
* gdk_dmabuf_texture_builder_get_update_region:
* @self: a `GdkDmabufTextureBuilder`
*
* Gets the region previously set via gdk_dmabuf_texture_builder_set_update_region() or
@ -981,7 +981,7 @@ gdk_dmabuf_texture_builder_get_update_region (GdkDmabufTextureBuilder *self)
}
/**
* gdk_dmabuf_texture_builder_set_update_region: (attributes org.gtk.Method.set_property=update-region)
* gdk_dmabuf_texture_builder_set_update_region:
* @self: a `GdkDmabufTextureBuilder`
* @region: (nullable): the region to update
*

View File

@ -92,7 +92,7 @@ static GList *drags = NULL;
G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (GdkDrag, gdk_drag, G_TYPE_OBJECT)
/**
* gdk_drag_get_display: (attributes org.gtk.Method.get_property=display)
* gdk_drag_get_display:
* @drag: a `GdkDrag`
*
* Gets the `GdkDisplay` that the drag object was created for.
@ -110,7 +110,7 @@ gdk_drag_get_display (GdkDrag *drag)
}
/**
* gdk_drag_get_formats: (attributes org.gtk.Method.get_property=formats)
* gdk_drag_get_formats:
* @drag: a `GdkDrag`
*
* Retrieves the formats supported by this `GdkDrag` object.
@ -128,7 +128,7 @@ gdk_drag_get_formats (GdkDrag *drag)
}
/**
* gdk_drag_get_actions: (attributes org.gtk.Method.get_property=actions)
* gdk_drag_get_actions:
* @drag: a `GdkDrag`
*
* Determines the bitmask of possible actions proposed by the source.
@ -146,7 +146,7 @@ gdk_drag_get_actions (GdkDrag *drag)
}
/**
* gdk_drag_get_selected_action: (attributes org.gtk.Method.get_property=selected-action)
* gdk_drag_get_selected_action:
* @drag: a `GdkDrag`
*
* Determines the action chosen by the drag destination.
@ -164,7 +164,7 @@ gdk_drag_get_selected_action (GdkDrag *drag)
}
/**
* gdk_drag_get_device: (attributes org.gtk.Method.get_property=device)
* gdk_drag_get_device:
* @drag: a `GdkDrag`
*
* Returns the `GdkDevice` associated to the `GdkDrag` object.
@ -182,7 +182,7 @@ gdk_drag_get_device (GdkDrag *drag)
}
/**
* gdk_drag_get_content: (attributes org.gtk.Method.get_property=content)
* gdk_drag_get_content:
* @drag: a `GdkDrag`
*
* Returns the `GdkContentProvider` associated to the `GdkDrag` object.
@ -200,7 +200,7 @@ gdk_drag_get_content (GdkDrag *drag)
}
/**
* gdk_drag_get_surface: (attributes org.gtk.Method.get_property=surface)
* gdk_drag_get_surface:
* @drag: a `GdkDrag`
*
* Returns the `GdkSurface` where the drag originates.
@ -362,7 +362,7 @@ gdk_drag_class_init (GdkDragClass *klass)
object_class->finalize = gdk_drag_finalize;
/**
* GdkDrag:content: (attributes org.gtk.Property.get=gdk_drag_get_content)
* GdkDrag:content:
*
* The `GdkContentProvider`.
*/
@ -375,7 +375,7 @@ gdk_drag_class_init (GdkDragClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrag:device: (attributes org.gtk.Property.get=gdk_drag_get_device)
* GdkDrag:device:
*
* The `GdkDevice` that is performing the drag.
*/
@ -388,7 +388,7 @@ gdk_drag_class_init (GdkDragClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrag:display: (attributes org.gtk.Property.get=gdk_drag_get_display)
* GdkDrag:display:
*
* The `GdkDisplay` that the drag belongs to.
*/
@ -400,7 +400,7 @@ gdk_drag_class_init (GdkDragClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrag:formats: (attributes org.gtk.Property.get=gdk_drag_get_formats)
* GdkDrag:formats:
*
* The possible formats that the drag can provide its data in.
*/
@ -413,7 +413,7 @@ gdk_drag_class_init (GdkDragClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrag:selected-action: (attributes org.gtk.Property.get=gdk_drag_get_selected_action)
* GdkDrag:selected-action:
*
* The currently selected action of the drag.
*/
@ -426,7 +426,7 @@ gdk_drag_class_init (GdkDragClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrag:actions: (attributes org.gtk.Property.get=gdk_drag_get_actions)
* GdkDrag:actions:
*
* The possible actions of this drag.
*/
@ -439,7 +439,7 @@ gdk_drag_class_init (GdkDragClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrag:surface: (attributes org.gtk.Property.get=gdk_drag_get_surface)
* GdkDrag:surface:
*
* The surface where the drag originates.
*/

View File

@ -172,7 +172,7 @@ gdk_draw_context_class_init (GdkDrawContextClass *klass)
klass->empty_frame = gdk_draw_context_default_empty_frame;
/**
* GdkDrawContext:display: (attributes org.gtk.Property.get=gdk_draw_context_get_display)
* GdkDrawContext:display:
*
* The `GdkDisplay` used to create the `GdkDrawContext`.
*/
@ -184,7 +184,7 @@ gdk_draw_context_class_init (GdkDrawContextClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GdkDrawContext:surface: (attributes org.gtk.Property.get=gdk_draw_context_get_surface)
* GdkDrawContext:surface:
*
* The `GdkSurface` the context is bound to.
*/
@ -251,7 +251,7 @@ gdk_draw_context_surface_resized (GdkDrawContext *context)
}
/**
* gdk_draw_context_get_display: (attributes org.gtk.Method.get_property=display)
* gdk_draw_context_get_display:
* @context: a `GdkDrawContext`
*
* Retrieves the `GdkDisplay` the @context is created for
@ -269,7 +269,7 @@ gdk_draw_context_get_display (GdkDrawContext *context)
}
/**
* gdk_draw_context_get_surface: (attributes org.gtk.Method.get_property=surface)
* gdk_draw_context_get_surface:
* @context: a `GdkDrawContext`
*
* Retrieves the surface that @context is bound to.

View File

@ -320,7 +320,7 @@ gdk_drop_class_init (GdkDropClass *klass)
object_class->finalize = gdk_drop_finalize;
/**
* GdkDrop:actions: (attributes org.gtk.Property.get=gdk_drop_get_actions)
* GdkDrop:actions:
*
* The possible actions for this drop
*/
@ -334,7 +334,7 @@ gdk_drop_class_init (GdkDropClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrop:device: (attributes org.gtk.Property.get=gdk_drop_get_device)
* GdkDrop:device:
*
* The `GdkDevice` performing the drop
*/
@ -347,7 +347,7 @@ gdk_drop_class_init (GdkDropClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrop:display: (attributes org.gtk.Property.get=gdk_drop_get_display)
* GdkDrop:display:
*
* The `GdkDisplay` that the drop belongs to.
*/
@ -359,7 +359,7 @@ gdk_drop_class_init (GdkDropClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrop:drag: (attributes org.gtk.Property.get=gdk_drop_get_drag)
* GdkDrop:drag:
*
* The `GdkDrag` that initiated this drop
*/
@ -372,7 +372,7 @@ gdk_drop_class_init (GdkDropClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrop:formats: (attributes org.gtk.Property.get=gdk_drop_get_formats)
* GdkDrop:formats:
*
* The possible formats that the drop can provide its data in.
*/
@ -385,7 +385,7 @@ gdk_drop_class_init (GdkDropClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkDrop:surface: (attributes org.gtk.Property.get=gdk_drop_get_surface)
* GdkDrop:surface:
*
* The `GdkSurface` the drop happens on
*/
@ -406,7 +406,7 @@ gdk_drop_init (GdkDrop *self)
}
/**
* gdk_drop_get_display: (attributes org.gtk.Method.get_property=display)
* gdk_drop_get_display:
* @self: a `GdkDrop`
*
* Gets the `GdkDisplay` that @self was created for.
@ -424,7 +424,7 @@ gdk_drop_get_display (GdkDrop *self)
}
/**
* gdk_drop_get_device: (attributes org.gtk.Method.get_property=device)
* gdk_drop_get_device:
* @self: a `GdkDrop`
*
* Returns the `GdkDevice` performing the drop.
@ -442,7 +442,7 @@ gdk_drop_get_device (GdkDrop *self)
}
/**
* gdk_drop_get_formats: (attributes org.gtk.Method.get_property=formats)
* gdk_drop_get_formats:
* @self: a `GdkDrop`
*
* Returns the `GdkContentFormats` that the drop offers the data
@ -461,7 +461,7 @@ gdk_drop_get_formats (GdkDrop *self)
}
/**
* gdk_drop_get_surface: (attributes org.gtk.Method.get_property=surface)
* gdk_drop_get_surface:
* @self: a `GdkDrop`
*
* Returns the `GdkSurface` performing the drop.
@ -479,7 +479,7 @@ gdk_drop_get_surface (GdkDrop *self)
}
/**
* gdk_drop_get_actions: (attributes org.gtk.Method.get_property=actions)
* gdk_drop_get_actions:
* @self: a `GdkDrop`
*
* Returns the possible actions for this `GdkDrop`.
@ -528,7 +528,7 @@ gdk_drop_set_actions (GdkDrop *self,
}
/**
* gdk_drop_get_drag: (attributes org.gtk.Method.get_property=drag)
* gdk_drop_get_drag:
* @self: a `GdkDrop`
*
* If this is an in-app drag-and-drop operation, returns the `GdkDrag`

View File

@ -764,7 +764,7 @@ gdk_gl_context_class_init (GdkGLContextClass *klass)
draw_context_class->surface_resized = gdk_gl_context_surface_resized;
/**
* GdkGLContext:shared-context: (attributes org.gtk.Property.get=gdk_gl_context_get_shared_context)
* GdkGLContext:shared-context:
*
* Always %NULL
*
@ -783,7 +783,7 @@ gdk_gl_context_class_init (GdkGLContextClass *klass)
G_PARAM_DEPRECATED);
/**
* GdkGLContext:allowed-apis: (attributes org.gtk.Property.get=gdk_gl_context_get_allowed_apis org.gtk.Property.gdk_gl_context_set_allowed_apis)
* GdkGLContext:allowed-apis:
*
* The allowed APIs.
*
@ -798,7 +798,7 @@ gdk_gl_context_class_init (GdkGLContextClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkGLContext:api: (attributes org.gtk.Property.get=gdk_gl_context_get_api)
* GdkGLContext:api:
*
* The API currently in use.
*
@ -1250,7 +1250,7 @@ gdk_gl_context_is_shared (GdkGLContext *self,
}
/**
* gdk_gl_context_set_allowed_apis: (attributes org.gtk.Method.set_property=allowed-apis)
* gdk_gl_context_set_allowed_apis:
* @self: a GL context
* @apis: the allowed APIs
*
@ -1281,7 +1281,7 @@ gdk_gl_context_set_allowed_apis (GdkGLContext *self,
}
/**
* gdk_gl_context_get_allowed_apis: (attributes org.gtk.Method.get_property=allowed-apis)
* gdk_gl_context_get_allowed_apis:
* @self: a GL context
*
* Gets the allowed APIs set via gdk_gl_context_set_allowed_apis().
@ -1301,7 +1301,7 @@ gdk_gl_context_get_allowed_apis (GdkGLContext *self)
}
/**
* gdk_gl_context_get_api: (attributes org.gtk.Method.get_property=api)
* gdk_gl_context_get_api:
* @self: a GL context
*
* Gets the API currently in use.
@ -1913,7 +1913,7 @@ gdk_gl_context_get_surface (GdkGLContext *context)
}
/**
* gdk_gl_context_get_shared_context: (attributes org.gtk.Method.get_property=shared-context)
* gdk_gl_context_get_shared_context:
* @context: a `GdkGLContext`
*
* Used to retrieves the `GdkGLContext` that this @context share data with.

View File

@ -225,7 +225,7 @@ gdk_gl_texture_builder_class_init (GdkGLTextureBuilderClass *klass)
gobject_class->set_property = gdk_gl_texture_builder_set_property;
/**
* GdkGLTextureBuilder:context: (attributes org.gtk.Property.get=gdk_gl_texture_builder_get_context org.gtk.Property.set=gdk_gl_texture_builder_set_context)
* GdkGLTextureBuilder:context:
*
* The context owning the texture.
*
@ -237,7 +237,7 @@ gdk_gl_texture_builder_class_init (GdkGLTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkGLTextureBuilder:format: (attributes org.gtk.Property.get=gdk_gl_texture_builder_get_format org.gtk.Property.set=gdk_gl_texture_builder_set_format)
* GdkGLTextureBuilder:format:
*
* The format when downloading the texture.
*
@ -250,7 +250,7 @@ gdk_gl_texture_builder_class_init (GdkGLTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkGLTextureBuilder:has-mipmap: (attributes org.gtk.Property.get=gdk_gl_texture_builder_get_has_mipmap org.gtk.Property.set=gdk_gl_texture_builder_set_has_mipmap)
* GdkGLTextureBuilder:has-mipmap:
*
* If the texture has a mipmap.
*
@ -262,7 +262,7 @@ gdk_gl_texture_builder_class_init (GdkGLTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkGLTextureBuilder:height: (attributes org.gtk.Property.get=gdk_gl_texture_builder_get_height org.gtk.Property.set=gdk_gl_texture_builder_set_height)
* GdkGLTextureBuilder:height:
*
* The height of the texture.
*
@ -274,7 +274,7 @@ gdk_gl_texture_builder_class_init (GdkGLTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkGLTextureBuilder:id: (attributes org.gtk.Property.get=gdk_gl_texture_builder_get_id org.gtk.Property.set=gdk_gl_texture_builder_set_id)
* GdkGLTextureBuilder:id:
*
* The texture ID to use.
*
@ -286,7 +286,7 @@ gdk_gl_texture_builder_class_init (GdkGLTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkGLTextureBuilder:sync: (attributes org.gtk.Property.get=gdk_gl_texture_builder_get_sync org.gtk.Property.set=gdk_gl_texture_builder_set_sync)
* GdkGLTextureBuilder:sync:
*
* An optional `GLSync` object.
*
@ -311,7 +311,7 @@ gdk_gl_texture_builder_class_init (GdkGLTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkGLTextureBuilder:update-region: (attributes org.gtk.Property.get=gdk_gl_texture_builder_get_update_region org.gtk.Property.set=gdk_gl_texture_builder_set_update_region)
* GdkGLTextureBuilder:update-region:
*
* The update region for [property@Gdk.GLTextureBuilder:update-texture].
*
@ -323,7 +323,7 @@ gdk_gl_texture_builder_class_init (GdkGLTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkGLTextureBuilder:update-texture: (attributes org.gtk.Property.get=gdk_gl_texture_builder_get_update_texture org.gtk.Property.set=gdk_gl_texture_builder_set_update_texture)
* GdkGLTextureBuilder:update-texture:
*
* The texture [property@Gdk.GLTextureBuilder:update-region] is an update for.
*
@ -335,7 +335,7 @@ gdk_gl_texture_builder_class_init (GdkGLTextureBuilderClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GdkGLTextureBuilder:width: (attributes org.gtk.Property.get=gdk_gl_texture_builder_get_width org.gtk.Property.set=gdk_gl_texture_builder_set_width)
* GdkGLTextureBuilder:width:
*
* The width of the texture.
*
@ -372,7 +372,7 @@ gdk_gl_texture_builder_new (void)
}
/**
* gdk_gl_texture_builder_get_context: (attributes org.gtk.Method.get_property=context)
* gdk_gl_texture_builder_get_context:
* @self: a `GdkGLTextureBuilder`
*
* Gets the context previously set via gdk_gl_texture_builder_set_context() or
@ -391,7 +391,7 @@ gdk_gl_texture_builder_get_context (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_context: (attributes org.gtk.Method.set_property=context)
* gdk_gl_texture_builder_set_context:
* @self: a `GdkGLTextureBuilder`
* @context: (nullable): The context the texture belongs to or %NULL to unset
*
@ -416,7 +416,7 @@ gdk_gl_texture_builder_set_context (GdkGLTextureBuilder *self,
}
/**
* gdk_gl_texture_builder_get_height: (attributes org.gtk.Method.get_property=height)
* gdk_gl_texture_builder_get_height:
* @self: a `GdkGLTextureBuilder`
*
* Gets the height previously set via gdk_gl_texture_builder_set_height() or
@ -435,7 +435,7 @@ gdk_gl_texture_builder_get_height (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_height: (attributes org.gtk.Method.set_property=height)
* gdk_gl_texture_builder_set_height:
* @self: a `GdkGLTextureBuilder`
* @height: The texture's height or 0 to unset
*
@ -460,7 +460,7 @@ gdk_gl_texture_builder_set_height (GdkGLTextureBuilder *self,
}
/**
* gdk_gl_texture_builder_get_id: (attributes org.gtk.Method.get_property=id)
* gdk_gl_texture_builder_get_id:
* @self: a `GdkGLTextureBuilder`
*
* Gets the texture id previously set via gdk_gl_texture_builder_set_id() or
@ -479,7 +479,7 @@ gdk_gl_texture_builder_get_id (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_id: (attributes org.gtk.Method.set_property=id)
* gdk_gl_texture_builder_set_id:
* @self: a `GdkGLTextureBuilder`
* @id: The texture id to be used for creating the texture
*
@ -506,7 +506,7 @@ gdk_gl_texture_builder_set_id (GdkGLTextureBuilder *self,
}
/**
* gdk_gl_texture_builder_get_width: (attributes org.gtk.Method.get_property=width)
* gdk_gl_texture_builder_get_width:
* @self: a `GdkGLTextureBuilder`
*
* Gets the width previously set via gdk_gl_texture_builder_set_width() or
@ -525,7 +525,7 @@ gdk_gl_texture_builder_get_width (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_width: (attributes org.gtk.Method.set_property=width)
* gdk_gl_texture_builder_set_width:
* @self: a `GdkGLTextureBuilder`
* @width: The texture's width or 0 to unset
*
@ -550,7 +550,7 @@ gdk_gl_texture_builder_set_width (GdkGLTextureBuilder *self,
}
/**
* gdk_gl_texture_builder_get_has_mipmap: (attributes org.gtk.Method.get_property=has-mipmap)
* gdk_gl_texture_builder_get_has_mipmap:
* @self: a `GdkGLTextureBuilder`
*
* Gets whether the texture has a mipmap.
@ -568,7 +568,7 @@ gdk_gl_texture_builder_get_has_mipmap (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_has_mipmap: (attributes org.gtk.Method.set_property=has-mipmap)
* gdk_gl_texture_builder_set_has_mipmap:
* @self: a `GdkGLTextureBuilder`
* @has_mipmap: Whether the texture has a mipmap
*
@ -594,7 +594,7 @@ gdk_gl_texture_builder_set_has_mipmap (GdkGLTextureBuilder *self,
}
/**
* gdk_gl_texture_builder_get_sync: (attributes org.gtk.Method.get_property=sync)
* gdk_gl_texture_builder_get_sync:
* @self: a `GdkGLTextureBuilder`
*
* Gets the `GLsync` previously set via gdk_gl_texture_builder_set_sync().
@ -612,7 +612,7 @@ gdk_gl_texture_builder_get_sync (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_sync: (attributes org.gtk.Method.set_property=sync)
* gdk_gl_texture_builder_set_sync:
* @self: a `GdkGLTextureBuilder`
* @sync: (nullable): the GLSync object
*
@ -642,7 +642,7 @@ gdk_gl_texture_builder_set_sync (GdkGLTextureBuilder *self,
}
/**
* gdk_gl_texture_builder_get_color_state: (attributes org.gtk.Method.get_property=color-state)
* gdk_gl_texture_builder_get_color_state:
* @self: a `GdkGLTextureBuilder`
*
* Gets the color state previously set via gdk_gl_texture_builder_set_color_state().
@ -660,7 +660,7 @@ gdk_gl_texture_builder_get_color_state (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_color_state: (attributes org.gtk.Method.set_property=color-state)
* gdk_gl_texture_builder_set_color_state:
* @self: a `GdkGLTextureBuilder`
* @color_state: a `GdkColorState`
*
@ -687,7 +687,7 @@ gdk_gl_texture_builder_set_color_state (GdkGLTextureBuilder *self,
}
/**
* gdk_gl_texture_builder_get_format: (attributes org.gtk.Method.get_property=format)
* gdk_gl_texture_builder_get_format:
* @self: a `GdkGLTextureBuilder`
*
* Gets the format previously set via gdk_gl_texture_builder_set_format().
@ -705,7 +705,7 @@ gdk_gl_texture_builder_get_format (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_format: (attributes org.gtk.Method.set_property=format)
* gdk_gl_texture_builder_set_format:
* @self: a `GdkGLTextureBuilder`
* @format: The texture's format
*
@ -743,7 +743,7 @@ gdk_gl_texture_builder_set_format (GdkGLTextureBuilder *self,
}
/**
* gdk_gl_texture_builder_get_update_texture: (attributes org.gtk.Method.get_property=update-texture)
* gdk_gl_texture_builder_get_update_texture:
* @self: a `GdkGLTextureBuilder`
*
* Gets the texture previously set via gdk_gl_texture_builder_set_update_texture() or
@ -762,7 +762,7 @@ gdk_gl_texture_builder_get_update_texture (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_update_texture: (attributes org.gtk.Method.set_property=update-texture)
* gdk_gl_texture_builder_set_update_texture:
* @self: a `GdkGLTextureBuilder`
* @texture: (nullable): the texture to update
*
@ -785,7 +785,7 @@ gdk_gl_texture_builder_set_update_texture (GdkGLTextureBuilder *self,
}
/**
* gdk_gl_texture_builder_get_update_region: (attributes org.gtk.Method.get_property=update-region)
* gdk_gl_texture_builder_get_update_region:
* @self: a `GdkGLTextureBuilder`
*
* Gets the region previously set via gdk_gl_texture_builder_set_update_region() or
@ -804,7 +804,7 @@ gdk_gl_texture_builder_get_update_region (GdkGLTextureBuilder *self)
}
/**
* gdk_gl_texture_builder_set_update_region: (attributes org.gtk.Method.set_property=update-region)
* gdk_gl_texture_builder_set_update_region:
* @self: a `GdkGLTextureBuilder`
* @region: (nullable): the region to update
*

View File

@ -348,7 +348,7 @@ gdk_memory_texture_builder_get_bytes (GdkMemoryTextureBuilder *self)
}
/**
* gdk_memory_texture_builder_set_bytes: (attributes org.gtk.Method.set_property=bytes)
* gdk_memory_texture_builder_set_bytes:
* @self: a `GdkMemoryTextureBuilder`
* @bytes: (nullable): The bytes the texture shows or %NULL to unset
*
@ -377,7 +377,7 @@ gdk_memory_texture_builder_set_bytes (GdkMemoryTextureBuilder *self,
}
/**
* gdk_memory_texture_builder_get_color_state: (attributes org.gtk.Method.get_property=color-state)
* gdk_memory_texture_builder_get_color_state:
* @self: a `GdkMemoryTextureBuilder`
*
* Gets the colorstate previously set via gdk_memory_texture_builder_set_color_state().
@ -395,7 +395,7 @@ gdk_memory_texture_builder_get_color_state (GdkMemoryTextureBuilder *self)
}
/**
* gdk_memory_texture_builder_set_color_state: (attributes org.gtk.Method.set_property=color-state)
* gdk_memory_texture_builder_set_color_state:
* @self: a `GdkMemoryTextureBuilder`
* @color_state: (nullable): The colorstate describing the data
*
@ -425,7 +425,7 @@ gdk_memory_texture_builder_set_color_state (GdkMemoryTextureBuilder *self,
}
/**
* gdk_memory_texture_builder_get_height: (attributes org.gtk.Method.get_property=height)
* gdk_memory_texture_builder_get_height:
* @self: a `GdkMemoryTextureBuilder`
*
* Gets the height previously set via gdk_memory_texture_builder_set_height()
@ -444,7 +444,7 @@ gdk_memory_texture_builder_get_height (GdkMemoryTextureBuilder *self)
}
/**
* gdk_memory_texture_builder_set_height: (attributes org.gtk.Method.set_property=height)
* gdk_memory_texture_builder_set_height:
* @self: a `GdkMemoryTextureBuilder`
* @height: The texture's height or 0 to unset
*
@ -469,7 +469,7 @@ gdk_memory_texture_builder_set_height (GdkMemoryTextureBuilder *self,
}
/**
* gdk_memory_texture_builder_get_width: (attributes org.gtk.Method.get_property=width)
* gdk_memory_texture_builder_get_width:
* @self: a `GdkMemoryTextureBuilder`
*
* Gets the width previously set via gdk_memory_texture_builder_set_width()
@ -488,7 +488,7 @@ gdk_memory_texture_builder_get_width (GdkMemoryTextureBuilder *self)
}
/**
* gdk_memory_texture_builder_set_width: (attributes org.gtk.Method.set_property=width)
* gdk_memory_texture_builder_set_width:
* @self: a `GdkMemoryTextureBuilder`
* @width: The texture's width or 0 to unset
*
@ -512,7 +512,6 @@ gdk_memory_texture_builder_set_width (GdkMemoryTextureBuilder *self,
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_WIDTH]);
}
/* gdk_memory_texture_builder_get_stride: (attributes org.gtk.Method.get_property=stride) */
/**
* gdk_memory_texture_builder_get_stride:
* @self: a `GdkMemoryTextureBuilder`
@ -531,7 +530,6 @@ gdk_memory_texture_builder_get_stride (GdkMemoryTextureBuilder *self)
return self->stride;
}
/* gdk_memory_texture_builder_set_stride: (attributes org.gtk.Method.set_property=stride) */
/**
* gdk_memory_texture_builder_set_stride:
* @self: a `GdkMemoryTextureBuilder`
@ -558,7 +556,7 @@ gdk_memory_texture_builder_set_stride (GdkMemoryTextureBuilder *self,
}
/**
* gdk_memory_texture_builder_get_format: (attributes org.gtk.Method.get_property=format)
* gdk_memory_texture_builder_get_format:
* @self: a `GdkMemoryTextureBuilder`
*
* Gets the format previously set via gdk_memory_texture_builder_set_format().
@ -576,7 +574,7 @@ gdk_memory_texture_builder_get_format (GdkMemoryTextureBuilder *self)
}
/**
* gdk_memory_texture_builder_set_format: (attributes org.gtk.Method.set_property=format)
* gdk_memory_texture_builder_set_format:
* @self: a `GdkMemoryTextureBuilder`
* @format: The texture's format
*
@ -601,7 +599,7 @@ gdk_memory_texture_builder_set_format (GdkMemoryTextureBuilder *self,
}
/**
* gdk_memory_texture_builder_get_update_texture: (attributes org.gtk.Method.get_property=update-texture)
* gdk_memory_texture_builder_get_update_texture:
* @self: a `GdkMemoryTextureBuilder`
*
* Gets the texture previously set via gdk_memory_texture_builder_set_update_texture()
@ -620,7 +618,7 @@ gdk_memory_texture_builder_get_update_texture (GdkMemoryTextureBuilder *self)
}
/**
* gdk_memory_texture_builder_set_update_texture: (attributes org.gtk.Method.set_property=update-texture)
* gdk_memory_texture_builder_set_update_texture:
* @self: a `GdkMemoryTextureBuilder`
* @texture: (nullable): the texture to update
*
@ -644,7 +642,7 @@ gdk_memory_texture_builder_set_update_texture (GdkMemoryTextureBuilder *self,
}
/**
* gdk_memory_texture_builder_get_update_region: (attributes org.gtk.Method.get_property=update-region)
* gdk_memory_texture_builder_get_update_region:
* @self: a `GdkMemoryTextureBuilder`
*
* Gets the region previously set via gdk_memory_texture_builder_set_update_region()
@ -663,7 +661,7 @@ gdk_memory_texture_builder_get_update_region (GdkMemoryTextureBuilder *self)
}
/**
* gdk_memory_texture_builder_set_update_region: (attributes org.gtk.Method.set_property=update-region)
* gdk_memory_texture_builder_set_update_region:
* @self: a `GdkMemoryTextureBuilder`
* @region: (nullable): the region to update
*

View File

@ -187,7 +187,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
object_class->set_property = gdk_monitor_set_property;
/**
* GdkMonitor:description: (attributes org.gtk.Property.get=gdk_monitor_get_description)
* GdkMonitor:description:
*
* A short description of the monitor, meant for display to the user.
*
@ -199,7 +199,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:display: (attributes org.gtk.Property.get=gdk_monitor_get_display)
* GdkMonitor:display:
*
* The `GdkDisplay` of the monitor.
*/
@ -209,7 +209,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:manufacturer: (attributes org.gtk.Property.get=gdk_monitor_get_manufacturer)
* GdkMonitor:manufacturer:
*
* The manufacturer name.
*/
@ -219,7 +219,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:model: (attributes org.gtk.Property.get=gdk_monitor_get_model)
* GdkMonitor:model:
*
* The model name.
*/
@ -229,7 +229,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:connector: (attributes org.gtk.Property.get=gdk_monitor_get_connector)
* GdkMonitor:connector:
*
* The connector name.
*/
@ -239,7 +239,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:scale-factor: (attributes org.gtk.Property.get=gdk_monitor_get_scale_factor)
* GdkMonitor:scale-factor:
*
* The scale factor.
*
@ -253,7 +253,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:scale: (attributes org.gtk.Property.get=gdk_monitor_get_scale)
* GdkMonitor:scale:
*
* The scale of the monitor.
*
@ -265,7 +265,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:geometry: (attributes org.gtk.Property.get=gdk_monitor_get_geometry)
* GdkMonitor:geometry:
*
* The geometry of the monitor.
*/
@ -275,7 +275,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:width-mm: (attributes org.gtk.Property.get=gdk_monitor_get_width_mm)
* GdkMonitor:width-mm:
*
* The width of the monitor, in millimeters.
*/
@ -286,7 +286,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:height-mm: (attributes org.gtk.Property.get=gdk_monitor_get_height_mm)
* GdkMonitor:height-mm:
*
* The height of the monitor, in millimeters.
*/
@ -297,7 +297,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:refresh-rate: (attributes org.gtk.Property.get=gdk_monitor_get_refresh_rate)
* GdkMonitor:refresh-rate:
*
* The refresh rate, in milli-Hertz.
*/
@ -308,7 +308,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:subpixel-layout: (attributes org.gtk.Property.get=gdk_monitor_get_subpixel_layout)
* GdkMonitor:subpixel-layout:
*
* The subpixel layout.
*/
@ -319,7 +319,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkMonitor:valid: (attributes org.gtk.Property.get=gdk_monitor_is_valid)
* GdkMonitor:valid: (getter is_valid)
*
* Whether the object is still valid.
*/
@ -346,7 +346,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
}
/**
* gdk_monitor_get_display: (attributes org.gtk.Method.get_property=display)
* gdk_monitor_get_display:
* @monitor: a `GdkMonitor`
*
* Gets the display that this monitor belongs to.
@ -362,7 +362,7 @@ gdk_monitor_get_display (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_geometry: (attributes org.gtk.Method.get_property=geometry)
* gdk_monitor_get_geometry:
* @monitor: a `GdkMonitor`
* @geometry: (out): a `GdkRectangle` to be filled with the monitor geometry
*
@ -383,7 +383,7 @@ gdk_monitor_get_geometry (GdkMonitor *monitor,
}
/**
* gdk_monitor_get_width_mm: (attributes org.gtk.Method.get_property=width-mm)
* gdk_monitor_get_width_mm:
* @monitor: a `GdkMonitor`
*
* Gets the width in millimeters of the monitor.
@ -399,7 +399,7 @@ gdk_monitor_get_width_mm (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_height_mm: (attributes org.gtk.Method.get_property=height-mm)
* gdk_monitor_get_height_mm:
* @monitor: a `GdkMonitor`
*
* Gets the height in millimeters of the monitor.
@ -415,7 +415,7 @@ gdk_monitor_get_height_mm (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_connector: (attributes org.gtk.Method.get_property=connector)
* gdk_monitor_get_connector:
* @monitor: a `GdkMonitor`
*
* Gets the name of the monitor's connector, if available.
@ -435,7 +435,7 @@ gdk_monitor_get_connector (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_manufacturer: (attributes org.gtk.Method.get_property=manufacturer)
* gdk_monitor_get_manufacturer:
* @monitor: a `GdkMonitor`
*
* Gets the name or PNP ID of the monitor's manufacturer.
@ -457,7 +457,7 @@ gdk_monitor_get_manufacturer (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_model: (attributes org.gtk.Method.get_property=model)
* gdk_monitor_get_model:
* @monitor: a `GdkMonitor`
*
* Gets the string identifying the monitor model, if available.
@ -473,7 +473,7 @@ gdk_monitor_get_model (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_scale_factor: (attributes org.gtk.Method.get_property=scale-factor)
* gdk_monitor_get_scale_factor:
* @monitor: a `GdkMonitor`
*
* Gets the internal scale factor that maps from monitor coordinates
@ -497,7 +497,7 @@ gdk_monitor_get_scale_factor (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_scale: (attributes org.gtk.Method.get_property=scale)
* gdk_monitor_get_scale:
* @monitor: a `GdkMonitor`
*
* Gets the internal scale factor that maps from monitor coordinates
@ -520,7 +520,7 @@ gdk_monitor_get_scale (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_refresh_rate: (attributes org.gtk.Method.get_property=refresh-rate)
* gdk_monitor_get_refresh_rate:
* @monitor: a `GdkMonitor`
*
* Gets the refresh rate of the monitor, if available.
@ -539,7 +539,7 @@ gdk_monitor_get_refresh_rate (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_subpixel_layout: (attributes org.gtk.Method.get_property=subpixel-layout)
* gdk_monitor_get_subpixel_layout:
* @monitor: a `GdkMonitor`
*
* Gets information about the layout of red, green and blue
@ -696,7 +696,7 @@ gdk_monitor_invalidate (GdkMonitor *monitor)
}
/**
* gdk_monitor_is_valid: (attributes org.gtk.Method.get_property=valid)
* gdk_monitor_is_valid: (get-property valid)
* @monitor: a `GdkMonitor`
*
* Returns %TRUE if the @monitor object corresponds to a
@ -716,7 +716,7 @@ gdk_monitor_is_valid (GdkMonitor *monitor)
}
/**
* gdk_monitor_get_description: (attributes org.gtk.Method.get_property=description)
* gdk_monitor_get_description:
* @monitor: a `GdkMonitor`
*
* Gets a string describing the monitor, if available.

View File

@ -80,7 +80,7 @@ gdk_popup_default_init (GdkPopupInterface *iface)
iface->get_position_y = gdk_popup_default_get_position_y;
/**
* GdkPopup:parent: (attributes org.gtk.Property.get=gdk_popup_get_parent)
* GdkPopup:parent:
*
* The parent surface.
*/
@ -90,7 +90,7 @@ gdk_popup_default_init (GdkPopupInterface *iface)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
/**
* GdkPopup:autohide: (attributes org.gtk.Property.get=gdk_popup_get_autohide)
* GdkPopup:autohide:
*
* Whether to hide on outside clicks.
*/
@ -178,7 +178,7 @@ gdk_popup_get_rect_anchor (GdkPopup *popup)
}
/**
* gdk_popup_get_parent: (attributes org.gtk.Method.get_property=parent)
* gdk_popup_get_parent:
* @popup: a `GdkPopup`
*
* Returns the parent surface of a popup.
@ -233,7 +233,7 @@ gdk_popup_get_position_y (GdkPopup *popup)
}
/**
* gdk_popup_get_autohide: (attributes org.gtk.Method.get_property=autohide)
* gdk_popup_get_autohide:
* @popup: a `GdkPopup`
*
* Returns whether this popup is set to hide on outside clicks.

View File

@ -179,7 +179,7 @@ gdk_seat_class_init (GdkSeatClass *klass)
GDK_TYPE_DEVICE_TOOL);
/**
* GdkSeat:display: (attributes org.gtk.Property.get=gdk_seat_get_display)
* GdkSeat:display:
*
* `GdkDisplay` of this seat.
*/
@ -390,7 +390,7 @@ gdk_seat_device_removed (GdkSeat *seat,
}
/**
* gdk_seat_get_display: (attributes org.gtk.Method.get_property=display)
* gdk_seat_get_display:
* @seat: a `GdkSeat`
*
* Returns the `GdkDisplay` this seat belongs to.

View File

@ -547,7 +547,7 @@ gdk_surface_class_init (GdkSurfaceClass *klass)
klass->set_opaque_region = gdk_surface_default_set_opaque_region;
/**
* GdkSurface:cursor: (attributes org.gtk.Property.get=gdk_surface_get_cursor org.gtk.Property.set=gdk_surface_set_cursor)
* GdkSurface:cursor:
*
* The mouse pointer for the `GdkSurface`.
*/
@ -557,7 +557,7 @@ gdk_surface_class_init (GdkSurfaceClass *klass)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
/**
* GdkSurface:display: (attributes org.gtk.Property.get=gdk_surface_get_display)
* GdkSurface:display:
*
* The `GdkDisplay` connection of the surface.
*/
@ -567,7 +567,7 @@ gdk_surface_class_init (GdkSurfaceClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
/**
* GdkSurface:frame-clock: (attributes org.gtk.Property.get=gdk_surface_get_frame_clock)
* GdkSurface:frame-clock:
*
* The `GdkFrameClock` of the surface.
*/
@ -577,7 +577,7 @@ gdk_surface_class_init (GdkSurfaceClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
/**
* GdkSurface:mapped: (attributes org.gtk.Property.get=gdk_surface_get_mapped)
* GdkSurface:mapped:
*
* Whether the surface is mapped.
*/
@ -587,7 +587,7 @@ gdk_surface_class_init (GdkSurfaceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkSurface:width: (attributes org.gtk.Property.get=gdk_surface_get_width)
* GdkSurface:width:
*
* The width of the surface in pixels.
*/
@ -597,7 +597,7 @@ gdk_surface_class_init (GdkSurfaceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkSurface:height: (attributes org.gtk.Property.get=gdk_surface_get_height)
* GdkSurface:height:
*
* The height of the surface, in pixels.
*/
@ -607,7 +607,7 @@ gdk_surface_class_init (GdkSurfaceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkSurface:scale-factor: (attributes org.gtk.Property.get=gdk_surface_get_scale_factor)
* GdkSurface:scale-factor:
*
* The scale factor of the surface.
*
@ -620,7 +620,7 @@ gdk_surface_class_init (GdkSurfaceClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GdkSurface:scale: (attributes org.gtk.Property.get=gdk_surface_get_scale)
* GdkSurface:scale:
*
* The scale of the surface.
*
@ -1083,7 +1083,7 @@ gdk_surface_get_widget (GdkSurface *self)
}
/**
* gdk_surface_get_display: (attributes org.gtk.Method.get_property=display)
* gdk_surface_get_display:
* @surface: a `GdkSurface`
*
* Gets the `GdkDisplay` associated with a `GdkSurface`.
@ -1112,7 +1112,7 @@ gdk_surface_is_destroyed (GdkSurface *surface)
}
/**
* gdk_surface_get_mapped: (attributes org.gtk.Method.get_property=mapped)
* gdk_surface_get_mapped:
* @surface: a `GdkSurface`
*
* Checks whether the surface has been mapped.
@ -1845,7 +1845,7 @@ gdk_surface_set_cursor_internal (GdkSurface *surface,
}
/**
* gdk_surface_get_cursor: (attributes org.gtk.Method.get_property=cursor)
* gdk_surface_get_cursor:
* @surface: a `GdkSurface`
*
* Retrieves a `GdkCursor` pointer for the cursor currently set on the
@ -1867,7 +1867,7 @@ gdk_surface_get_cursor (GdkSurface *surface)
}
/**
* gdk_surface_set_cursor: (attributes org.gtk.Method.set_property=cursor)
* gdk_surface_set_cursor:
* @surface: a `GdkSurface`
* @cursor: (nullable): a `GdkCursor`
*
@ -2027,7 +2027,7 @@ gdk_surface_get_geometry (GdkSurface *surface,
}
/**
* gdk_surface_get_width: (attributes org.gtk.Method.get_property=width)
* gdk_surface_get_width:
* @surface: a `GdkSurface`
*
* Returns the width of the given @surface.
@ -2046,7 +2046,7 @@ gdk_surface_get_width (GdkSurface *surface)
}
/**
* gdk_surface_get_height: (attributes org.gtk.Method.get_property=height)
* gdk_surface_get_height:
* @surface: a `GdkSurface`
*
* Returns the height of the given @surface.
@ -2590,7 +2590,7 @@ gdk_surface_set_frame_clock (GdkSurface *surface,
}
/**
* gdk_surface_get_frame_clock: (attributes org.gtk.Method.get_property=frame-clock)
* gdk_surface_get_frame_clock:
* @surface: surface to get frame clock for
*
* Gets the frame clock for the surface.
@ -2609,7 +2609,7 @@ gdk_surface_get_frame_clock (GdkSurface *surface)
}
/**
* gdk_surface_get_scale_factor: (attributes org.gtk.Method.get_property=scale-factor)
* gdk_surface_get_scale_factor:
* @surface: surface to get scale factor for
*
* Returns the internal scale factor that maps from surface coordinates
@ -2635,7 +2635,7 @@ gdk_surface_get_scale_factor (GdkSurface *surface)
}
/**
* gdk_surface_get_scale: (attributes org.gtk.Method.get_property=scale)
* gdk_surface_get_scale:
* @surface: surface to get scale for
*
* Returns the internal scale that maps from surface coordinates

View File

@ -395,7 +395,7 @@ gdk_texture_class_init (GdkTextureClass *klass)
gobject_class->finalize = gdk_texture_finalize;
/**
* GdkTexture:width: (attributes org.gtk.Property.get=gdk_texture_get_width)
* GdkTexture:width:
*
* The width of the texture, in pixels.
*/
@ -410,7 +410,7 @@ gdk_texture_class_init (GdkTextureClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkTexture:height: (attributes org.gtk.Property.get=gdk_texture_get_height)
* GdkTexture:height:
*
* The height of the texture, in pixels.
*/
@ -425,7 +425,7 @@ gdk_texture_class_init (GdkTextureClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GdkTexture:color-state: (attributes org.gtk.Property.get=gdk_texture_get_color_state)
* GdkTexture:color-state:
*
* The color state of the texture.
*
@ -781,7 +781,7 @@ gdk_texture_new_from_filename (const char *path,
}
/**
* gdk_texture_get_width: (attributes org.gtk.Method.get_property=width)
* gdk_texture_get_width:
* @texture: a `GdkTexture`
*
* Returns the width of @texture, in pixels.
@ -797,7 +797,7 @@ gdk_texture_get_width (GdkTexture *texture)
}
/**
* gdk_texture_get_height: (attributes org.gtk.Method.get_property=height)
* gdk_texture_get_height:
* @texture: a `GdkTexture`
*
* Returns the height of the @texture, in pixels.
@ -813,7 +813,7 @@ gdk_texture_get_height (GdkTexture *texture)
}
/**
* gdk_texture_get_color_state: (attributes org.gtk.Method.get_property=color-state)
* gdk_texture_get_color_state:
* @self: a `GdkTexture`
*
* Returns the color state associated with the texture.

View File

@ -157,7 +157,7 @@ gdk_toplevel_default_init (GdkToplevelInterface *iface)
iface->unexport_handle = gdk_toplevel_default_unexport_handle;
/**
* GdkToplevel:state: (attributes org.gtk.Property.get=gdk_toplevel_get_state)
* GdkToplevel:state:
*
* The state of the toplevel.
*/
@ -167,7 +167,7 @@ gdk_toplevel_default_init (GdkToplevelInterface *iface)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
/**
* GdkToplevel:title: (attributes org.gtk.Property.set=gdk_toplevel_set_title)
* GdkToplevel:title:
*
* The title of the surface.
*/
@ -177,7 +177,7 @@ gdk_toplevel_default_init (GdkToplevelInterface *iface)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY));
/**
* GdkToplevel:startup-id: (attributes org.gtk.Property.set=gdk_toplevel_set_startup_id)
* GdkToplevel:startup-id:
*
* The startup ID of the surface.
*
@ -190,7 +190,7 @@ gdk_toplevel_default_init (GdkToplevelInterface *iface)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY));
/**
* GdkToplevel:transient-for: (attributes org.gtk.Property.set=gdk_toplevel_set_transient_for)
* GdkToplevel:transient-for:
*
* The transient parent of the surface.
*/
@ -200,7 +200,7 @@ gdk_toplevel_default_init (GdkToplevelInterface *iface)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY));
/**
* GdkToplevel:modal: (attributes org.gtk.Property.set=gdk_toplevel_set_modal)
* GdkToplevel:modal:
*
* Whether the surface is modal.
*/
@ -210,7 +210,7 @@ gdk_toplevel_default_init (GdkToplevelInterface *iface)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY));
/**
* GdkToplevel:icon-list: (attributes org.gtk.Property.set=gdk_toplevel_set_icon_list)
* GdkToplevel:icon-list:
*
* A list of textures to use as icon.
*/
@ -219,7 +219,7 @@ gdk_toplevel_default_init (GdkToplevelInterface *iface)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY));
/**
* GdkToplevel:decorated: (attributes org.gtk.Property.set=gdk_toplevel_set_decorated)
* GdkToplevel:decorated:
*
* Whether the window manager should add decorations.
*/
@ -229,7 +229,7 @@ gdk_toplevel_default_init (GdkToplevelInterface *iface)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY));
/**
* GdkToplevel:deletable: (attributes org.gtk.Property.set=gdk_toplevel_set_deletable)
* GdkToplevel:deletable:
*
* Whether the window manager should allow to close the surface.
*/
@ -391,7 +391,7 @@ gdk_toplevel_focus (GdkToplevel *toplevel,
}
/**
* gdk_toplevel_get_state: (attributes org.gtk.Method.get_property=state)
* gdk_toplevel_get_state:
* @toplevel: a `GdkToplevel`
*
* Gets the bitwise or of the currently active surface state flags,
@ -412,7 +412,7 @@ gdk_toplevel_get_state (GdkToplevel *toplevel)
}
/**
* gdk_toplevel_set_title: (attributes org.gtk.Method.set_property=title)
* gdk_toplevel_set_title:
* @toplevel: a `GdkToplevel`
* @title: title of @surface
*
@ -431,7 +431,7 @@ gdk_toplevel_set_title (GdkToplevel *toplevel,
}
/**
* gdk_toplevel_set_startup_id: (attributes org.gtk.Method.set_property=startup-id)
* gdk_toplevel_set_startup_id:
* @toplevel: a `GdkToplevel`
* @startup_id: a string with startup-notification identifier
*
@ -451,7 +451,7 @@ gdk_toplevel_set_startup_id (GdkToplevel *toplevel,
}
/**
* gdk_toplevel_set_transient_for: (attributes org.gtk.Method.set_property=transient-for)
* gdk_toplevel_set_transient_for:
* @toplevel: a `GdkToplevel`
* @parent: another toplevel `GdkSurface`
*
@ -475,7 +475,7 @@ gdk_toplevel_set_transient_for (GdkToplevel *toplevel,
}
/**
* gdk_toplevel_set_modal: (attributes org.gtk.Method.set_property=modal)
* gdk_toplevel_set_modal:
* @toplevel: a `GdkToplevel`
* @modal: %TRUE if the surface is modal, %FALSE otherwise.
*
@ -499,7 +499,7 @@ gdk_toplevel_set_modal (GdkToplevel *toplevel,
}
/**
* gdk_toplevel_set_icon_list: (attributes org.gtk.Method.set_property=icon-list)
* gdk_toplevel_set_icon_list:
* @toplevel: a `GdkToplevel`
* @surfaces: (transfer none) (element-type GdkTexture):
* A list of textures to use as icon, of different sizes
@ -547,7 +547,7 @@ gdk_toplevel_show_window_menu (GdkToplevel *toplevel,
}
/**
* gdk_toplevel_set_decorated: (attributes org.gtk.Method.set_property=decorated)
* gdk_toplevel_set_decorated:
* @toplevel: a `GdkToplevel`
* @decorated: %TRUE to request decorations
*
@ -567,7 +567,7 @@ gdk_toplevel_set_decorated (GdkToplevel *toplevel,
}
/**
* gdk_toplevel_set_deletable: (attributes org.gtk.Method.set_property=deletable)
* gdk_toplevel_set_deletable:
* @toplevel: a `GdkToplevel`
* @deletable: %TRUE to request a delete button
*

View File

@ -533,7 +533,7 @@ gdk_macos_surface_class_init (GdkMacosSurfaceClass *klass)
surface_class->set_opaque_region = gdk_macos_surface_set_opaque_region;
/**
* GdkMacosSurface:native: (attributes org.gtk.Property.get=gdk_macos_surface_get_native_window)
* GdkMacosSurface:native:
*
* The "native" property contains the underlying NSWindow.
*/
@ -613,7 +613,7 @@ _gdk_macos_surface_set_native (GdkMacosSurface *self,
}
/**
* gdk_macos_surface_get_native_window: (attributes org.gtk.Method.get_property=native)
* gdk_macos_surface_get_native_window:
* @self: a #GdkMacosSurface
*
* Gets the underlying NSWindow used by the surface.

View File

@ -450,7 +450,7 @@ gsk_gl_shader_class_init (GskGLShaderClass *klass)
object_class->constructed = gsk_gl_shader_constructed;
/**
* GskGLShader:source: (attributes org.gtk.Property.get=gsk_gl_shader_get_source)
* GskGLShader:source:
*
* The source code for the shader, as a `GBytes`.
*/
@ -462,7 +462,7 @@ gsk_gl_shader_class_init (GskGLShaderClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GskGLShader:resource: (attributes org.gtk.Property.get=gsk_gl_shader_get_resource)
* GskGLShader:resource:
*
* Resource containing the source code for the shader.
*
@ -572,7 +572,7 @@ gsk_gl_shader_compile (GskGLShader *shader,
/**
* gsk_gl_shader_get_source: (attributes org.gtk.Method.get_property=source)
* gsk_gl_shader_get_source:
* @shader: a `GskGLShader`
*
* Gets the GLSL sourcecode being used to render this shader.
@ -592,7 +592,7 @@ gsk_gl_shader_get_source (GskGLShader *shader)
}
/**
* gsk_gl_shader_get_resource: (attributes org.gtk.Method.get_property=resource)
* gsk_gl_shader_get_resource:
* @shader: a `GskGLShader`
*
* Gets the resource path for the GLSL sourcecode being used

View File

@ -189,7 +189,7 @@ gsk_renderer_class_init (GskRendererClass *klass)
gobject_class->dispose = gsk_renderer_dispose;
/**
* GskRenderer:realized: (attributes org.gtk.Property.get=gsk_renderer_is_realized)
* GskRenderer:realized: (getter is_realized)
*
* Whether the renderer has been associated with a surface or draw context.
*/
@ -199,7 +199,7 @@ gsk_renderer_class_init (GskRendererClass *klass)
G_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GskRenderer:surface: (attributes org.gtk.Property.get=gsk_renderer_get_surface)
* GskRenderer:surface:
*
* The surface associated with renderer.
*/
@ -221,7 +221,7 @@ gsk_renderer_init (GskRenderer *self)
}
/**
* gsk_renderer_get_surface: (attributes org.gtk.Method.get_property=surface)
* gsk_renderer_get_surface:
* @renderer: a `GskRenderer`
*
* Retrieves the `GdkSurface` set using gsk_enderer_realize().
@ -241,7 +241,7 @@ gsk_renderer_get_surface (GskRenderer *renderer)
}
/**
* gsk_renderer_is_realized: (attributes org.gtk.Method.get_property=realized)
* gsk_renderer_is_realized: (get-property realized)
* @renderer: a `GskRenderer`
*
* Checks whether the @renderer is realized or not.

View File

@ -287,7 +287,7 @@ gtk_at_spi_socket_class_init (GtkAtSpiSocketClass *klass)
object_class->set_property = gtk_at_spi_socket_set_property;
/**
* GtkAtSpiSocket:bus-name: (attributes org.gtk.Property.get=gtk_at_spi_socket_get_bus_name)
* GtkAtSpiSocket:bus-name:
*
* The bus name of the remote accessible client.
*
@ -302,7 +302,7 @@ gtk_at_spi_socket_class_init (GtkAtSpiSocketClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAtSpiSocket:height: (attributes org.gtk.Property.get=gtk_at_spi_socket_get_object_path)
* GtkAtSpiSocket:height:
*
* The object path of the remote accessible object that
* the socket connects to.

View File

@ -66,7 +66,7 @@ gtk_app_chooser_default_init (GtkAppChooserIface *iface)
GParamSpec *pspec;
/**
* GtkAppChooser:content-type: (attributes org.gtk.Property.get=gtk_app_chooser_get_content_type)
* GtkAppChooser:content-type:
*
* The content type of the `GtkAppChooser` object.
*
@ -81,7 +81,7 @@ gtk_app_chooser_default_init (GtkAppChooserIface *iface)
/**
* gtk_app_chooser_get_content_type: (attributes org.gtk.Method.get_property=content-type)
* gtk_app_chooser_get_content_type:
* @self: a `GtkAppChooser`
*
* Returns the content type for which the `GtkAppChooser`

View File

@ -683,7 +683,7 @@ gtk_app_chooser_button_class_init (GtkAppChooserButtonClass *klass)
g_object_class_override_property (oclass, PROP_CONTENT_TYPE, "content-type");
/**
* GtkAppChooserButton:show-dialog-item: (attributes org.gtk.Property.get=gtk_app_chooser_button_get_show_dialog_item org.gtk.Property.set=gtk_app_chooser_button_set_show_dialog_item)
* GtkAppChooserButton:show-dialog-item:
*
* Determines whether the dropdown menu shows an item to open
* a `GtkAppChooserDialog`.
@ -694,7 +694,7 @@ gtk_app_chooser_button_class_init (GtkAppChooserButtonClass *klass)
G_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAppChooserButton:show-default-item: (attributes org.gtk.Property.get=gtk_app_chooser_button_get_show_default_item org.gtk.Property.set=gtk_app_chooser_button_set_show_default_item)
* GtkAppChooserButton:show-default-item:
*
* Determines whether the dropdown menu shows the default application
* on top for the provided content type.
@ -705,7 +705,7 @@ gtk_app_chooser_button_class_init (GtkAppChooserButtonClass *klass)
G_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAppChooserButton:heading: (attributes org.gtk.Property.get=gtk_app_chooser_button_get_heading org.gtk.Property.set=gtk_app_chooser_button_set_heading)
* GtkAppChooserButton:heading:
*
* The text to show at the top of the dialog that can be
* opened from the button.
@ -718,7 +718,7 @@ gtk_app_chooser_button_class_init (GtkAppChooserButtonClass *klass)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAppChooserButton:modal: (attributes org.gtk.Property.get=gtk_app_chooser_button_get_modal org.gtk.Property.set=gtk_app_chooser_button_set_modal)
* GtkAppChooserButton:modal:
*
* Whether the app chooser dialog should be modal.
*/
@ -990,7 +990,7 @@ gtk_app_chooser_button_set_active_custom_item (GtkAppChooserButton *self,
}
/**
* gtk_app_chooser_button_get_show_dialog_item: (attributes org.gtk.Method.get_property=show-dialog-item)
* gtk_app_chooser_button_get_show_dialog_item:
* @self: a `GtkAppChooserButton`
*
* Returns whether the dropdown menu shows an item
@ -1009,7 +1009,7 @@ gtk_app_chooser_button_get_show_dialog_item (GtkAppChooserButton *self)
}
/**
* gtk_app_chooser_button_set_show_dialog_item: (attributes org.gtk.Method.set_property=show-dialog-item)
* gtk_app_chooser_button_set_show_dialog_item:
* @self: a `GtkAppChooserButton`
* @setting: the new value for [property@Gtk.AppChooserButton:show-dialog-item]
*
@ -1033,7 +1033,7 @@ gtk_app_chooser_button_set_show_dialog_item (GtkAppChooserButton *self,
}
/**
* gtk_app_chooser_button_get_show_default_item: (attributes org.gtk.Method.get_property=show-default-item)
* gtk_app_chooser_button_get_show_default_item:
* @self: a `GtkAppChooserButton`
*
* Returns whether the dropdown menu should show the default
@ -1052,7 +1052,7 @@ gtk_app_chooser_button_get_show_default_item (GtkAppChooserButton *self)
}
/**
* gtk_app_chooser_button_set_show_default_item: (attributes org.gtk.Method.set_property=show-default-item)
* gtk_app_chooser_button_set_show_default_item:
* @self: a `GtkAppChooserButton`
* @setting: the new value for [property@Gtk.AppChooserButton:show-default-item]
*
@ -1078,7 +1078,7 @@ gtk_app_chooser_button_set_show_default_item (GtkAppChooserButton *self,
}
/**
* gtk_app_chooser_button_set_heading: (attributes org.gtk.Method.set_property=heading)
* gtk_app_chooser_button_set_heading:
* @self: a `GtkAppChooserButton`
* @heading: a string containing Pango markup
*
@ -1101,7 +1101,7 @@ gtk_app_chooser_button_set_heading (GtkAppChooserButton *self,
}
/**
* gtk_app_chooser_button_get_heading: (attributes org.gtk.Method.get_property=heading)
* gtk_app_chooser_button_get_heading:
* @self: a `GtkAppChooserButton`
*
* Returns the text to display at the top of the dialog.
@ -1120,7 +1120,7 @@ gtk_app_chooser_button_get_heading (GtkAppChooserButton *self)
}
/**
* gtk_app_chooser_button_set_modal: (attributes org.gtk.Method.set_property=modal)
* gtk_app_chooser_button_set_modal:
* @self: a `GtkAppChooserButton`
* @modal: %TRUE to make the dialog modal
*
@ -1143,7 +1143,7 @@ gtk_app_chooser_button_set_modal (GtkAppChooserButton *self,
}
/**
* gtk_app_chooser_button_get_modal: (attributes org.gtk.Method.get_property=modal)
* gtk_app_chooser_button_get_modal:
* @self: a `GtkAppChooserButton`
*
* Gets whether the dialog is modal.

View File

@ -615,7 +615,7 @@ gtk_app_chooser_dialog_class_init (GtkAppChooserDialogClass *klass)
g_object_class_install_property (gobject_class, PROP_GFILE, pspec);
/**
* GtkAppChooserDialog:heading: (attributes org.gtk.Property.get=gtk_app_chooser_dialog_get_heading org.gtk.Property.set=gtk_app_chooser_dialog_set_heading)
* GtkAppChooserDialog:heading:
*
* The text to show at the top of the dialog.
*
@ -753,7 +753,7 @@ gtk_app_chooser_dialog_get_widget (GtkAppChooserDialog *self)
}
/**
* gtk_app_chooser_dialog_set_heading: (attributes org.gtk.Method.set_property=heading)
* gtk_app_chooser_dialog_set_heading:
* @self: a `GtkAppChooserDialog`
* @heading: a string containing Pango markup
*
@ -789,7 +789,7 @@ gtk_app_chooser_dialog_set_heading (GtkAppChooserDialog *self,
}
/**
* gtk_app_chooser_dialog_get_heading: (attributes org.gtk.Method.get_property=heading)
* gtk_app_chooser_dialog_get_heading:
* @self: a `GtkAppChooserDialog`
*
* Returns the text to display at the top of the dialog.

View File

@ -904,7 +904,7 @@ gtk_app_chooser_widget_class_init (GtkAppChooserWidgetClass *klass)
g_object_class_override_property (gobject_class, PROP_CONTENT_TYPE, "content-type");
/**
* GtkAppChooserWidget:show-default: (attributes org.gtk.Property.get=gtk_app_chooser_widget_get_show_default org.gtk.Property.set=gtk_app_chooser_widget_set_show_default)
* GtkAppChooserWidget:show-default:
*
* Determines whether the app chooser should show the default
* handler for the content type in a separate section.
@ -918,7 +918,7 @@ gtk_app_chooser_widget_class_init (GtkAppChooserWidgetClass *klass)
g_object_class_install_property (gobject_class, PROP_SHOW_DEFAULT, pspec);
/**
* GtkAppChooserWidget:show-recommended: (attributes org.gtk.Property.get=gtk_app_chooser_widget_get_show_recommended org.gtk.Property.set=gtk_app_chooser_widget_set_show_recommended)
* GtkAppChooserWidget:show-recommended:
*
* Determines whether the app chooser should show a section
* for recommended applications.
@ -932,7 +932,7 @@ gtk_app_chooser_widget_class_init (GtkAppChooserWidgetClass *klass)
g_object_class_install_property (gobject_class, PROP_SHOW_RECOMMENDED, pspec);
/**
* GtkAppChooserWidget:show-fallback: (attributes org.gtk.Property.get=gtk_app_chooser_widget_get_show_fallback org.gtk.Property.set=gtk_app_chooser_widget_set_show_fallback)
* GtkAppChooserWidget:show-fallback:
*
* Determines whether the app chooser should show a section
* for fallback applications.
@ -946,7 +946,7 @@ gtk_app_chooser_widget_class_init (GtkAppChooserWidgetClass *klass)
g_object_class_install_property (gobject_class, PROP_SHOW_FALLBACK, pspec);
/**
* GtkAppChooserWidget:show-other: (attributes org.gtk.Property.get=gtk_app_chooser_widget_get_show_other org.gtk.Property.set=gtk_app_chooser_widget_set_show_other)
* GtkAppChooserWidget:show-other:
*
* Determines whether the app chooser should show a section
* for other applications.
@ -957,7 +957,7 @@ gtk_app_chooser_widget_class_init (GtkAppChooserWidgetClass *klass)
g_object_class_install_property (gobject_class, PROP_SHOW_OTHER, pspec);
/**
* GtkAppChooserWidget:show-all: (attributes org.gtk.Property.get=gtk_app_chooser_widget_get_show_all org.gtk.Property.set=gtk_app_chooser_widget_set_show_all)
* GtkAppChooserWidget:show-all:
*
* If %TRUE, the app chooser presents all applications
* in a single list, without subsections for default,
@ -969,7 +969,7 @@ gtk_app_chooser_widget_class_init (GtkAppChooserWidgetClass *klass)
g_object_class_install_property (gobject_class, PROP_SHOW_ALL, pspec);
/**
* GtkAppChooserWidget:default-text: (attributes org.gtk.Property.get=gtk_app_chooser_widget_get_default_text org.gtk.Property.set=gtk_app_chooser_widget_set_default_text)
* GtkAppChooserWidget:default-text:
*
* The text that appears in the widget when there are no applications
* for the given content type.
@ -1130,7 +1130,7 @@ gtk_app_chooser_widget_new (const char *content_type)
}
/**
* gtk_app_chooser_widget_set_show_default: (attributes org.gtk.Method.set_property=show-default)
* gtk_app_chooser_widget_set_show_default:
* @self: a `GtkAppChooserWidget`
* @setting: the new value for [property@Gtk.AppChooserWidget:show-default]
*
@ -1156,7 +1156,7 @@ gtk_app_chooser_widget_set_show_default (GtkAppChooserWidget *self,
}
/**
* gtk_app_chooser_widget_get_show_default: (attributes org.gtk.Method.get_property=show-default)
* gtk_app_chooser_widget_get_show_default:
* @self: a `GtkAppChooserWidget`
*
* Gets whether the app chooser should show the default handler
@ -1175,7 +1175,7 @@ gtk_app_chooser_widget_get_show_default (GtkAppChooserWidget *self)
}
/**
* gtk_app_chooser_widget_set_show_recommended: (attributes org.gtk.Method.set_property=show-recommended)
* gtk_app_chooser_widget_set_show_recommended:
* @self: a `GtkAppChooserWidget`
* @setting: the new value for [property@Gtk.AppChooserWidget:show-recommended]
*
@ -1201,7 +1201,7 @@ gtk_app_chooser_widget_set_show_recommended (GtkAppChooserWidget *self,
}
/**
* gtk_app_chooser_widget_get_show_recommended: (attributes org.gtk.Method.get_property=show-recommended)
* gtk_app_chooser_widget_get_show_recommended:
* @self: a `GtkAppChooserWidget`
*
* Gets whether the app chooser should show recommended applications
@ -1220,7 +1220,7 @@ gtk_app_chooser_widget_get_show_recommended (GtkAppChooserWidget *self)
}
/**
* gtk_app_chooser_widget_set_show_fallback: (attributes org.gtk.Method.set_property=show-fallback)
* gtk_app_chooser_widget_set_show_fallback:
* @self: a `GtkAppChooserWidget`
* @setting: the new value for [property@Gtk.AppChooserWidget:show-fallback]
*
@ -1246,7 +1246,7 @@ gtk_app_chooser_widget_set_show_fallback (GtkAppChooserWidget *self,
}
/**
* gtk_app_chooser_widget_get_show_fallback: (attributes org.gtk.Method.get_property=show-fallback)
* gtk_app_chooser_widget_get_show_fallback:
* @self: a `GtkAppChooserWidget`
*
* Gets whether the app chooser should show related applications
@ -1265,7 +1265,7 @@ gtk_app_chooser_widget_get_show_fallback (GtkAppChooserWidget *self)
}
/**
* gtk_app_chooser_widget_set_show_other: (attributes org.gtk.Method.set_property=show-other)
* gtk_app_chooser_widget_set_show_other:
* @self: a `GtkAppChooserWidget`
* @setting: the new value for [property@Gtk.AppChooserWidget:show-other]
*
@ -1291,7 +1291,7 @@ gtk_app_chooser_widget_set_show_other (GtkAppChooserWidget *self,
}
/**
* gtk_app_chooser_widget_get_show_other: (attributes org.gtk.Method.get_property=show-other)
* gtk_app_chooser_widget_get_show_other:
* @self: a `GtkAppChooserWidget`
*
* Gets whether the app chooser should show applications
@ -1310,7 +1310,7 @@ gtk_app_chooser_widget_get_show_other (GtkAppChooserWidget *self)
}
/**
* gtk_app_chooser_widget_set_show_all: (attributes org.gtk.Method.set_property=show-all)
* gtk_app_chooser_widget_set_show_all:
* @self: a `GtkAppChooserWidget`
* @setting: the new value for [property@Gtk.AppChooserWidget:show-all]
*
@ -1336,7 +1336,7 @@ gtk_app_chooser_widget_set_show_all (GtkAppChooserWidget *self,
}
/**
* gtk_app_chooser_widget_get_show_all: (attributes org.gtk.Method.get_property=show-all)
* gtk_app_chooser_widget_get_show_all:
* @self: a `GtkAppChooserWidget`
*
* Gets whether the app chooser should show all applications
@ -1355,7 +1355,7 @@ gtk_app_chooser_widget_get_show_all (GtkAppChooserWidget *self)
}
/**
* gtk_app_chooser_widget_set_default_text: (attributes org.gtk.Method.set_property=default-text)
* gtk_app_chooser_widget_set_default_text:
* @self: a `GtkAppChooserWidget`
* @text: the new value for [property@Gtk.AppChooserWidget:default-text]
*
@ -1382,7 +1382,7 @@ gtk_app_chooser_widget_set_default_text (GtkAppChooserWidget *self,
}
/**
* gtk_app_chooser_widget_get_default_text: (attributes org.gtk.Method.get_property=default-text)
* gtk_app_chooser_widget_get_default_text:
* @self: a `GtkAppChooserWidget`
*
* Returns the text that is shown if there are not applications

View File

@ -173,7 +173,7 @@ gtk_color_button_class_init (GtkColorButtonClass *klass)
g_object_class_override_property (gobject_class, PROP_USE_ALPHA, "use-alpha");
/**
* GtkColorButton:title: (attributes org.gtk.Property.get=gtk_color_button_get_title org.gtk.Property.set=gtk_color_button_set_title)
* GtkColorButton:title:
*
* The title of the color chooser dialog
*/
@ -243,7 +243,7 @@ gtk_color_button_class_init (GtkColorButtonClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkColorButton:modal: (attributes org.gtk.Property.get=gtk_color_button_get_modal org.gtk.Property.set=gtk_color_button_set_modal)
* GtkColorButton:modal:
*
* Whether the color chooser dialog should be modal.
*/
@ -565,7 +565,7 @@ set_use_alpha (GtkColorButton *button,
}
/**
* gtk_color_button_set_title: (attributes org.gtk.Method.set_property=title)
* gtk_color_button_set_title:
* @button: a `GtkColorButton`
* @title: String containing new window title
*
@ -592,7 +592,7 @@ gtk_color_button_set_title (GtkColorButton *button,
}
/**
* gtk_color_button_get_title: (attributes org.gtk.Method.get_property=title)
* gtk_color_button_get_title:
* @button: a `GtkColorButton`
*
* Gets the title of the color chooser dialog.
@ -610,7 +610,7 @@ gtk_color_button_get_title (GtkColorButton *button)
}
/**
* gtk_color_button_set_modal: (attributes org.gtk.Method.set_property=modal)
* gtk_color_button_set_modal:
* @button: a `GtkColorButton`
* @modal: %TRUE to make the dialog modal
*
@ -636,7 +636,7 @@ gtk_color_button_set_modal (GtkColorButton *button,
}
/**
* gtk_color_button_get_modal: (attributes org.gtk.Method.get_property=modal)
* gtk_color_button_get_modal:
* @button: a `GtkColorButton`
*
* Gets whether the dialog is modal.

View File

@ -55,7 +55,7 @@ static void
gtk_color_chooser_default_init (GtkColorChooserInterface *iface)
{
/**
* GtkColorChooser:rgba: (attributes org.gtk.Property.get=gtk_color_chooser_get_rgba org.gtk.Property.set=gtk_color_chooser_set_rgba)
* GtkColorChooser:rgba:
*
* The currently selected color, as a `GdkRGBA` struct.
*
@ -71,7 +71,7 @@ gtk_color_chooser_default_init (GtkColorChooserInterface *iface)
GTK_PARAM_READWRITE));
/**
* GtkColorChooser:use-alpha: (attributes org.gtk.Property.get=gtk_color_chooser_get_use_alpha org.gtk.Property.set=gtk_color_chooser_set_use_alpha)
* GtkColorChooser:use-alpha:
*
* Whether colors may have alpha (translucency).
*
@ -123,7 +123,7 @@ _gtk_color_chooser_color_activated (GtkColorChooser *chooser,
}
/**
* gtk_color_chooser_get_rgba: (attributes org.gtk.Method.get_property=rgba)
* gtk_color_chooser_get_rgba:
* @chooser: a `GtkColorChooser`
* @color: (out): a `GdkRGBA` to fill in with the current color
*
@ -141,7 +141,7 @@ gtk_color_chooser_get_rgba (GtkColorChooser *chooser,
}
/**
* gtk_color_chooser_set_rgba: (attributes org.gtk.Method.set_property=rgba)
* gtk_color_chooser_set_rgba:
* @chooser: a `GtkColorChooser`
* @color: the new color
*
@ -160,7 +160,7 @@ gtk_color_chooser_set_rgba (GtkColorChooser *chooser,
}
/**
* gtk_color_chooser_get_use_alpha: (attributes org.gtk.Method.get_property=use-alpha)
* gtk_color_chooser_get_use_alpha:
* @chooser: a `GtkColorChooser`
*
* Returns whether the color chooser shows the alpha channel.
@ -183,7 +183,7 @@ gtk_color_chooser_get_use_alpha (GtkColorChooser *chooser)
}
/**
* gtk_color_chooser_set_use_alpha: (attributes org.gtk.Method.set_property=use-alpha)
* gtk_color_chooser_set_use_alpha:
* @chooser: a `GtkColorChooser`
* @use_alpha: %TRUE if color chooser should use alpha channel, %FALSE if not
*

View File

@ -653,7 +653,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
"editing-canceled");
/**
* GtkComboBox:model: (attributes org.gtk.Property.get=gtk_combo_box_get_model org.gtk.Property.set=gtk_combo_box_set_model)
* GtkComboBox:model:
*
* The model from which the combo box takes its values.
*/
@ -665,7 +665,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
/**
* GtkComboBox:active: (attributes org.gtk.Property.get=gtk_combo_box_get_active org.gtk.Property.set=gtk_combo_box_set_active)
* GtkComboBox:active:
*
* The item which is currently active.
*
@ -709,7 +709,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
/**
* GtkComboBox:button-sensitivity: (attributes org.gtk.Property.get=gtk_combo_box_get_button_sensitivity org.gtk.Property.set=gtk_combo_box_set_button_sensitivity)
* GtkComboBox:button-sensitivity:
*
* Whether the dropdown button is sensitive when
* the model is empty.
@ -722,7 +722,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkComboBox:has-entry: (attributes org.gtk.Property.get=gtk_combo_box_get_has_entry)
* GtkComboBox:has-entry:
*
* Whether the combo box has an entry.
*/
@ -733,7 +733,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT_ONLY));
/**
* GtkComboBox:entry-text-column: (attributes org.gtk.Property.get=gtk_combo_box_get_entry_text_column org.gtk.Property.set=gtk_combo_box_set_entry_text_column)
* GtkComboBox:entry-text-column:
*
* The model column to associate with strings from the entry.
*
@ -747,7 +747,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkComboBox:id-column: (attributes org.gtk.Property.get=gtk_combo_box_get_id_column org.gtk.Property.set=gtk_combo_box_set_id_column)
* GtkComboBox:id-column:
*
* The model column that provides string IDs for the values
* in the model, if != -1.
@ -759,7 +759,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkComboBox:active-id: (attributes org.gtk.Property.get=gtk_combo_box_get_active_id org.gtk.Property.set=gtk_combo_box_set_active_id)
* GtkComboBox:active-id:
*
* The value of the ID column of the active row.
*/
@ -770,7 +770,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkComboBox:popup-fixed-width: (attributes org.gtk.Property.get=gtk_combo_box_get_popup_fixed_width org.gtk.Property.set=gtk_combo_box_set_popup_fixed_width)
* GtkComboBox:popup-fixed-width:
*
* Whether the popup's width should be a fixed width matching the
* allocated width of the combo box.
@ -782,7 +782,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkComboBox:child: (attributes org.gtk.Property.get=gtk_combo_box_get_child org.gtk.Property.set=gtk_combo_box_set_child)
* GtkComboBox:child:
*
* The child widget.
*/
@ -1954,7 +1954,7 @@ gtk_combo_box_get_active (GtkComboBox *combo_box)
}
/**
* gtk_combo_box_set_active: (attributes org.gtk.Method.set_property=active)
* gtk_combo_box_set_active:
* @combo_box: a `GtkComboBox`
* @index_: An index in the model passed during construction,
* or -1 to have no active item
@ -2109,7 +2109,7 @@ gtk_combo_box_set_active_iter (GtkComboBox *combo_box,
}
/**
* gtk_combo_box_set_model: (attributes org.gtk.Method.set_property=model)
* gtk_combo_box_set_model:
* @combo_box: A `GtkComboBox`
* @model: (nullable): A `GtkTreeModel`
*
@ -2177,7 +2177,7 @@ out:
}
/**
* gtk_combo_box_get_model: (attributes org.gtk.Method.get_property=model)
* gtk_combo_box_get_model:
* @combo_box: A `GtkComboBox`
*
* Returns the `GtkTreeModel` of @combo_box.
@ -2535,7 +2535,7 @@ gtk_combo_box_start_editing (GtkCellEditable *cell_editable,
}
/**
* gtk_combo_box_set_popup_fixed_width: (attributes org.gtk.Method.set_property=popup-fixed-width)
* gtk_combo_box_set_popup_fixed_width:
* @combo_box: a `GtkComboBox`
* @fixed: whether to use a fixed popup width
*
@ -2563,7 +2563,7 @@ gtk_combo_box_set_popup_fixed_width (GtkComboBox *combo_box,
}
/**
* gtk_combo_box_get_popup_fixed_width: (attributes org.gtk.Method.get_property=popup-fixed-width)
* gtk_combo_box_get_popup_fixed_width:
* @combo_box: a `GtkComboBox`
*
* Gets whether the popup uses a fixed width.
@ -2642,7 +2642,7 @@ gtk_combo_box_set_row_separator_func (GtkComboBox *combo_box,
}
/**
* gtk_combo_box_set_button_sensitivity: (attributes org.gtk.Method.set_property=button-sensitivity)
* gtk_combo_box_set_button_sensitivity:
* @combo_box: a `GtkComboBox`
* @sensitivity: specify the sensitivity of the dropdown button
*
@ -2669,7 +2669,7 @@ gtk_combo_box_set_button_sensitivity (GtkComboBox *combo_box,
}
/**
* gtk_combo_box_get_button_sensitivity: (attributes org.gtk.Method.get_property=button-sensitivity)
* gtk_combo_box_get_button_sensitivity:
* @combo_box: a `GtkComboBox`
*
* Returns whether the combo box sets the dropdown button
@ -2694,7 +2694,7 @@ gtk_combo_box_get_button_sensitivity (GtkComboBox *combo_box)
/**
* gtk_combo_box_get_has_entry: (attributes org.gtk.Method.get_property=has-entry)
* gtk_combo_box_get_has_entry:
* @combo_box: a `GtkComboBox`
*
* Returns whether the combo box has an entry.
@ -2833,7 +2833,7 @@ gtk_combo_box_buildable_get_internal_child (GtkBuildable *buildable,
}
/**
* gtk_combo_box_set_id_column: (attributes org.gtk.Method.set_property=id-column)
* gtk_combo_box_set_id_column:
* @combo_box: A `GtkComboBox`
* @id_column: A column in @model to get string IDs for values from
*
@ -2866,7 +2866,7 @@ gtk_combo_box_set_id_column (GtkComboBox *combo_box,
}
/**
* gtk_combo_box_get_id_column: (attributes org.gtk.Method.get_property=id-column)
* gtk_combo_box_get_id_column:
* @combo_box: A `GtkComboBox`
*
* Returns the column which @combo_box is using to get string IDs
@ -2887,7 +2887,7 @@ gtk_combo_box_get_id_column (GtkComboBox *combo_box)
}
/**
* gtk_combo_box_get_active_id: (attributes org.gtk.Method.get_property=active-id)
* gtk_combo_box_get_active_id:
* @combo_box: a `GtkComboBox`
*
* Returns the ID of the active row of @combo_box.
@ -2943,7 +2943,7 @@ gtk_combo_box_get_active_id (GtkComboBox *combo_box)
}
/**
* gtk_combo_box_set_active_id: (attributes org.gtk.Method.set_property=active-id)
* gtk_combo_box_set_active_id:
* @combo_box: a `GtkComboBox`
* @active_id: (nullable): the ID of the row to select
*
@ -3020,7 +3020,7 @@ gtk_combo_box_get_popup (GtkComboBox *combo_box)
}
/**
* gtk_combo_box_set_child: (attributes org.gtk.Method.set_property=child)
* gtk_combo_box_set_child:
* @combo_box: a `GtkComboBox`
* @child: (nullable): the child widget
*
@ -3047,7 +3047,7 @@ gtk_combo_box_set_child (GtkComboBox *combo_box,
}
/**
* gtk_combo_box_get_child: (attributes org.gtk.Method.get_property=child)
* gtk_combo_box_get_child:
* @combo_box: a `GtkComboBox`
*
* Gets the child widget of @combo_box.

View File

@ -318,7 +318,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntryCompletion:text-column: (attributes org.gtk.Property.get=gtk_entry_completion_get_text_column org.gtk.Property.set=gtk_entry_completion_set_text_column)
* GtkEntryCompletion:text-column:
*
* The column of the model containing the strings.
*
@ -330,7 +330,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
GTK_PARAM_READWRITE);
/**
* GtkEntryCompletion:inline-completion: (attributes org.gtk.Property.get=gtk_entry_completion_get_inline_completion org.gtk.Property.set=gtk_entry_completion_set_inline_completion)
* GtkEntryCompletion:inline-completion:
*
* Determines whether the common prefix of the possible completions
* should be inserted automatically in the entry.
@ -344,7 +344,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntryCompletion:popup-completion: (attributes org.gtk.Property.get=gtk_entry_completion_get_popup_completion org.gtk.Property.set=gtk_entry_completion_set_popup_completion)
* GtkEntryCompletion:popup-completion:
*
* Determines whether the possible completions should be
* shown in a popup window.
@ -355,7 +355,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntryCompletion:popup-set-width: (attributes org.gtk.Property.get=gtk_entry_completion_get_popup_set_width org.gtk.Property.set=gtk_entry_completion_set_popup_set_width)
* GtkEntryCompletion:popup-set-width:
*
* Determines whether the completions popup window will be
* resized to the width of the entry.
@ -366,7 +366,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntryCompletion:popup-single-match: (attributes org.gtk.Property.get=gtk_entry_completion_get_popup_single_match org.gtk.Property.set=gtk_entry_completion_set_popup_single_match)
* GtkEntryCompletion:popup-single-match:
*
* Determines whether the completions popup window will shown
* for a single possible completion.
@ -380,7 +380,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntryCompletion:inline-selection: (attributes org.gtk.Property.get=gtk_entry_completion_get_inline_selection org.gtk.Property.set=gtk_entry_completion_set_inline_selection)
* GtkEntryCompletion:inline-selection:
*
* Determines whether the possible completions on the popup
* will appear in the entry as you navigate through them.
@ -877,7 +877,7 @@ gtk_entry_completion_get_entry (GtkEntryCompletion *completion)
}
/**
* gtk_entry_completion_set_model: (attributes org.gtk.Method.set_property=model)
* gtk_entry_completion_set_model:
* @completion: a `GtkEntryCompletion`
* @model: (nullable): the `GtkTreeModel`
*
@ -924,7 +924,7 @@ gtk_entry_completion_set_model (GtkEntryCompletion *completion,
}
/**
* gtk_entry_completion_get_model: (attributes org.gtk.Method.get_property=model)
* gtk_entry_completion_get_model:
* @completion: a `GtkEntryCompletion`
*
* Returns the model the `GtkEntryCompletion` is using as data source.
@ -1064,7 +1064,7 @@ gtk_entry_completion_complete (GtkEntryCompletion *completion)
}
/**
* gtk_entry_completion_set_text_column: (attributes org.gtk.Method.set_property=text-column)
* gtk_entry_completion_set_text_column:
* @completion: a `GtkEntryCompletion`
* @column: the column in the model of @completion to get strings from
*
@ -1107,7 +1107,7 @@ gtk_entry_completion_set_text_column (GtkEntryCompletion *completion,
}
/**
* gtk_entry_completion_get_text_column: (attributes org.gtk.Method.get_property=text-column)
* gtk_entry_completion_get_text_column:
* @completion: a `GtkEntryCompletion`
*
* Returns the column in the model of @completion to get strings from.
@ -1470,7 +1470,7 @@ gtk_entry_completion_insert_prefix (GtkEntryCompletion *completion)
}
/**
* gtk_entry_completion_set_inline_completion: (attributes org.gtk.Method.set_property=inline-completion)
* gtk_entry_completion_set_inline_completion:
* @completion: a `GtkEntryCompletion`
* @inline_completion: %TRUE to do inline completion
*
@ -1496,7 +1496,7 @@ gtk_entry_completion_set_inline_completion (GtkEntryCompletion *completion,
}
/**
* gtk_entry_completion_get_inline_completion: (attributes org.gtk.Method.get_property=inline-completion)
* gtk_entry_completion_get_inline_completion:
* @completion: a `GtkEntryCompletion`
*
* Returns whether the common prefix of the possible completions should
@ -1515,7 +1515,7 @@ gtk_entry_completion_get_inline_completion (GtkEntryCompletion *completion)
}
/**
* gtk_entry_completion_set_popup_completion: (attributes org.gtk.Method.set_property=popup-completion)
* gtk_entry_completion_set_popup_completion:
* @completion: a `GtkEntryCompletion`
* @popup_completion: %TRUE to do popup completion
*
@ -1541,7 +1541,7 @@ gtk_entry_completion_set_popup_completion (GtkEntryCompletion *completion,
/**
* gtk_entry_completion_get_popup_completion: (attributes org.gtk.Method.get_property=popup-completion)
* gtk_entry_completion_get_popup_completion:
* @completion: a `GtkEntryCompletion`
*
* Returns whether the completions should be presented in a popup window.
@ -1559,7 +1559,7 @@ gtk_entry_completion_get_popup_completion (GtkEntryCompletion *completion)
}
/**
* gtk_entry_completion_set_popup_set_width: (attributes org.gtk.Method.set_property=popup-set-width)
* gtk_entry_completion_set_popup_set_width:
* @completion: a `GtkEntryCompletion`
* @popup_set_width: %TRUE to make the width of the popup the same as the entry
*
@ -1585,7 +1585,7 @@ gtk_entry_completion_set_popup_set_width (GtkEntryCompletion *completion,
}
/**
* gtk_entry_completion_get_popup_set_width: (attributes org.gtk.Method.get_property=popup-set-width)
* gtk_entry_completion_get_popup_set_width:
* @completion: a `GtkEntryCompletion`
*
* Returns whether the completion popup window will be resized to the
@ -1606,7 +1606,7 @@ gtk_entry_completion_get_popup_set_width (GtkEntryCompletion *completion)
/**
* gtk_entry_completion_set_popup_single_match: (attributes org.gtk.Method.set_property=popup-single-match)
* gtk_entry_completion_set_popup_single_match:
* @completion: a `GtkEntryCompletion`
* @popup_single_match: %TRUE if the popup should appear even for a single match
*
@ -1635,7 +1635,7 @@ gtk_entry_completion_set_popup_single_match (GtkEntryCompletion *completion,
}
/**
* gtk_entry_completion_get_popup_single_match: (attributes org.gtk.Method.get_property=popup-single-match)
* gtk_entry_completion_get_popup_single_match:
* @completion: a `GtkEntryCompletion`
*
* Returns whether the completion popup window will appear even if there is
@ -1655,7 +1655,7 @@ gtk_entry_completion_get_popup_single_match (GtkEntryCompletion *completion)
}
/**
* gtk_entry_completion_set_inline_selection: (attributes org.gtk.Method.set_property=inline-selection)
* gtk_entry_completion_set_inline_selection:
* @completion: a `GtkEntryCompletion`
* @inline_selection: %TRUE to do inline selection
*
@ -1681,7 +1681,7 @@ gtk_entry_completion_set_inline_selection (GtkEntryCompletion *completion,
}
/**
* gtk_entry_completion_get_inline_selection: (attributes org.gtk.Method.get_property=inline-selection)
* gtk_entry_completion_get_inline_selection:
* @completion: a `GtkEntryCompletion`
*
* Returns %TRUE if inline-selection mode is turned on.

View File

@ -81,7 +81,7 @@ static void
gtk_file_chooser_default_init (GtkFileChooserInterface *iface)
{
/**
* GtkFileChooser:action: (attributes org.gtk.Property.get=gtk_file_chooser_get_action org.gtk.Property.set=gtk_file_chooser_set_action)
* GtkFileChooser:action:
*
* The type of operation that the file chooser is performing.
*
@ -95,7 +95,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface)
/**
* GtkFileChooser:filter: (attributes org.gtk.Property.get=gtk_file_chooser_get_filter org.gtk.Property.set=gtk_file_chooser_set_filter)
* GtkFileChooser:filter:
*
* The current filter for selecting files that are displayed.
*
@ -107,7 +107,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface)
GTK_PARAM_READWRITE));
/**
* GtkFileChooser:select-multiple: (attributes org.gtk.Property.get=gtk_file_chooser_get_select_multiple org.gtk.Property.set=gtk_file_chooser_set_select_multiple)
* GtkFileChooser:select-multiple:
*
* Whether to allow multiple files to be selected.
*
@ -119,7 +119,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface)
GTK_PARAM_READWRITE));
/**
* GtkFileChooser:filters: (attributes org.gtk.Property.get=gtk_file_chooser_get_filters)
* GtkFileChooser:filters:
*
* A `GListModel` containing the filters that have been
* added with gtk_file_chooser_add_filter().
@ -135,7 +135,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface)
GTK_PARAM_READABLE));
/**
* GtkFileChooser:shortcut-folders: (attributes org.gtk.Property.get=gtk_file_chooser_get_shortcut_folders)
* GtkFileChooser:shortcut-folders:
*
* A `GListModel` containing the shortcut folders that have been
* added with gtk_file_chooser_add_shortcut_folder().
@ -151,7 +151,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface)
GTK_PARAM_READABLE));
/**
* GtkFileChooser:create-folders: (attributes org.gtk.Property.get=gtk_file_chooser_get_create_folders org.gtk.Property.set=gtk_file_chooser_set_create_folders)
* GtkFileChooser:create-folders:
*
* Whether a file chooser not in %GTK_FILE_CHOOSER_ACTION_OPEN mode
* will offer the user to create new folders.
@ -178,7 +178,7 @@ gtk_file_chooser_error_quark (void)
}
/**
* gtk_file_chooser_set_action: (attributes org.gtk.Method.set_property=action)
* gtk_file_chooser_set_action:
* @chooser: a `GtkFileChooser`
* @action: the action that the file selector is performing
*
@ -202,7 +202,7 @@ gtk_file_chooser_set_action (GtkFileChooser *chooser,
}
/**
* gtk_file_chooser_get_action: (attributes org.gtk.Method.get_property=action)
* gtk_file_chooser_get_action:
* @chooser: a `GtkFileChooser`
*
* Gets the type of operation that the file chooser is performing.
@ -224,7 +224,7 @@ gtk_file_chooser_get_action (GtkFileChooser *chooser)
}
/**
* gtk_file_chooser_set_select_multiple: (attributes org.gtk.Method.set_property=select-multiple)
* gtk_file_chooser_set_select_multiple:
* @chooser: a `GtkFileChooser`
* @select_multiple: %TRUE if multiple files can be selected.
*
@ -246,7 +246,7 @@ gtk_file_chooser_set_select_multiple (GtkFileChooser *chooser,
}
/**
* gtk_file_chooser_get_select_multiple: (attributes org.gtk.Method.get_property=select-multiple)
* gtk_file_chooser_get_select_multiple:
* @chooser: a `GtkFileChooser`
*
* Gets whether multiple files can be selected in the file
@ -269,7 +269,7 @@ gtk_file_chooser_get_select_multiple (GtkFileChooser *chooser)
}
/**
* gtk_file_chooser_set_create_folders: (attributes org.gtk.Method.set_property=create-folders)
* gtk_file_chooser_set_create_folders:
* @chooser: a `GtkFileChooser`
* @create_folders: %TRUE if the Create Folder button should be displayed
*
@ -290,7 +290,7 @@ gtk_file_chooser_set_create_folders (GtkFileChooser *chooser,
}
/**
* gtk_file_chooser_get_create_folders: (attributes org.gtk.Method.get_property=create-folders)
* gtk_file_chooser_get_create_folders:
* @chooser: a `GtkFileChooser`
*
* Gets whether file chooser will offer to create new folders.
@ -662,7 +662,7 @@ gtk_file_chooser_remove_filter (GtkFileChooser *chooser,
}
/**
* gtk_file_chooser_get_filters: (attributes org.gtk.Method.get_property=filters)
* gtk_file_chooser_get_filters:
* @chooser: a `GtkFileChooser`
*
* Gets the current set of user-selectable filters, as a list model.
@ -687,7 +687,7 @@ gtk_file_chooser_get_filters (GtkFileChooser *chooser)
}
/**
* gtk_file_chooser_set_filter: (attributes org.gtk.Method.set_property=filter)
* gtk_file_chooser_set_filter:
* @chooser: a `GtkFileChooser`
* @filter: a `GtkFileFilter`
*
@ -714,7 +714,7 @@ gtk_file_chooser_set_filter (GtkFileChooser *chooser,
}
/**
* gtk_file_chooser_get_filter: (attributes org.gtk.Method.get_property=filter)
* gtk_file_chooser_get_filter:
* @chooser: a `GtkFileChooser`
*
* Gets the current filter.
@ -742,7 +742,7 @@ gtk_file_chooser_get_filter (GtkFileChooser *chooser)
}
/**
* gtk_file_chooser_get_shortcut_folders: (attributes org.gtk.Method.get_property=shortcut-folders)
* gtk_file_chooser_get_shortcut_folders:
* @chooser: a `GtkFileChooser`
*
* Queries the list of shortcut folders in the file chooser.

View File

@ -497,7 +497,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
_gtk_font_chooser_install_properties (gobject_class);
/**
* GtkFontButton:title: (attributes org.gtk.Property.get=gtk_font_button_get_title org.gtk.Property.set=gtk_font_button_set_title)
* GtkFontButton:title:
*
* The title of the font chooser dialog.
*/
@ -508,7 +508,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
GTK_PARAM_READWRITE));
/**
* GtkFontButton:use-font: (attributes org.gtk.Property.get=gtk_font_button_get_use_font org.gtk.Property.set=gtk_font_button_set_use_font)
* GtkFontButton:use-font:
*
* Whether the buttons label will be drawn in the selected font.
*/
@ -519,7 +519,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkFontButton:use-size: (attributes org.gtk.Property.get=gtk_font_button_get_use_size org.gtk.Property.set=gtk_font_button_set_use_size)
* GtkFontButton:use-size:
*
* Whether the buttons label will use the selected font size.
*/
@ -530,7 +530,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkFontButton:modal: (attributes org.gtk.Property.get=gtk_font_button_get_modal org.gtk.Property.set=gtk_font_button_set_modal)
* GtkFontButton:modal:
*
* Whether the font chooser dialog should be modal.
*/
@ -777,7 +777,7 @@ gtk_font_button_new_with_font (const char *fontname)
}
/**
* gtk_font_button_set_title: (attributes org.gtk.Method.set_property=title)
* gtk_font_button_set_title:
* @font_button: a `GtkFontButton`
* @title: a string containing the font chooser dialog title
*
@ -803,7 +803,7 @@ gtk_font_button_set_title (GtkFontButton *font_button,
}
/**
* gtk_font_button_get_title: (attributes org.gtk.Method.get_property=title)
* gtk_font_button_get_title:
* @font_button: a `GtkFontButton`
*
* Retrieves the title of the font chooser dialog.
@ -822,7 +822,7 @@ gtk_font_button_get_title (GtkFontButton *font_button)
}
/**
* gtk_font_button_set_modal: (attributes org.gtk.Method.set_property=modal)
* gtk_font_button_set_modal:
* @font_button: a `GtkFontButton`
* @modal: %TRUE to make the dialog modal
*
@ -848,7 +848,7 @@ gtk_font_button_set_modal (GtkFontButton *font_button,
}
/**
* gtk_font_button_get_modal: (attributes org.gtk.Method.get_property=modal)
* gtk_font_button_get_modal:
* @font_button: a `GtkFontButton`
*
* Gets whether the dialog is modal.
@ -866,7 +866,7 @@ gtk_font_button_get_modal (GtkFontButton *font_button)
}
/**
* gtk_font_button_get_use_font: (attributes org.gtk.Method.get_property=use-font)
* gtk_font_button_get_use_font:
* @font_button: a `GtkFontButton`
*
* Returns whether the selected font is used in the label.
@ -884,7 +884,7 @@ gtk_font_button_get_use_font (GtkFontButton *font_button)
}
/**
* gtk_font_button_set_use_font: (attributes org.gtk.Method.set_property=use-font)
* gtk_font_button_set_use_font:
* @font_button: a `GtkFontButton`
* @use_font: If %TRUE, font name will be written using font chosen.
*
@ -913,7 +913,7 @@ gtk_font_button_set_use_font (GtkFontButton *font_button,
/**
* gtk_font_button_get_use_size: (attributes org.gtk.Method.get_property=use-size)
* gtk_font_button_get_use_size:
* @font_button: a `GtkFontButton`
*
* Returns whether the selected size is used in the label.
@ -931,7 +931,7 @@ gtk_font_button_get_use_size (GtkFontButton *font_button)
}
/**
* gtk_font_button_set_use_size: (attributes org.gtk.Method.set_property=use-size)
* gtk_font_button_set_use_size:
* @font_button: a `GtkFontButton`
* @use_size: If %TRUE, font name will be written using the
* selected size.

View File

@ -56,7 +56,7 @@ static void
gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
{
/**
* GtkFontChooser:font: (attributes org.gtk.Property.get=gtk_font_chooser_get_font org.gtk.Property.set=gtk_font_chooser_set_font)
* GtkFontChooser:font:
*
* The font description as a string, e.g. "Sans Italic 12".
*
@ -69,7 +69,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
GTK_PARAM_READWRITE));
/**
* GtkFontChooser:font-desc: (attributes org.gtk.Property.get=gtk_font_chooser_get_font_desc org.gtk.Property.set=gtk_font_chooser_set_font_desc)
* GtkFontChooser:font-desc:
*
* The font description as a `PangoFontDescription`.
*
@ -82,7 +82,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
GTK_PARAM_READWRITE));
/**
* GtkFontChooser:preview-text: (attributes org.gtk.Property.get=gtk_font_chooser_get_preview_text org.gtk.Property.set=gtk_font_chooser_set_preview_text)
* GtkFontChooser:preview-text:
*
* The string with which to preview the font.
*
@ -95,7 +95,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
GTK_PARAM_READWRITE));
/**
* GtkFontChooser:show-preview-entry: (attributes org.gtk.Property.get=gtk_font_chooser_get_show_preview_entry org.gtk.Property.set=gtk_font_chooser_set_show_preview_entry)
* GtkFontChooser:show-preview-entry:
*
* Whether to show an entry to change the preview text.
*
@ -108,7 +108,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkFontChooser:level: (attributes org.gtk.Property.get=gtk_font_chooser_get_level org.gtk.Property.set=gtk_font_chooser_set_level)
* GtkFontChooser:level:
*
* The level of granularity to offer for selecting fonts.
*
@ -124,7 +124,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkFontChooser:font-features: (attributes org.gtk.Property.get=gtk_font_chooser_get_font_features)
* GtkFontChooser:font-features:
*
* The selected font features.
*
@ -140,7 +140,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
GTK_PARAM_READABLE));
/**
* GtkFontChooser:language: (attributes org.gtk.Property.get=gtk_font_chooser_get_language org.gtk.Property.set=gtk_font_chooser_set_language)
* GtkFontChooser:language:
*
* The language for which the font features were selected.
*
@ -244,7 +244,7 @@ gtk_font_chooser_get_font_size (GtkFontChooser *fontchooser)
}
/**
* gtk_font_chooser_get_font: (attributes org.gtk.Method.get_property=font)
* gtk_font_chooser_get_font:
* @fontchooser: a `GtkFontChooser`
*
* Gets the currently-selected font name.
@ -278,7 +278,7 @@ gtk_font_chooser_get_font (GtkFontChooser *fontchooser)
}
/**
* gtk_font_chooser_set_font: (attributes org.gtk.Method.set_property=font)
* gtk_font_chooser_set_font:
* @fontchooser: a `GtkFontChooser`
* @fontname: a font name like Helvetica 12 or Times Bold 18
*
@ -298,7 +298,7 @@ gtk_font_chooser_set_font (GtkFontChooser *fontchooser,
}
/**
* gtk_font_chooser_get_font_desc: (attributes org.gtk.Method.get_property=font-desc)
* gtk_font_chooser_get_font_desc:
* @fontchooser: a `GtkFontChooser`
*
* Gets the currently-selected font.
@ -331,7 +331,7 @@ gtk_font_chooser_get_font_desc (GtkFontChooser *fontchooser)
}
/**
* gtk_font_chooser_set_font_desc: (attributes org.gtk.Method.set_property=font-desc)
* gtk_font_chooser_set_font_desc:
* @fontchooser: a `GtkFontChooser`
* @font_desc: a `PangoFontDescription`
*
@ -351,7 +351,7 @@ gtk_font_chooser_set_font_desc (GtkFontChooser *fontchooser,
}
/**
* gtk_font_chooser_get_preview_text: (attributes org.gtk.Method.get_property=preview-text)
* gtk_font_chooser_get_preview_text:
* @fontchooser: a `GtkFontChooser`
*
* Gets the text displayed in the preview area.
@ -374,7 +374,7 @@ gtk_font_chooser_get_preview_text (GtkFontChooser *fontchooser)
}
/**
* gtk_font_chooser_set_preview_text: (attributes org.gtk.Method.set_property=preview-text)
* gtk_font_chooser_set_preview_text:
* @fontchooser: a `GtkFontChooser`
* @text: (transfer none): the text to display in the preview area
*
@ -396,7 +396,7 @@ gtk_font_chooser_set_preview_text (GtkFontChooser *fontchooser,
}
/**
* gtk_font_chooser_get_show_preview_entry: (attributes org.gtk.Method.get_property=show-preview-entry)
* gtk_font_chooser_get_show_preview_entry:
* @fontchooser: a `GtkFontChooser`
*
* Returns whether the preview entry is shown or not.
@ -419,7 +419,7 @@ gtk_font_chooser_get_show_preview_entry (GtkFontChooser *fontchooser)
}
/**
* gtk_font_chooser_set_show_preview_entry: (attributes org.gtk.Method.set_property=show-preview-entry)
* gtk_font_chooser_set_show_preview_entry:
* @fontchooser: a `GtkFontChooser`
* @show_preview_entry: whether to show the editable preview entry or not
*
@ -545,7 +545,7 @@ gtk_font_chooser_get_font_map (GtkFontChooser *fontchooser)
}
/**
* gtk_font_chooser_set_level: (attributes org.gtk.Method.set_property=level)
* gtk_font_chooser_set_level:
* @fontchooser: a `GtkFontChooser`
* @level: the desired level of granularity
*
@ -564,7 +564,7 @@ gtk_font_chooser_set_level (GtkFontChooser *fontchooser,
}
/**
* gtk_font_chooser_get_level: (attributes org.gtk.Method.get_property=level)
* gtk_font_chooser_get_level:
* @fontchooser: a `GtkFontChooser`
*
* Returns the current level of granularity for selecting fonts.
@ -587,7 +587,7 @@ gtk_font_chooser_get_level (GtkFontChooser *fontchooser)
}
/**
* gtk_font_chooser_get_font_features: (attributes org.gtk.Method.get_property=font-features)
* gtk_font_chooser_get_font_features:
* @fontchooser: a `GtkFontChooser`
*
* Gets the currently-selected font features.
@ -614,7 +614,7 @@ gtk_font_chooser_get_font_features (GtkFontChooser *fontchooser)
}
/**
* gtk_font_chooser_get_language: (attributes org.gtk.Method.get_property=language)
* gtk_font_chooser_get_language:
* @fontchooser: a `GtkFontChooser`
*
* Gets the language that is used for font features.
@ -637,7 +637,7 @@ gtk_font_chooser_get_language (GtkFontChooser *fontchooser)
}
/**
* gtk_font_chooser_set_language: (attributes org.gtk.Method.set_property=language)
* gtk_font_chooser_set_language:
* @fontchooser: a `GtkFontChooser`
* @language: a language
*

View File

@ -355,7 +355,7 @@ gtk_info_bar_class_init (GtkInfoBarClass *klass)
klass->close = gtk_info_bar_close;
/**
* GtkInfoBar:message-type: (attributes org.gtk.Property.get=gtk_info_bar_get_message_type org.gtk.Property.set=gtk_info_bar_set_message_type)
* GtkInfoBar:message-type:
*
* The type of the message.
*
@ -368,7 +368,7 @@ gtk_info_bar_class_init (GtkInfoBarClass *klass)
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkInfoBar:show-close-button: (attributes org.gtk.Property.get=gtk_info_bar_get_show_close_button org.gtk.Property.set=gtk_info_bar_set_show_close_button)
* GtkInfoBar:show-close-button:
*
* Whether to include a standard close button.
*/
@ -378,7 +378,7 @@ gtk_info_bar_class_init (GtkInfoBarClass *klass)
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkInfoBar:revealed: (attributes org.gtk.Property.get=gtk_info_bar_get_revealed org.gtk.Property.set=gtk_info_bar_set_revealed)
* GtkInfoBar:revealed:
*
* Whether the info bar shows its contents.
*/
@ -1104,7 +1104,7 @@ gtk_info_bar_buildable_add_child (GtkBuildable *buildable,
}
/**
* gtk_info_bar_set_message_type: (attributes org.gtk.Method.set_property=message-type)
* gtk_info_bar_set_message_type:
* @info_bar: a `GtkInfoBar`
* @message_type: a `GtkMessageType`
*
@ -1145,7 +1145,7 @@ gtk_info_bar_set_message_type (GtkInfoBar *info_bar,
}
/**
* gtk_info_bar_get_message_type: (attributes org.gtk.Method.get_property=message-type)
* gtk_info_bar_get_message_type:
* @info_bar: a `GtkInfoBar`
*
* Returns the message type of the message area.
@ -1164,7 +1164,7 @@ gtk_info_bar_get_message_type (GtkInfoBar *info_bar)
/**
* gtk_info_bar_set_show_close_button: (attributes org.gtk.Method.set_property=show-close-button)
* gtk_info_bar_set_show_close_button:
* @info_bar: a `GtkInfoBar`
* @setting: %TRUE to include a close button
*
@ -1188,7 +1188,7 @@ gtk_info_bar_set_show_close_button (GtkInfoBar *info_bar,
}
/**
* gtk_info_bar_get_show_close_button: (attributes org.gtk.Method.get_property=show-close-button)
* gtk_info_bar_get_show_close_button:
* @info_bar: a `GtkInfoBar`
*
* Returns whether the widget will display a standard close button.
@ -1206,7 +1206,7 @@ gtk_info_bar_get_show_close_button (GtkInfoBar *info_bar)
}
/**
* gtk_info_bar_set_revealed: (attributes org.gtk.Method.set_property=revealed)
* gtk_info_bar_set_revealed:
* @info_bar: a `GtkInfoBar`
* @revealed: The new value of the property
*
@ -1235,7 +1235,7 @@ gtk_info_bar_set_revealed (GtkInfoBar *info_bar,
}
/**
* gtk_info_bar_get_revealed: (attributes org.gtk.Method.get_property=revealed)
* gtk_info_bar_get_revealed:
* @info_bar: a `GtkInfoBar`
*
* Returns whether the info bar is currently revealed.

View File

@ -270,7 +270,7 @@ gtk_lock_button_class_init (GtkLockButtonClass *klass)
button_class->clicked = gtk_lock_button_clicked;
/**
* GtkLockButton:permission: (attributes org.gtk.Property.get=gtk_lock_button_get_permission org.gtk.Property.set=gtk_lock_button_set_permission)
* GtkLockButton:permission:
*
* The `GPermission object controlling this button.
*
@ -537,7 +537,7 @@ gtk_lock_button_new (GPermission *permission)
}
/**
* gtk_lock_button_get_permission: (attributes org.gtk.Method.get_property=permission)
* gtk_lock_button_get_permission:
* @button: a `GtkLockButton`
*
* Obtains the `GPermission` object that controls @button.
@ -555,7 +555,7 @@ gtk_lock_button_get_permission (GtkLockButton *button)
}
/**
* gtk_lock_button_set_permission: (attributes org.gtk.Method.set_property=permission)
* gtk_lock_button_set_permission:
* @button: a `GtkLockButton`
* @permission: (nullable): a `GPermission` object
*

View File

@ -382,7 +382,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
_gtk_marshal_BOOLEAN__STRINGv);
/**
* GtkAboutDialog:program-name: (attributes org.gtk.Property.get=gtk_about_dialog_get_program_name org.gtk.Property.set=gtk_about_dialog_set_program_name)
* GtkAboutDialog:program-name:
*
* The name of the program.
*
@ -395,7 +395,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:version: (attributes org.gtk.Property.get=gtk_about_dialog_get_version org.gtk.Property.set=gtk_about_dialog_set_version)
* GtkAboutDialog:version:
*
* The version of the program.
*/
@ -405,7 +405,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:copyright: (attributes org.gtk.Property.get=gtk_about_dialog_get_copyright org.gtk.Property.set=gtk_about_dialog_set_copyright)
* GtkAboutDialog:copyright:
*
* Copyright information for the program.
*/
@ -415,7 +415,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:comments: (attributes org.gtk.Property.get=gtk_about_dialog_get_comments org.gtk.Property.set=gtk_about_dialog_set_comments)
* GtkAboutDialog:comments:
*
* Comments about the program.
*
@ -429,7 +429,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:license: (attributes org.gtk.Property.get=gtk_about_dialog_get_license org.gtk.Property.set=gtk_about_dialog_set_license)
* GtkAboutDialog:license:
*
* The license of the program, as free-form text.
*
@ -452,7 +452,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:system-information: (attributes org.gtk.Property.get=gtk_about_dialog_get_system_information org.gtk.Property.set=gtk_about_dialog_set_system_information)
* GtkAboutDialog:system-information:
*
* Information about the system on which the program is running.
*
@ -470,7 +470,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:license-type: (attributes org.gtk.Property.get=gtk_about_dialog_get_license_type org.gtk.Property.set=gtk_about_dialog_set_license_type)
* GtkAboutDialog:license-type:
*
* The license of the program.
*
@ -495,7 +495,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:website: (attributes org.gtk.Property.get=gtk_about_dialog_get_website org.gtk.Property.set=gtk_about_dialog_set_website)
* GtkAboutDialog:website:
*
* The URL for the link to the website of the program.
*
@ -507,7 +507,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:website-label: (attributes org.gtk.Property.get=gtk_about_dialog_get_website_label org.gtk.Property.set=gtk_about_dialog_set_website_label)
* GtkAboutDialog:website-label:
*
* The label for the link to the website of the program.
*/
@ -517,7 +517,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:authors: (attributes org.gtk.Property.get=gtk_about_dialog_get_authors org.gtk.Property.set=gtk_about_dialog_set_authors)
* GtkAboutDialog:authors:
*
* The authors of the program, as a `NULL`-terminated array of strings.
*
@ -530,7 +530,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:documenters: (attributes org.gtk.Property.get=gtk_about_dialog_get_documenters org.gtk.Property.set=gtk_about_dialog_set_documenters)
* GtkAboutDialog:documenters:
*
* The people documenting the program, as a `NULL`-terminated array of strings.
*
@ -543,7 +543,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:artists: (attributes org.gtk.Property.get=gtk_about_dialog_get_artists org.gtk.Property.set=gtk_about_dialog_set_artists)
* GtkAboutDialog:artists:
*
* The people who contributed artwork to the program, as a `NULL`-terminated
* array of strings.
@ -557,7 +557,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:translator-credits: (attributes org.gtk.Property.get=gtk_about_dialog_get_translator_credits org.gtk.Property.set=gtk_about_dialog_set_translator_credits)
* GtkAboutDialog:translator-credits:
*
* Credits to the translators.
*
@ -572,7 +572,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:logo: (attributes org.gtk.Property.get=gtk_about_dialog_get_logo org.gtk.Property.set=gtk_about_dialog_set_logo)
* GtkAboutDialog:logo:
*
* A logo for the about box.
*
@ -585,7 +585,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:logo-icon-name: (attributes org.gtk.Property.get=gtk_about_dialog_get_logo_icon_name org.gtk.Property.set=gtk_about_dialog_set_logo_icon_name)
* GtkAboutDialog:logo-icon-name:
*
* A named icon to use as the logo for the about box.
*
@ -597,7 +597,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAboutDialog:wrap-license: (attributes org.gtk.Property.get=gtk_about_dialog_get_wrap_license org.gtk.Property.set=gtk_about_dialog_set_wrap_license)
* GtkAboutDialog:wrap-license:
*
* Whether to wrap the text in the license dialog.
*/
@ -1041,7 +1041,7 @@ update_website (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_get_program_name: (attributes org.gtk.Method.get_property=program-name)
* gtk_about_dialog_get_program_name:
* @about: a `GtkAboutDialog`
*
* Returns the program name displayed in the about dialog.
@ -1076,7 +1076,7 @@ update_name_version (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_program_name: (attributes org.gtk.Method.set_property=program-name)
* gtk_about_dialog_set_program_name:
* @about: a `GtkAboutDialog`
* @name: (nullable): the program name
*
@ -1104,7 +1104,7 @@ gtk_about_dialog_set_program_name (GtkAboutDialog *about,
/**
* gtk_about_dialog_get_version: (attributes org.gtk.Method.get_property=version)
* gtk_about_dialog_get_version:
* @about: a `GtkAboutDialog`
*
* Returns the version string.
@ -1120,7 +1120,7 @@ gtk_about_dialog_get_version (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_version: (attributes org.gtk.Method.set_property=version)
* gtk_about_dialog_set_version:
* @about: a `GtkAboutDialog`
* @version: (nullable): the version string
*
@ -1144,7 +1144,7 @@ gtk_about_dialog_set_version (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_copyright: (attributes org.gtk.Method.get_property=copyright)
* gtk_about_dialog_get_copyright:
* @about: a `GtkAboutDialog`
*
* Returns the copyright string.
@ -1160,7 +1160,7 @@ gtk_about_dialog_get_copyright (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_copyright: (attributes org.gtk.Method.set_property=copyright)
* gtk_about_dialog_set_copyright:
* @about: a `GtkAboutDialog`
* @copyright: (nullable): the copyright string
*
@ -1193,7 +1193,7 @@ gtk_about_dialog_set_copyright (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_comments: (attributes org.gtk.Method.get_property=comments)
* gtk_about_dialog_get_comments:
* @about: a `GtkAboutDialog`
*
* Returns the comments string.
@ -1209,7 +1209,7 @@ gtk_about_dialog_get_comments (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_comments: (attributes org.gtk.Method.set_property=comments)
* gtk_about_dialog_set_comments:
* @about: a `GtkAboutDialog`
* @comments: (nullable): a comments string
*
@ -1243,7 +1243,7 @@ gtk_about_dialog_set_comments (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_license: (attributes org.gtk.Method.get_property=license)
* gtk_about_dialog_get_license:
* @about: a `GtkAboutDialog`
*
* Returns the license information.
@ -1259,7 +1259,7 @@ gtk_about_dialog_get_license (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_license: (attributes org.gtk.Method.set_property=license)
* gtk_about_dialog_set_license:
* @about: a `GtkAboutDialog`
* @license: (nullable): the license information
*
@ -1298,7 +1298,7 @@ gtk_about_dialog_set_license (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_system_information: (attributes org.gtk.Method.get_property=system-information)
* gtk_about_dialog_get_system_information:
* @about: a `GtkAboutDialog`
*
* Returns the system information that is shown in the about dialog.
@ -1314,7 +1314,7 @@ gtk_about_dialog_get_system_information (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_system_information: (attributes org.gtk.Method.set_property=system-information)
* gtk_about_dialog_set_system_information:
* @about: a `GtkAboutDialog`
* @system_information: (nullable): system information
*
@ -1340,7 +1340,7 @@ gtk_about_dialog_set_system_information (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_wrap_license: (attributes org.gtk.Method.get_property=wrap-license)
* gtk_about_dialog_get_wrap_license:
* @about: a `GtkAboutDialog`
*
* Returns whether the license text in the about dialog is
@ -1357,7 +1357,7 @@ gtk_about_dialog_get_wrap_license (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_wrap_license: (attributes org.gtk.Method.set_property=wrap-license)
* gtk_about_dialog_set_wrap_license:
* @about: a `GtkAboutDialog`
* @wrap_license: whether to wrap the license
*
@ -1381,7 +1381,7 @@ gtk_about_dialog_set_wrap_license (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_website: (attributes org.gtk.Method.get_property=website)
* gtk_about_dialog_get_website:
* @about: a `GtkAboutDialog`
*
* Returns the website URL.
@ -1397,7 +1397,7 @@ gtk_about_dialog_get_website (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_website: (attributes org.gtk.Method.set_property=website)
* gtk_about_dialog_set_website:
* @about: a `GtkAboutDialog`
* @website: (nullable): a URL string starting with `http://`
*
@ -1421,7 +1421,7 @@ gtk_about_dialog_set_website (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_website_label: (attributes org.gtk.Method.get_property=website-label)
* gtk_about_dialog_get_website_label:
* @about: a `GtkAboutDialog`
*
* Returns the label used for the website link.
@ -1437,7 +1437,7 @@ gtk_about_dialog_get_website_label (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_website_label: (attributes org.gtk.Method.set_property=website-label)
* gtk_about_dialog_set_website_label:
* @about: a `GtkAboutDialog`
* @website_label: the label used for the website link
*
@ -1461,7 +1461,7 @@ gtk_about_dialog_set_website_label (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_authors: (attributes org.gtk.Method.get_property=authors)
* gtk_about_dialog_get_authors:
* @about: a `GtkAboutDialog`
*
* Returns the names of the authors which are displayed
@ -1479,7 +1479,7 @@ gtk_about_dialog_get_authors (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_authors: (attributes org.gtk.Method.set_property=authors)
* gtk_about_dialog_set_authors:
* @about: a `GtkAboutDialog`
* @authors: (array zero-terminated=1): the authors of the application
*
@ -1504,7 +1504,7 @@ gtk_about_dialog_set_authors (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_documenters: (attributes org.gtk.Method.get_property=documenters)
* gtk_about_dialog_get_documenters:
* @about: a `GtkAboutDialog`
*
* Returns the name of the documenters which are displayed
@ -1522,7 +1522,7 @@ gtk_about_dialog_get_documenters (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_documenters: (attributes org.gtk.Method.set_property=documenters)
* gtk_about_dialog_set_documenters:
* @about: a `GtkAboutDialog`
* @documenters: (array zero-terminated=1): the authors of the documentation
* of the application
@ -1548,7 +1548,7 @@ gtk_about_dialog_set_documenters (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_artists: (attributes org.gtk.Method.get_property=artists)
* gtk_about_dialog_get_artists:
* @about: a `GtkAboutDialog`
*
* Returns the names of the artists which are displayed
@ -1566,7 +1566,7 @@ gtk_about_dialog_get_artists (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_artists: (attributes org.gtk.Method.set_property=artists)
* gtk_about_dialog_set_artists:
* @about: a `GtkAboutDialog`
* @artists: (array zero-terminated=1): the authors of the artwork
* of the application
@ -1592,7 +1592,7 @@ gtk_about_dialog_set_artists (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_translator_credits: (attributes org.gtk.Method.get_property=translator-credits)
* gtk_about_dialog_get_translator_credits:
* @about: a `GtkAboutDialog`
*
* Returns the translator credits string which is displayed
@ -1609,7 +1609,7 @@ gtk_about_dialog_get_translator_credits (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_translator_credits: (attributes org.gtk.Method.set_property=translator-credits)
* gtk_about_dialog_set_translator_credits:
* @about: a `GtkAboutDialog`
* @translator_credits: (nullable): the translator credits
*
@ -1650,7 +1650,7 @@ gtk_about_dialog_set_translator_credits (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_logo: (attributes org.gtk.Method.get_property=logo)
* gtk_about_dialog_get_logo:
* @about: a `GtkAboutDialog`
*
* Returns the paintable displayed as logo in the about dialog.
@ -1671,7 +1671,7 @@ gtk_about_dialog_get_logo (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_logo: (attributes org.gtk.Method.set_property=logo)
* gtk_about_dialog_set_logo:
* @about: a `GtkAboutDialog`
* @logo: (nullable): a `GdkPaintable`
*
@ -1697,7 +1697,7 @@ gtk_about_dialog_set_logo (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_logo_icon_name: (attributes org.gtk.Method.get_property=logo-icon-name)
* gtk_about_dialog_get_logo_icon_name:
* @about: a `GtkAboutDialog`
*
* Returns the icon name displayed as logo in the about dialog.
@ -1717,7 +1717,7 @@ gtk_about_dialog_get_logo_icon_name (GtkAboutDialog *about)
}
/**
* gtk_about_dialog_set_logo_icon_name: (attributes org.gtk.Method.set_property=logo-icon-name)
* gtk_about_dialog_set_logo_icon_name:
* @about: a `GtkAboutDialog`
* @icon_name: (nullable): an icon name
*
@ -2296,7 +2296,7 @@ gtk_show_about_dialog (GtkWindow *parent,
}
/**
* gtk_about_dialog_set_license_type: (attributes org.gtk.Method.set_property=license-type)
* gtk_about_dialog_set_license_type:
* @about: a `GtkAboutDialog`
* @license_type: the type of license
*
@ -2362,7 +2362,7 @@ gtk_about_dialog_set_license_type (GtkAboutDialog *about,
}
/**
* gtk_about_dialog_get_license_type: (attributes org.gtk.Method.get_property=license-type)
* gtk_about_dialog_get_license_type:
* @about: a `GtkAboutDialog`
*
* Retrieves the license type.

View File

@ -71,7 +71,7 @@ static void
gtk_accessible_default_init (GtkAccessibleInterface *iface)
{
/**
* GtkAccessible:accessible-role: (attributes org.gtk.Property.get=gtk_accessible_get_accessible_role)
* GtkAccessible:accessible-role:
*
* The accessible role of the given `GtkAccessible` implementation.
*

View File

@ -77,7 +77,7 @@ gtk_actionable_default_init (GtkActionableInterface *iface)
}
/**
* gtk_actionable_get_action_name: (attributes org.gtk.Property.get=action-name)
* gtk_actionable_get_action_name:
* @actionable: a `GtkActionable` widget
*
* Gets the action name for @actionable.
@ -94,7 +94,7 @@ gtk_actionable_get_action_name (GtkActionable *actionable)
}
/**
* gtk_actionable_set_action_name: (attributes org.gtk.Property.set=action-name)
* gtk_actionable_set_action_name:
* @actionable: a `GtkActionable` widget
* @action_name: (nullable): an action name
*
@ -123,7 +123,7 @@ gtk_actionable_set_action_name (GtkActionable *actionable,
}
/**
* gtk_actionable_get_action_target_value: (attributes org.gtk.Method.get_property=action-target)
* gtk_actionable_get_action_target_value: (get-property action-target)
* @actionable: a `GtkActionable` widget
*
* Gets the current target value of @actionable.
@ -140,7 +140,7 @@ gtk_actionable_get_action_target_value (GtkActionable *actionable)
}
/**
* gtk_actionable_set_action_target_value: (attributes org.gtk.Method.set_property=action-target)
* gtk_actionable_set_action_target_value: (set-property action-target)
* @actionable: a `GtkActionable` widget
* @target_value: (nullable): a [struct@GLib.Variant] to set as the target value
*

View File

@ -172,7 +172,7 @@ gtk_action_bar_class_init (GtkActionBarClass *klass)
widget_class->focus = gtk_widget_focus_child;
/**
* GtkActionBar:revealed: (attributes org.gtk.Property.get=gtk_action_bar_get_revealed org.gtk.Property.set=gtk_action_bar_set_revealed)
* GtkActionBar:revealed:
*
* Controls whether the action bar shows its contents.
*/
@ -336,7 +336,7 @@ gtk_action_bar_new (void)
}
/**
* gtk_action_bar_set_revealed: (attributes org.gtk.Method.set_property=revealed)
* gtk_action_bar_set_revealed:
* @action_bar: a `GtkActionBar`
* @revealed: The new value of the property
*
@ -360,7 +360,7 @@ gtk_action_bar_set_revealed (GtkActionBar *action_bar,
}
/**
* gtk_action_bar_get_revealed: (attributes org.gtk.Method.get_property=revealed)
* gtk_action_bar_get_revealed:
* @action_bar: a `GtkActionBar`
*
* Gets whether the contents of the action bar are revealed.

View File

@ -131,7 +131,7 @@ gtk_adjustment_class_init (GtkAdjustmentClass *class)
class->value_changed = NULL;
/**
* GtkAdjustment:value: (attributes org.gtk.Property.get=gtk_adjustment_get_value org.gtk.Property.set=gtk_adjustment_set_value)
* GtkAdjustment:value:
*
* The value of the adjustment.
*/
@ -142,7 +142,7 @@ gtk_adjustment_class_init (GtkAdjustmentClass *class)
GTK_PARAM_READWRITE);
/**
* GtkAdjustment:lower: (attributes org.gtk.Property.get=gtk_adjustment_get_lower org.gtk.Property.set=gtk_adjustment_set_lower)
* GtkAdjustment:lower:
*
* The minimum value of the adjustment.
*/
@ -153,7 +153,7 @@ gtk_adjustment_class_init (GtkAdjustmentClass *class)
GTK_PARAM_READWRITE);
/**
* GtkAdjustment:upper: (attributes org.gtk.Property.get=gtk_adjustment_get_upper org.gtk.Property.set=gtk_adjustment_set_upper)
* GtkAdjustment:upper:
*
* The maximum value of the adjustment.
*
@ -167,7 +167,7 @@ gtk_adjustment_class_init (GtkAdjustmentClass *class)
GTK_PARAM_READWRITE);
/**
* GtkAdjustment:step-increment: (attributes org.gtk.Property.get=gtk_adjustment_get_step_increment org.gtk.Property.set=gtk_adjustment_set_step_increment)
* GtkAdjustment:step-increment:
*
* The step increment of the adjustment.
*/
@ -178,7 +178,7 @@ gtk_adjustment_class_init (GtkAdjustmentClass *class)
GTK_PARAM_READWRITE);
/**
* GtkAdjustment:page-increment: (attributes org.gtk.Property.get=gtk_adjustment_get_page_increment org.gtk.Property.set=gtk_adjustment_set_page_increment)
* GtkAdjustment:page-increment:
*
* The page increment of the adjustment.
*/
@ -189,7 +189,7 @@ gtk_adjustment_class_init (GtkAdjustmentClass *class)
GTK_PARAM_READWRITE);
/**
* GtkAdjustment:page-size: (attributes org.gtk.Property.get=gtk_adjustment_get_page_size org.gtk.Property.set=gtk_adjustment_set_page_size)
* GtkAdjustment:page-size:
*
* The page size of the adjustment.
*
@ -399,7 +399,7 @@ gtk_adjustment_new (double value,
}
/**
* gtk_adjustment_get_value: (attributes org.gtk.Method.get_property=value)
* gtk_adjustment_get_value:
* @adjustment: a `GtkAdjustment`
*
* Gets the current value of the adjustment.
@ -535,7 +535,7 @@ gtk_adjustment_set_value_internal (GtkAdjustment *adjustment,
}
/**
* gtk_adjustment_set_value: (attributes org.gtk.Method.set_property=value)
* gtk_adjustment_set_value:
* @adjustment: a `GtkAdjustment`
* @value: the new value
*
@ -568,7 +568,7 @@ gtk_adjustment_animate_to_value (GtkAdjustment *adjustment,
}
/**
* gtk_adjustment_get_lower: (attributes org.gtk.Method.get_property=lower)
* gtk_adjustment_get_lower:
* @adjustment: a `GtkAdjustment`
*
* Retrieves the minimum value of the adjustment.
@ -586,7 +586,7 @@ gtk_adjustment_get_lower (GtkAdjustment *adjustment)
}
/**
* gtk_adjustment_set_lower: (attributes org.gtk.Method.set_property=lower)
* gtk_adjustment_set_lower:
* @adjustment: a `GtkAdjustment`
* @lower: the new minimum value
*
@ -620,7 +620,7 @@ gtk_adjustment_set_lower (GtkAdjustment *adjustment,
}
/**
* gtk_adjustment_get_upper: (attributes org.gtk.Method.get_property=upper)
* gtk_adjustment_get_upper:
* @adjustment: a `GtkAdjustment`
*
* Retrieves the maximum value of the adjustment.
@ -638,7 +638,7 @@ gtk_adjustment_get_upper (GtkAdjustment *adjustment)
}
/**
* gtk_adjustment_set_upper: (attributes org.gtk.Method.set_property=upper)
* gtk_adjustment_set_upper:
* @adjustment: a `GtkAdjustment`
* @upper: the new maximum value
*
@ -667,7 +667,7 @@ gtk_adjustment_set_upper (GtkAdjustment *adjustment,
}
/**
* gtk_adjustment_get_step_increment: (attributes org.gtk.Method.get_property=step-increment)
* gtk_adjustment_get_step_increment:
* @adjustment: a `GtkAdjustment`
*
* Retrieves the step increment of the adjustment.
@ -685,7 +685,7 @@ gtk_adjustment_get_step_increment (GtkAdjustment *adjustment)
}
/**
* gtk_adjustment_set_step_increment: (attributes org.gtk.Method.set_property=step-increment)
* gtk_adjustment_set_step_increment:
* @adjustment: a `GtkAdjustment`
* @step_increment: the new step increment
*
@ -711,7 +711,7 @@ gtk_adjustment_set_step_increment (GtkAdjustment *adjustment,
}
/**
* gtk_adjustment_get_page_increment: (attributes org.gtk.Method.get_property=page-increment)
* gtk_adjustment_get_page_increment:
* @adjustment: a `GtkAdjustment`
*
* Retrieves the page increment of the adjustment.
@ -729,7 +729,7 @@ gtk_adjustment_get_page_increment (GtkAdjustment *adjustment)
}
/**
* gtk_adjustment_set_page_increment: (attributes org.gtk.Method.set_property=page-increment)
* gtk_adjustment_set_page_increment:
* @adjustment: a `GtkAdjustment`
* @page_increment: the new page increment
*
@ -755,7 +755,7 @@ gtk_adjustment_set_page_increment (GtkAdjustment *adjustment,
}
/**
* gtk_adjustment_get_page_size: (attributes org.gtk.Method.get_property=page-size)
* gtk_adjustment_get_page_size:
* @adjustment: a `GtkAdjustment`
*
* Retrieves the page size of the adjustment.
@ -773,7 +773,7 @@ gtk_adjustment_get_page_size (GtkAdjustment *adjustment)
}
/**
* gtk_adjustment_set_page_size: (attributes org.gtk.Method.set_property=page-size)
* gtk_adjustment_set_page_size:
* @adjustment: a `GtkAdjustment`
* @page_size: the new page size
*

View File

@ -185,7 +185,7 @@ gtk_alert_dialog_class_init (GtkAlertDialogClass *class)
object_class->set_property = gtk_alert_dialog_set_property;
/**
* GtkAlertDialog:modal: (attributes org.gtk.Property.get=gtk_alert_dialog_get_modal org.gtk.Property.set=gtk_alert_dialog_set_modal)
* GtkAlertDialog:modal:
*
* Whether the alert is modal.
*
@ -197,7 +197,7 @@ gtk_alert_dialog_class_init (GtkAlertDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAlertDialog:message: (attributes org.gtk.Property.get=gtk_alert_dialog_get_message org.gtk.Property.set=gtk_alert_dialog_set_message)
* GtkAlertDialog:message:
*
* The message for the alert.
*
@ -209,7 +209,7 @@ gtk_alert_dialog_class_init (GtkAlertDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAlertDialog:detail: (attributes org.gtk.Property.get=gtk_alert_dialog_get_detail org.gtk.Property.set=gtk_alert_dialog_set_detail)
* GtkAlertDialog:detail:
*
* The detail text for the alert.
*
@ -221,7 +221,7 @@ gtk_alert_dialog_class_init (GtkAlertDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAlertDialog:buttons: (attributes org.gtk.Property.get=gtk_alert_dialog_get_buttons org.gtk.Property.set=gtk_alert_dialog_set_buttons)
* GtkAlertDialog:buttons:
*
* Labels for buttons to show in the alert.
*
@ -239,7 +239,7 @@ gtk_alert_dialog_class_init (GtkAlertDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAlertDialog:cancel-button: (attributes org.gtk.Property.get=gtk_alert_dialog_get_cancel_button org.gtk.Property.set=gtk_alert_dialog_set_cancel_button)
* GtkAlertDialog:cancel-button:
*
* This property determines what happens when the Escape key is
* pressed while the alert is shown.
@ -259,7 +259,7 @@ gtk_alert_dialog_class_init (GtkAlertDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkAlertDialog:default-button: (attributes org.gtk.Property.get=gtk_alert_dialog_get_default_button org.gtk.Property.set=gtk_alert_dialog_set_default_button)
* GtkAlertDialog:default-button:
*
* This property determines what happens when the Return key is
* pressed while the alert is shown.

View File

@ -616,7 +616,7 @@ gtk_application_class_init (GtkApplicationClass *class)
G_PARAM_READABLE|G_PARAM_STATIC_STRINGS);
/**
* GtkApplication:menubar: (attributes org.gtk.Property.get=gtk_application_get_menubar org.gtk.Property.set=gtk_application_set_menubar)
* GtkApplication:menubar:
*
* The `GMenuModel` to be used for the application's menu bar.
*/
@ -626,7 +626,7 @@ gtk_application_class_init (GtkApplicationClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS);
/**
* GtkApplication:active-window: (attributes org.gtk.Property.get=gtk_application_get_active_window)
* GtkApplication:active-window:
*
* The currently focused window of the application.
*/
@ -805,7 +805,7 @@ gtk_application_get_window_by_id (GtkApplication *application,
}
/**
* gtk_application_get_active_window: (attributes org.gtk.Method.get_property=active-window)
* gtk_application_get_active_window:
* @application: a `GtkApplication`
*
* Gets the active window for the application.
@ -838,7 +838,7 @@ gtk_application_update_accels (GtkApplication *application)
}
/**
* gtk_application_set_menubar: (attributes org.gtk.Method.set_property=menubar)
* gtk_application_set_menubar:
* @application: a `GtkApplication`
* @menubar: (nullable): a `GMenuModel`
*
@ -881,7 +881,7 @@ gtk_application_set_menubar (GtkApplication *application,
}
/**
* gtk_application_get_menubar: (attributes org.gtk.Method.get_property=menubar)
* gtk_application_get_menubar:
* @application: a `GtkApplication`
*
* Returns the menu model that has been set with

View File

@ -673,7 +673,7 @@ gtk_application_window_class_init (GtkApplicationWindowClass *class)
object_class->dispose = gtk_application_window_dispose;
/**
* GtkApplicationWindow:show-menubar: (attributes org.gtk.Property.get=gtk_application_window_get_show_menubar org.gtk.Property.set=gtk_application_window_set_show_menubar)
* GtkApplicationWindow:show-menubar:
*
* If this property is %TRUE, the window will display a menubar
* unless it is shown by the desktop shell.
@ -708,7 +708,7 @@ gtk_application_window_new (GtkApplication *application)
}
/**
* gtk_application_window_get_show_menubar: (attributes org.gtk.Method.get_property=show-menubar)
* gtk_application_window_get_show_menubar:
* @window: a `GtkApplicationWindow`
*
* Returns whether the window will display a menubar for the app menu
@ -724,7 +724,7 @@ gtk_application_window_get_show_menubar (GtkApplicationWindow *window)
}
/**
* gtk_application_window_set_show_menubar: (attributes org.gtk.Method.set_property=show-menubar)
* gtk_application_window_set_show_menubar:
* @window: a `GtkApplicationWindow`
* @show_menubar: whether to show a menubar when needed
*

View File

@ -140,7 +140,7 @@ gtk_aspect_frame_class_init (GtkAspectFrameClass *class)
widget_class->get_request_mode = gtk_aspect_frame_get_request_mode;
/**
* GtkAspectFrame:xalign: (attributes org.gtk.Property.get=gtk_aspect_frame_get_xalign org.gtk.Property.set=gtk_aspect_frame_set_xalign)
* GtkAspectFrame:xalign:
*
* The horizontal alignment of the child.
*/
@ -150,7 +150,7 @@ gtk_aspect_frame_class_init (GtkAspectFrameClass *class)
0.0, 1.0, 0.5,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkAspectFrame:yalign: (attributes org.gtk.Property.get=gtk_aspect_frame_get_yalign org.gtk.Property.set=gtk_aspect_frame_set_yalign)
* GtkAspectFrame:yalign:
*
* The vertical alignment of the child.
*/
@ -160,7 +160,7 @@ gtk_aspect_frame_class_init (GtkAspectFrameClass *class)
0.0, 1.0, 0.5,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkAspectFrame:ratio: (attributes org.gtk.Property.get=gtk_aspect_frame_get_ratio org.gtk.Property.set=gtk_aspect_frame_set_ratio)
* GtkAspectFrame:ratio:
*
* The aspect ratio to be used by the `GtkAspectFrame`.
*
@ -173,7 +173,7 @@ gtk_aspect_frame_class_init (GtkAspectFrameClass *class)
MIN_RATIO, MAX_RATIO, 1.0,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkAspectFrame:obey-child: (attributes org.gtk.Property.get=gtk_aspect_frame_get_obey_child org.gtk.Property.set=gtk_aspect_frame_set_obey_child)
* GtkAspectFrame:obey-child:
*
* Whether the `GtkAspectFrame` should use the aspect ratio of its child.
*/
@ -183,7 +183,7 @@ gtk_aspect_frame_class_init (GtkAspectFrameClass *class)
TRUE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkAspectFrame:child: (attributes org.gtk.Property.get=gtk_aspect_frame_get_child org.gtk.Property.set=gtk_aspect_frame_set_child)
* GtkAspectFrame:child:
*
* The child widget.
*/
@ -334,7 +334,7 @@ gtk_aspect_frame_new (float xalign,
}
/**
* gtk_aspect_frame_set_xalign: (attributes org.gtk.Method.set_property=xalign)
* gtk_aspect_frame_set_xalign:
* @self: a `GtkAspectFrame`
* @xalign: horizontal alignment, from 0.0 (left aligned) to 1.0 (right aligned)
*
@ -359,7 +359,7 @@ gtk_aspect_frame_set_xalign (GtkAspectFrame *self,
}
/**
* gtk_aspect_frame_get_xalign: (attributes org.gtk.Method.get_property=xalign)
* gtk_aspect_frame_get_xalign:
* @self: a `GtkAspectFrame`
*
* Returns the horizontal alignment of the child within the
@ -376,7 +376,7 @@ gtk_aspect_frame_get_xalign (GtkAspectFrame *self)
}
/**
* gtk_aspect_frame_set_yalign: (attributes org.gtk.Method.set_property=yalign)
* gtk_aspect_frame_set_yalign:
* @self: a `GtkAspectFrame`
* @yalign: horizontal alignment, from 0.0 (top aligned) to 1.0 (bottom aligned)
*
@ -401,7 +401,7 @@ gtk_aspect_frame_set_yalign (GtkAspectFrame *self,
}
/**
* gtk_aspect_frame_get_yalign: (attributes org.gtk.Method.get_property=yalign)
* gtk_aspect_frame_get_yalign:
* @self: a `GtkAspectFrame`
*
* Returns the vertical alignment of the child within the
@ -418,7 +418,7 @@ gtk_aspect_frame_get_yalign (GtkAspectFrame *self)
}
/**
* gtk_aspect_frame_set_ratio: (attributes org.gtk.Method.set_property=ratio)
* gtk_aspect_frame_set_ratio:
* @self: a `GtkAspectFrame`
* @ratio: aspect ratio of the child
*
@ -442,7 +442,7 @@ gtk_aspect_frame_set_ratio (GtkAspectFrame *self,
}
/**
* gtk_aspect_frame_get_ratio: (attributes org.gtk.Method.get_property=ratio)
* gtk_aspect_frame_get_ratio:
* @self: a `GtkAspectFrame`
*
* Returns the desired aspect ratio of the child.
@ -458,7 +458,7 @@ gtk_aspect_frame_get_ratio (GtkAspectFrame *self)
}
/**
* gtk_aspect_frame_set_obey_child: (attributes org.gtk.Method.set_propery=obey-child)
* gtk_aspect_frame_set_obey_child:
* @self: a `GtkAspectFrame`
* @obey_child: If %TRUE, @ratio is ignored, and the aspect
* ratio is taken from the requisition of the child.
@ -484,7 +484,7 @@ gtk_aspect_frame_set_obey_child (GtkAspectFrame *self,
}
/**
* gtk_aspect_frame_get_obey_child: (attributes org.gtk.Method.get_property=obey-child)
* gtk_aspect_frame_get_obey_child:
* @self: a `GtkAspectFrame`
*
* Returns whether the child's size request should override
@ -636,7 +636,7 @@ gtk_aspect_frame_get_request_mode (GtkWidget *widget)
}
/**
* gtk_aspect_frame_set_child: (attributes org.gtk.Method.set_property=child)
* gtk_aspect_frame_set_child:
* @self: a `GtkAspectFrame`
* @child: (nullable): the child widget
*
@ -664,7 +664,7 @@ gtk_aspect_frame_set_child (GtkAspectFrame *self,
}
/**
* gtk_aspect_frame_get_child: (attributes org.gtk.Method.get_property=child)
* gtk_aspect_frame_get_child:
* @self: a `GtkAspectFrame`
*
* Gets the child widget of @self.

View File

@ -246,7 +246,7 @@ gtk_at_context_class_init (GtkATContextClass *klass)
klass->update_text_contents = gtk_at_context_real_update_text_contents;
/**
* GtkATContext:accessible-role: (attributes org.gtk.Property.get=gtk_at_context_get_accessible_role)
* GtkATContext:accessible-role:
*
* The accessible role used by the AT context.
*
@ -262,7 +262,7 @@ gtk_at_context_class_init (GtkATContextClass *klass)
G_PARAM_STATIC_STRINGS);
/**
* GtkATContext:accessible: (attributes org.gtk.Property.get=gtk_at_context_get_accessible)
* GtkATContext:accessible:
*
* The `GtkAccessible` that created the `GtkATContext` instance.
*/
@ -438,7 +438,7 @@ gtk_at_context_init (GtkATContext *self)
}
/**
* gtk_at_context_get_accessible: (attributes org.gtk.Method.get_property=accessible)
* gtk_at_context_get_accessible:
* @self: a `GtkATContext`
*
* Retrieves the `GtkAccessible` using this context.
@ -478,7 +478,7 @@ gtk_at_context_set_accessible_role (GtkATContext *self,
}
/**
* gtk_at_context_get_accessible_role: (attributes org.gtk.Method.get_property=accessible-role)
* gtk_at_context_get_accessible_role:
* @self: a `GtkATContext`
*
* Retrieves the accessible role of this context.

View File

@ -218,7 +218,7 @@ gtk_bookmark_list_class_init (GtkBookmarkListClass *class)
gobject_class->dispose = gtk_bookmark_list_dispose;
/**
* GtkBookmarkList:filename: (attributes org.gtk.Property.get=gtk_bookmark_list_get_filename)
* GtkBookmarkList:filename:
*
* The bookmark file to load.
*/
@ -227,7 +227,7 @@ gtk_bookmark_list_class_init (GtkBookmarkListClass *class)
NULL,
GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkBookmarkList:attributes: (attributes org.gtk.Property.get=gtk_bookmark_list_get_attributes org.gtk.Property.set=gtk_bookmark_list_set_attributes)
* GtkBookmarkList:attributes:
*
* The attributes to query.
*/
@ -237,7 +237,7 @@ gtk_bookmark_list_class_init (GtkBookmarkListClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkBookmarkList:io-priority: (attributes org.gtk.Property.get=gtk_bookmark_list_get_io_priority org.gtk.Property.set=gtk_bookmark_list_set_io_priority)
* GtkBookmarkList:io-priority:
*
* Priority used when loading.
*/
@ -259,7 +259,7 @@ gtk_bookmark_list_class_init (GtkBookmarkListClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GtkBookmarkList:loading: (attributes org.gtk.Property.get=gtk_bookmark_list_is_loading)
* GtkBookmarkList:loading: (getter is_loading)
*
* %TRUE if files are being loaded.
*/
@ -474,7 +474,7 @@ gtk_bookmark_list_set_filename (GtkBookmarkList *self,
}
/**
* gtk_bookmark_list_get_filename: (attributes org.gtk.Method.get_property=filename)
* gtk_bookmark_list_get_filename:
* @self: a `GtkBookmarkList`
*
* Returns the filename of the bookmark file that
@ -510,7 +510,7 @@ gtk_bookmark_list_new (const char *filename,
}
/**
* gtk_bookmark_list_set_attributes: (attributes org.gtk.Method.set_property=attributes)
* gtk_bookmark_list_set_attributes:
* @self: a `GtkBookmarkList`
* @attributes: (nullable): the attributes to enumerate
*
@ -541,7 +541,7 @@ gtk_bookmark_list_set_attributes (GtkBookmarkList *self,
}
/**
* gtk_bookmark_list_get_attributes: (attributes org.gtk.Method.get_property=attributes)
* gtk_bookmark_list_get_attributes:
* @self: a `GtkBookmarkList`
*
* Gets the attributes queried on the children.
@ -557,7 +557,7 @@ gtk_bookmark_list_get_attributes (GtkBookmarkList *self)
}
/**
* gtk_bookmark_list_set_io_priority: (attributes org.gtk.Method.set_property=io-priority)
* gtk_bookmark_list_set_io_priority:
* @self: a `GtkBookmarkList`
* @io_priority: IO priority to use
*
@ -580,7 +580,7 @@ gtk_bookmark_list_set_io_priority (GtkBookmarkList *self,
}
/**
* gtk_bookmark_list_get_io_priority: (attributes org.gtk.Method.get_property=io-priority)
* gtk_bookmark_list_get_io_priority:
* @self: a `GtkBookmarkList`
*
* Gets the IO priority to use while loading file.
@ -596,7 +596,7 @@ gtk_bookmark_list_get_io_priority (GtkBookmarkList *self)
}
/**
* gtk_bookmark_list_is_loading: (attributes org.gtk.Method.get_property=loading)
* gtk_bookmark_list_is_loading: (get-property loading)
* @self: a `GtkBookmarkList`
*
* Returns %TRUE if the files are currently being loaded.

View File

@ -153,7 +153,7 @@ gtk_bool_filter_class_init (GtkBoolFilterClass *class)
object_class->dispose = gtk_bool_filter_dispose;
/**
* GtkBoolFilter:expression: (type GtkExpression) (attributes org.gtk.Property.get=gtk_bool_filter_get_expression org.gtk.Property.set=gtk_bool_filter_set_expression)
* GtkBoolFilter:expression: (type GtkExpression)
*
* The boolean expression to evaluate on item.
*/
@ -162,7 +162,7 @@ gtk_bool_filter_class_init (GtkBoolFilterClass *class)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkBoolFilter:invert: (attributes org.gtk.Property.get=gtk_bool_filter_get_invert org.gtk.Property.set=gtk_bool_filter_set_invert)
* GtkBoolFilter:invert:
*
* If the expression result should be inverted.
*/
@ -202,7 +202,7 @@ gtk_bool_filter_new (GtkExpression *expression)
}
/**
* gtk_bool_filter_get_expression: (attributes org.gtk.Method.get_property=expression)
* gtk_bool_filter_get_expression:
* @self: a `GtkBoolFilter`
*
* Gets the expression that the filter uses to evaluate if
@ -219,7 +219,7 @@ gtk_bool_filter_get_expression (GtkBoolFilter *self)
}
/**
* gtk_bool_filter_set_expression: (attributes org.gtk.Method.set_property=expression)
* gtk_bool_filter_set_expression:
* @self: a `GtkBoolFilter`
* @expression: (nullable): a `GtkExpression`
*
@ -248,7 +248,7 @@ gtk_bool_filter_set_expression (GtkBoolFilter *self,
}
/**
* gtk_bool_filter_get_invert: (attributes org.gtk.Method.get_property=invert)
* gtk_bool_filter_get_invert:
* @self: a `GtkBoolFilter`
*
* Returns whether the filter inverts the expression.
@ -264,7 +264,7 @@ gtk_bool_filter_get_invert (GtkBoolFilter *self)
}
/**
* gtk_bool_filter_set_invert: (attributes org.gtk.Method.set_property=invert)
* gtk_bool_filter_set_invert:
* @self: a `GtkBoolFilter`
* @invert: %TRUE to invert
*

View File

@ -260,7 +260,7 @@ gtk_box_class_init (GtkBoxClass *class)
"orientation");
/**
* GtkBox:spacing: (attributes org.gtk.Property.get=gtk_box_get_spacing org.gtk.Property.set=gtk_box_set_spacing)
* GtkBox:spacing:
*
* The amount of space between children.
*/
@ -270,7 +270,7 @@ gtk_box_class_init (GtkBoxClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkBox:homogeneous: (attributes org.gtk.Property.get=gtk_box_get_homogeneous org.gtk.Property.set=gtk_box_set_homogeneous)
* GtkBox:homogeneous:
*
* Whether the children should all be the same size.
*/
@ -280,7 +280,7 @@ gtk_box_class_init (GtkBoxClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkBox:baseline-child: (attributes org.gtk.Property.get=gtk_box_get_baseline_child org.gtk.Property.set=gtk_box_set_baseline_child)
* GtkBox:baseline-child:
*
* The child that determines the baseline, in vertical orientation.
*
@ -292,7 +292,7 @@ gtk_box_class_init (GtkBoxClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkBox:baseline-position: (attributes org.gtk.Property.get=gtk_box_get_baseline_position org.gtk.Property.set=gtk_box_set_baseline_position)
* GtkBox:baseline-position:
*
* The position of the baseline aligned widgets if extra space is available.
*/
@ -357,7 +357,7 @@ gtk_box_new (GtkOrientation orientation,
}
/**
* gtk_box_set_homogeneous: (attributes org.gtk.Method.set_property=homogeneous)
* gtk_box_set_homogeneous:
* @box: a `GtkBox`
* @homogeneous: a boolean value, %TRUE to create equal allotments,
* %FALSE for variable allotments
@ -384,7 +384,7 @@ gtk_box_set_homogeneous (GtkBox *box,
}
/**
* gtk_box_get_homogeneous: (attributes org.gtk.Method.get_property=homogeneous)
* gtk_box_get_homogeneous:
* @box: a `GtkBox`
*
* Returns whether the box is homogeneous (all children are the
@ -405,7 +405,7 @@ gtk_box_get_homogeneous (GtkBox *box)
}
/**
* gtk_box_set_spacing: (attributes org.gtk.Method.set_property=spacing)
* gtk_box_set_spacing:
* @box: a `GtkBox`
* @spacing: the number of pixels to put between children
*
@ -428,7 +428,7 @@ gtk_box_set_spacing (GtkBox *box,
}
/**
* gtk_box_get_spacing: (attributes org.gtk.Method.get_property=spacing)
* gtk_box_get_spacing:
* @box: a `GtkBox`
*
* Gets the value set by gtk_box_set_spacing().
@ -448,7 +448,7 @@ gtk_box_get_spacing (GtkBox *box)
}
/**
* gtk_box_set_baseline_child: (attributes org.gtk.Method.set_property=baseline-child)
* gtk_box_set_baseline_child:
* @box: a `GtkBox`
* @child: a child, or -1
*
@ -477,7 +477,7 @@ gtk_box_set_baseline_child (GtkBox *box,
}
/**
* gtk_box_get_baseline_child: (attributes org.gtk.Method.get_property=baseline-child)
* gtk_box_get_baseline_child:
* @box: a `GtkBox`
*
* Gets the value set by gtk_box_set_baseline_child().
@ -499,7 +499,7 @@ gtk_box_get_baseline_child (GtkBox *box)
}
/**
* gtk_box_set_baseline_position: (attributes org.gtk.Method.set_property=baseline-position)
* gtk_box_set_baseline_position:
* @box: a `GtkBox`
* @position: a `GtkBaselinePosition`
*
@ -528,7 +528,7 @@ gtk_box_set_baseline_position (GtkBox *box,
}
/**
* gtk_box_get_baseline_position: (attributes org.gtk.Method.get_property=baseline-position)
* gtk_box_get_baseline_position:
* @box: a `GtkBox`
*
* Gets the value set by gtk_box_set_baseline_position().

View File

@ -1006,7 +1006,7 @@ gtk_box_layout_class_init (GtkBoxLayoutClass *klass)
layout_manager_class->allocate = gtk_box_layout_allocate;
/**
* GtkBoxLayout:homogeneous: (attributes org.gtk.Property.get=gtk_box_layout_get_homogeneous org.gtk.Property.set=gtk_box_layout_set_homogeneous)
* GtkBoxLayout:homogeneous:
*
* Whether the box layout should distribute the available space
* equally among the children.
@ -1018,7 +1018,7 @@ gtk_box_layout_class_init (GtkBoxLayoutClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkBoxLayout:spacing: (attributes org.gtk.Property.get=gtk_box_layout_get_spacing org.gtk.Property.set=gtk_box_layout_set_spacing)
* GtkBoxLayout:spacing:
*
* The space to put between the children.
*/
@ -1029,7 +1029,7 @@ gtk_box_layout_class_init (GtkBoxLayoutClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkBoxLayout:baseline-child: (attributes org.gtk.Property.get=gtk_box_layout_get_baseline_child org.gtk.Property.set=gtk_box_layout_set_baseline_child)
* GtkBoxLayout:baseline-child:
*
* The child that determines the baseline of the box
* in vertical layout.
@ -1047,7 +1047,7 @@ gtk_box_layout_class_init (GtkBoxLayoutClass *klass)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkBoxLayout:baseline-position: (attributes org.gtk.Property.get=gtk_box_layout_get_baseline_position org.gtk.Property.set=gtk_box_layout_set_baseline_position)
* GtkBoxLayout:baseline-position:
*
* The position of the allocated baseline within the extra space
* allocated to each child.
@ -1093,7 +1093,7 @@ gtk_box_layout_new (GtkOrientation orientation)
}
/**
* gtk_box_layout_set_homogeneous: (attributes org.gtk.Method.set_property=homogeneous)
* gtk_box_layout_set_homogeneous:
* @box_layout: a `GtkBoxLayout`
* @homogeneous: %TRUE to set the box layout as homogeneous
*
@ -1117,7 +1117,7 @@ gtk_box_layout_set_homogeneous (GtkBoxLayout *box_layout,
}
/**
* gtk_box_layout_get_homogeneous: (attributes org.gtk.Method.get_property=homogeneous)
* gtk_box_layout_get_homogeneous:
* @box_layout: a `GtkBoxLayout`
*
* Returns whether the layout is set to be homogeneous.
@ -1133,7 +1133,7 @@ gtk_box_layout_get_homogeneous (GtkBoxLayout *box_layout)
}
/**
* gtk_box_layout_set_spacing: (attributes org.gtk.Method.set_property=spacing)
* gtk_box_layout_set_spacing:
* @box_layout: a `GtkBoxLayout`
* @spacing: the spacing to apply between children
*
@ -1155,7 +1155,7 @@ gtk_box_layout_set_spacing (GtkBoxLayout *box_layout,
}
/**
* gtk_box_layout_get_spacing: (attributes org.gtk.Method.get_property=spacing)
* gtk_box_layout_get_spacing:
* @box_layout: a `GtkBoxLayout`
*
* Returns the space that @box_layout puts between children.
@ -1171,7 +1171,7 @@ gtk_box_layout_get_spacing (GtkBoxLayout *box_layout)
}
/**
* gtk_box_layout_set_baseline_position: (attributes org.gtk.Method.set_property=baseline-position)
* gtk_box_layout_set_baseline_position:
* @box_layout: a `GtkBoxLayout`
* @position: a `GtkBaselinePosition`
*
@ -1200,7 +1200,7 @@ gtk_box_layout_set_baseline_position (GtkBoxLayout *box_layout,
}
/**
* gtk_box_layout_get_baseline_position: (attributes org.gtk.Method.get_property=baseline-position)
* gtk_box_layout_get_baseline_position:
* @box_layout: a `GtkBoxLayout`
*
* Gets the value set by gtk_box_layout_set_baseline_position().
@ -1216,7 +1216,7 @@ gtk_box_layout_get_baseline_position (GtkBoxLayout *box_layout)
}
/**
* gtk_box_layout_set_baseline_child: (attributes org.gtk.Method.set_property=baseline-child)
* gtk_box_layout_set_baseline_child:
* @box_layout: a `GtkBoxLayout`
* @child: the child position, or -1
*

View File

@ -453,7 +453,7 @@ gtk_builder_class_init (GtkBuilderClass *klass)
gobject_class->get_property = gtk_builder_get_property;
/**
* GtkBuilder:translation-domain: (attributes org.gtk.Property.get=gtk_builder_get_translation_domain org.gtk.Property.set=gtk_builder_set_translation_domain)
* GtkBuilder:translation-domain:
*
* The translation domain used when translating property values that
* have been marked as translatable.
@ -467,7 +467,7 @@ gtk_builder_class_init (GtkBuilderClass *klass)
GTK_PARAM_READWRITE);
/**
* GtkBuilder:current-object: (attributes org.gtk.Property.get=gtk_builder_get_current_object org.gtk.Property.set=gtk_builder_set_current_object)
* GtkBuilder:current-object:
*
* The object the builder is evaluating for.
*/
@ -477,7 +477,7 @@ gtk_builder_class_init (GtkBuilderClass *klass)
GTK_PARAM_READWRITE);
/**
* GtkBuilder:scope: (attributes org.gtk.Property.get=gtk_builder_get_scope org.gtk.Property.set=gtk_builder_set_scope)
* GtkBuilder:scope:
*
* The scope the builder is operating in
*/
@ -1897,7 +1897,7 @@ gtk_builder_get_objects (GtkBuilder *builder)
}
/**
* gtk_builder_set_translation_domain: (attributes org.gtk.Method.set_property=translation-domain)
* gtk_builder_set_translation_domain:
* @builder: a `GtkBuilder`
* @domain: (nullable): the translation domain
*
@ -1920,7 +1920,7 @@ gtk_builder_set_translation_domain (GtkBuilder *builder,
}
/**
* gtk_builder_get_translation_domain: (attributes org.gtk.Method.get_property=translation-domain)
* gtk_builder_get_translation_domain:
* @builder: a `GtkBuilder`
*
* Gets the translation domain of @builder.
@ -1969,7 +1969,7 @@ gtk_builder_expose_object (GtkBuilder *builder,
}
/**
* gtk_builder_get_current_object: (attributes org.gtk.Method.get_property=current-object)
* gtk_builder_get_current_object:
* @builder: a `GtkBuilder`
*
* Gets the current object set via gtk_builder_set_current_object().
@ -1987,7 +1987,7 @@ gtk_builder_get_current_object (GtkBuilder *builder)
}
/**
* gtk_builder_set_current_object: (attributes org.gtk.Method.set_property=current-object)
* gtk_builder_set_current_object:
* @builder: a `GtkBuilder`
* @current_object: (nullable) (transfer none): the new current object
*
@ -2017,7 +2017,7 @@ gtk_builder_set_current_object (GtkBuilder *builder,
}
/**
* gtk_builder_get_scope: (attributes org.gtk.Method.get_property=scope)
* gtk_builder_get_scope:
* @builder: a `GtkBuilder`
*
* Gets the scope in use that was set via gtk_builder_set_scope().
@ -2035,7 +2035,7 @@ gtk_builder_get_scope (GtkBuilder *builder)
}
/**
* gtk_builder_set_scope: (attributes org.gtk.Method.set_property=scope)
* gtk_builder_set_scope:
* @builder: a `GtkBuilder`
* @scope: (nullable) (transfer none): the scope to use
*

View File

@ -265,7 +265,7 @@ gtk_builder_list_item_factory_class_init (GtkBuilderListItemFactoryClass *klass)
factory_class->setup = gtk_builder_list_item_factory_setup;
/**
* GtkBuilderListItemFactory:bytes: (attributes org.gtk.Property.get=gtk_builder_list_item_factory_get_bytes)
* GtkBuilderListItemFactory:bytes:
*
* `GBytes` containing the UI definition.
*/
@ -275,7 +275,7 @@ gtk_builder_list_item_factory_class_init (GtkBuilderListItemFactoryClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
/**
* GtkBuilderListItemFactory:resource: (attributes org.gtk.Property.get=gtk_builder_list_item_factory_get_resource)
* GtkBuilderListItemFactory:resource:
*
* Path of the resource containing the UI definition.
*/
@ -285,7 +285,7 @@ gtk_builder_list_item_factory_class_init (GtkBuilderListItemFactoryClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
/**
* GtkBuilderListItemFactory:scope: (attributes org.gtk.Property.get=gtk_builder_list_item_factory_get_scope)
* GtkBuilderListItemFactory:scope:
*
* `GtkBuilderScope` to use when instantiating listitems
*/
@ -348,7 +348,7 @@ gtk_builder_list_item_factory_new_from_resource (GtkBuilderScope *scope,
}
/**
* gtk_builder_list_item_factory_get_bytes: (attributes org.gtk.Method.get_property=bytes)
* gtk_builder_list_item_factory_get_bytes:
* @self: a `GtkBuilderListItemFactory`
*
* Gets the data used as the `GtkBuilder` UI template for constructing
@ -365,7 +365,7 @@ gtk_builder_list_item_factory_get_bytes (GtkBuilderListItemFactory *self)
}
/**
* gtk_builder_list_item_factory_get_resource: (attributes org.gtk.Method.get_property=resource)
* gtk_builder_list_item_factory_get_resource:
* @self: a `GtkBuilderListItemFactory`
*
* If the data references a resource, gets the path of that resource.
@ -381,7 +381,7 @@ gtk_builder_list_item_factory_get_resource (GtkBuilderListItemFactory *self)
}
/**
* gtk_builder_list_item_factory_get_scope: (attributes org.gtk.Method.get_property=scope)
* gtk_builder_list_item_factory_get_scope:
* @self: a `GtkBuilderListItemFactory`
*
* Gets the scope used when constructing listitems.

View File

@ -218,7 +218,7 @@ gtk_button_class_init (GtkButtonClass *klass)
klass->activate = gtk_real_button_activate;
/**
* GtkButton:label: (attributes org.gtk.Property.get=gtk_button_get_label org.gtk.Property.set=gtk_button_set_label)
* GtkButton:label:
*
* Text of the label inside the button, if the button contains a label widget.
*/
@ -228,7 +228,7 @@ gtk_button_class_init (GtkButtonClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkButton:use-underline: (attributes org.gtk.Property.get=gtk_button_get_use_underline org.gtk.Property.set=gtk_button_set_use_underline)
* GtkButton:use-underline:
*
* If set, an underline in the text indicates that the following character is
* to be used as mnemonic.
@ -239,7 +239,7 @@ gtk_button_class_init (GtkButtonClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkButton:has-frame: (attributes org.gtk.Property.get=gtk_button_get_has_frame org.gtk.Property.set=gtk_button_set_has_frame)
* GtkButton:has-frame:
*
* Whether the button has a frame.
*/
@ -249,7 +249,7 @@ gtk_button_class_init (GtkButtonClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkButton:icon-name: (attributes org.gtk.Property.get=gtk_button_get_icon_name org.gtk.Property.set=gtk_button_set_icon_name)
* GtkButton:icon-name:
*
* The name of the icon used to automatically populate the button.
*/
@ -259,7 +259,7 @@ gtk_button_class_init (GtkButtonClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkButton:child: (attributes org.gtk.Property.get=gtk_button_get_child org.gtk.Property.set=gtk_button_set_child)
* GtkButton:child:
*
* The child widget.
*/
@ -716,7 +716,7 @@ gtk_button_new_with_mnemonic (const char *label)
}
/**
* gtk_button_set_has_frame: (attributes org.gtk.Method.set_property=has-frame)
* gtk_button_set_has_frame:
* @button: a `GtkButton`
* @has_frame: whether the button should have a visible frame
*
@ -743,7 +743,7 @@ gtk_button_set_has_frame (GtkButton *button,
}
/**
* gtk_button_get_has_frame: (attributes org.gtk.Method.get_property=has-frame)
* gtk_button_get_has_frame:
* @button: a `GtkButton`
*
* Returns whether the button has a frame.
@ -839,7 +839,7 @@ gtk_button_finish_activate (GtkButton *button,
}
/**
* gtk_button_set_label: (attributes org.gtk.Method.set_property=label)
* gtk_button_set_label:
* @button: a `GtkButton`
* @label: a string
*
@ -884,7 +884,7 @@ gtk_button_set_label (GtkButton *button,
}
/**
* gtk_button_get_label: (attributes org.gtk.Method.get_property=label)
* gtk_button_get_label:
* @button: a `GtkButton`
*
* Fetches the text from the label of the button.
@ -910,7 +910,7 @@ gtk_button_get_label (GtkButton *button)
}
/**
* gtk_button_set_use_underline: (attributes org.gtk.Method.set_property=use-underline)
* gtk_button_set_use_underline:
* @button: a `GtkButton`
* @use_underline: %TRUE if underlines in the text indicate mnemonics
*
@ -943,7 +943,7 @@ gtk_button_set_use_underline (GtkButton *button,
}
/**
* gtk_button_get_use_underline: (attributes org.gtk.Method.get_property=use-underline)
* gtk_button_get_use_underline:
* @button: a `GtkButton`
*
* gets whether underlines are interpreted as mnemonics.
@ -974,7 +974,7 @@ gtk_button_state_flags_changed (GtkWidget *widget,
}
/**
* gtk_button_set_icon_name: (attributes org.gtk.Method.set_property=icon-name)
* gtk_button_set_icon_name:
* @button: A `GtkButton`
* @icon_name: An icon name
*
@ -1011,7 +1011,7 @@ gtk_button_set_icon_name (GtkButton *button,
}
/**
* gtk_button_get_icon_name: (attributes org.gtk.Method.get_property=icon-name)
* gtk_button_get_icon_name:
* @button: A `GtkButton`
*
* Returns the icon name of the button.
@ -1052,7 +1052,7 @@ gtk_button_get_action_helper (GtkButton *button)
}
/**
* gtk_button_set_child: (attributes org.gtk.Method.set_property=child)
* gtk_button_set_child:
* @button: a `GtkButton`
* @child: (nullable): the child widget
*
@ -1088,7 +1088,7 @@ gtk_button_set_child (GtkButton *button,
}
/**
* gtk_button_get_child: (attributes org.gtk.Method.get_property=child)
* gtk_button_get_child:
* @button: a `GtkButton`
*
* Gets the child widget of @button.

View File

@ -411,7 +411,7 @@ gtk_calendar_class_init (GtkCalendarClass *class)
G_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkCalendar:show-heading: (attributes org.gtk.Property.get=gtk_calendar_get_show_heading org.gtk.Property.set=gtk_calendar_set_show_heading)
* GtkCalendar:show-heading:
*
* Determines whether a heading is displayed.
*/
@ -422,7 +422,7 @@ gtk_calendar_class_init (GtkCalendarClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkCalendar:show-day-names: (attributes org.gtk.Property.get=gtk_calendar_get_show_day_names org.gtk.Property.set=gtk_calendar_set_show_day_names)
* GtkCalendar:show-day-names:
*
* Determines whether day names are displayed.
*/
@ -432,7 +432,7 @@ gtk_calendar_class_init (GtkCalendarClass *class)
TRUE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkCalendar:show-week-numbers: (attributes org.gtk.Property.get=gtk_calendar_get_show_week_numbers org.gtk.Property.set=gtk_calendar_set_show_week_numbers)
* GtkCalendar:show-week-numbers:
*
* Determines whether week numbers are displayed.
*/
@ -1647,7 +1647,7 @@ gtk_calendar_get_date (GtkCalendar *self)
}
/**
* gtk_calendar_set_show_week_numbers: (attributes org.gtk.Method.set_property=show-week-numbers)
* gtk_calendar_set_show_week_numbers:
* @self: a `GtkCalendar`
* @value: whether to show week numbers on the left of the days
*
@ -1673,7 +1673,7 @@ gtk_calendar_set_show_week_numbers (GtkCalendar *self,
}
/**
* gtk_calendar_get_show_week_numbers: (attributes org.gtk.Method.get_property=show-week-numbers)
* gtk_calendar_get_show_week_numbers:
* @self: a `GtkCalendar`
*
* Returns whether @self is showing week numbers right
@ -1693,7 +1693,7 @@ gtk_calendar_get_show_week_numbers (GtkCalendar *self)
}
/**
* gtk_calendar_set_show_heading: (attributes org.gtk.Method.set_property=show-heading)
* gtk_calendar_set_show_heading:
* @self: a `GtkCalendar`
* @value: Whether to show the heading in the calendar
*
@ -1719,7 +1719,7 @@ gtk_calendar_set_show_heading (GtkCalendar *self,
}
/**
* gtk_calendar_get_show_heading: (attributes org.gtk.Method.get_property=show-heading)
* gtk_calendar_get_show_heading:
* @self: a `GtkCalendar`
*
* Returns whether @self is currently showing the heading.
@ -1738,7 +1738,7 @@ gtk_calendar_get_show_heading (GtkCalendar *self)
}
/**
* gtk_calendar_set_show_day_names: (attributes org.gtk.Method.set_property=show-day-names)
* gtk_calendar_set_show_day_names:
* @self: a `GtkCalendar`
* @value: Whether to show day names above the day numbers
*
@ -1764,7 +1764,7 @@ gtk_calendar_set_show_day_names (GtkCalendar *self,
}
/**
* gtk_calendar_get_show_day_names: (attributes org.gtk.Method.get_property=show-day-names)
* gtk_calendar_get_show_day_names:
* @self: a `GtkCalendar`
*
* Returns whether @self is currently showing the names

View File

@ -246,7 +246,7 @@ gtk_center_box_class_init (GtkCenterBoxClass *klass)
g_object_class_override_property (object_class, PROP_ORIENTATION, "orientation");
/**
* GtkCenterBox:baseline-position: (attributes org.gtk.Property.get=gtk_center_box_get_baseline_position org.gtk.Property.set=gtk_center_box_set_baseline_position)
* GtkCenterBox:baseline-position:
*
* The position of the baseline aligned widget if extra space is available.
*/
@ -257,7 +257,7 @@ gtk_center_box_class_init (GtkCenterBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkCenterBox:start-widget: (attributes org.gtk.Property.get=gtk_center_box_get_start_widget org.gtk.Property.set=gtk_center_box_set_start_widget)
* GtkCenterBox:start-widget:
*
* The widget that is placed at the start position.
*
@ -273,7 +273,7 @@ gtk_center_box_class_init (GtkCenterBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkCenterBox:center-widget: (attributes org.gtk.Property.get=gtk_center_box_get_center_widget org.gtk.Property.set=gtk_center_box_set_center_widget)
* GtkCenterBox:center-widget:
*
* The widget that is placed at the center position.
*
@ -285,7 +285,7 @@ gtk_center_box_class_init (GtkCenterBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkCenterBox:end-widget: (attributes org.gtk.Property.get=gtk_center_box_get_end_widget org.gtk.Property.set=gtk_center_box_set_end_widget)
* GtkCenterBox:end-widget:
*
* The widget that is placed at the end position.
*
@ -301,7 +301,7 @@ gtk_center_box_class_init (GtkCenterBoxClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkCenterBox:shrink-center-last: (attributes org.gtk.Property.get=gtk_center_box_get_shrink_center_last org.gtk.Property.set=gtk_center_box_set_shrink_center_last)
* GtkCenterBox:shrink-center-last:
*
* Whether to shrink the center widget after other children.
*
@ -492,7 +492,7 @@ gtk_center_box_get_end_widget (GtkCenterBox *self)
}
/**
* gtk_center_box_set_baseline_position: (attributes org.gtk.Method.set_property=baseline-position)
* gtk_center_box_set_baseline_position:
* @self: a `GtkCenterBox`
* @position: a `GtkBaselinePosition`
*
@ -524,7 +524,7 @@ gtk_center_box_set_baseline_position (GtkCenterBox *self,
}
/**
* gtk_center_box_get_baseline_position: (attributes org.gtk.Method.get_property=baseline-position)
* gtk_center_box_get_baseline_position:
* @self: a `GtkCenterBox`
*
* Gets the value set by gtk_center_box_set_baseline_position().
@ -544,7 +544,7 @@ gtk_center_box_get_baseline_position (GtkCenterBox *self)
}
/**
* gtk_center_box_set_shrink_center_last: (attributes org.gtk.Method.set_property=shrink-center-last)
* gtk_center_box_set_shrink_center_last:
* @self: a `GtkCenterBox`
* @shrink_center_last: whether to shrink the center widget after others
*
@ -581,7 +581,7 @@ gtk_center_box_set_shrink_center_last (GtkCenterBox *self,
}
/**
* gtk_center_box_get_shrink_center_last: (attributes org.gtk.Method.get_property=shrink-center-last)
* gtk_center_box_get_shrink_center_last:
* @self: a `GtkCenterBox`
*
* Gets whether @self shrinks the center widget after other children.

View File

@ -607,7 +607,7 @@ gtk_center_layout_class_init (GtkCenterLayoutClass *klass)
layout_class->allocate = gtk_center_layout_allocate;
/**
* GtkCenterLayout:shrink-center-last: (attributes org.gtk.Property.get=gtk_center_layout_get_shrink_center_last org.gtk.Property.set=gtk_center_layout_set_shrink_center_last)
* GtkCenterLayout:shrink-center-last:
*
* Whether to shrink the center widget after other children.
*
@ -830,7 +830,7 @@ gtk_center_layout_get_end_widget (GtkCenterLayout *self)
}
/**
* gtk_center_layout_set_shrink_center_last: (attributes org.gtk.Method.set_property=shrink-center-last)
* gtk_center_layout_set_shrink_center_last:
* @self: a `GtkCenterLayout`
* @shrink_center_last: whether to shrink the center widget after others
*
@ -864,7 +864,7 @@ gtk_center_layout_set_shrink_center_last (GtkCenterLayout *self,
}
/**
* gtk_center_layout_get_shrink_center_last: (attributes org.gtk.Method.get_property=shrink-center-last)
* gtk_center_layout_get_shrink_center_last:
* @self: a `GtkCenterLayout`
*
* Gets whether @self shrinks the center widget after other children.

View File

@ -621,7 +621,7 @@ gtk_check_button_class_init (GtkCheckButtonClass *class)
class->activate = gtk_check_button_real_activate;
/**
* GtkCheckButton:active: (attributes org.gtk.Property.get=gtk_check_button_get_active org.gtk.Property.set=gtk_check_button_set_active)
* GtkCheckButton:active:
*
* If the check button is active.
*
@ -634,7 +634,7 @@ gtk_check_button_class_init (GtkCheckButtonClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkCheckButton:group: (attributes org.gtk.Property.set=gtk_check_button_set_group)
* GtkCheckButton:group:
*
* The check button whose group this widget belongs to.
*/
@ -644,7 +644,7 @@ gtk_check_button_class_init (GtkCheckButtonClass *class)
GTK_PARAM_WRITABLE);
/**
* GtkCheckButton:label: (attributes org.gtk.Property.get=gtk_check_button_get_label org.gtk.Property.set=gtk_check_button_set_label)
* GtkCheckButton:label:
*
* Text of the label inside the check button, if it contains a label widget.
*/
@ -654,7 +654,7 @@ gtk_check_button_class_init (GtkCheckButtonClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkCheckButton:inconsistent: (attributes org.gtk.Property.get=gtk_check_button_get_inconsistent org.gtk.Property.set=gtk_check_button_set_inconsistent)
* GtkCheckButton:inconsistent:
*
* If the check button is in an in between state.
*
@ -667,7 +667,7 @@ gtk_check_button_class_init (GtkCheckButtonClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkCheckButton:use-underline: (attributes org.gtk.Property.get=gtk_check_button_get_use_underline org.gtk.Property.set=gtk_check_button_set_use_underline)
* GtkCheckButton:use-underline:
*
* If set, an underline in the text indicates that the following
* character is to be used as mnemonic.
@ -678,7 +678,7 @@ gtk_check_button_class_init (GtkCheckButtonClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkCheckButton:child: (attributes org.gtk.Property.get=gtk_check_button_get_child org.gtk.Property.set=gtk_check_button_set_child)
* GtkCheckButton:child:
*
* The child widget.
*
@ -825,7 +825,7 @@ gtk_check_button_new_with_mnemonic (const char *label)
}
/**
* gtk_check_button_set_inconsistent: (attributes org.gtk.Method.set_property=inconsistent)
* gtk_check_button_set_inconsistent:
* @check_button: a `GtkCheckButton`
* @inconsistent: %TRUE if state is inconsistent
*
@ -865,7 +865,7 @@ gtk_check_button_set_inconsistent (GtkCheckButton *check_button,
}
/**
* gtk_check_button_get_inconsistent: (attributes org.gtk.Method.get_property=inconsistent)
* gtk_check_button_get_inconsistent:
* @check_button: a `GtkCheckButton`
*
* Returns whether the check button is in an inconsistent state.
@ -883,7 +883,7 @@ gtk_check_button_get_inconsistent (GtkCheckButton *check_button)
}
/**
* gtk_check_button_get_active: (attributes org.gtk.Method.get_property=active)
* gtk_check_button_get_active:
* @self: a `GtkCheckButton`
*
* Returns whether the check button is active.
@ -901,7 +901,7 @@ gtk_check_button_get_active (GtkCheckButton *self)
}
/**
* gtk_check_button_set_active: (attributes org.gtk.Method.set_property=active)
* gtk_check_button_set_active:
* @self: a `GtkCheckButton`
* @setting: the new value to set
*
@ -953,7 +953,7 @@ gtk_check_button_set_active (GtkCheckButton *self,
}
/**
* gtk_check_button_get_label: (attributes org.gtk.Method.get_property=label)
* gtk_check_button_get_label:
* @self: a `GtkCheckButton`
*
* Returns the label of the check button or `NULL` if [property@CheckButton:child] is set.
@ -975,7 +975,7 @@ gtk_check_button_get_label (GtkCheckButton *self)
}
/**
* gtk_check_button_set_label: (attributes org.gtk.Method.set_property=label)
* gtk_check_button_set_label:
* @self: a `GtkCheckButton`
* @label: (nullable): The text shown next to the indicator, or %NULL
* to show no text
@ -1029,7 +1029,7 @@ gtk_check_button_set_label (GtkCheckButton *self,
}
/**
* gtk_check_button_set_group: (attributes org.gtk.Method.set_property=group)
* gtk_check_button_set_group:
* @self: a `GtkCheckButton`
* @group: (nullable) (transfer none): another `GtkCheckButton` to
* form a group with
@ -1110,7 +1110,7 @@ gtk_check_button_set_group (GtkCheckButton *self,
}
/**
* gtk_check_button_get_use_underline: (attributes org.gtk.Method.get_property=use-underline)
* gtk_check_button_get_use_underline:
* @self: a `GtkCheckButton`
*
* Returns whether underlines in the label indicate mnemonics.
@ -1130,7 +1130,7 @@ gtk_check_button_get_use_underline (GtkCheckButton *self)
}
/**
* gtk_check_button_set_use_underline: (attributes org.gtk.Method.set_property=use-underline)
* gtk_check_button_set_use_underline:
* @self: a `GtkCheckButton`
* @setting: the new value to set
*
@ -1161,7 +1161,7 @@ gtk_check_button_set_use_underline (GtkCheckButton *self,
}
/**
* gtk_check_button_set_child: (attributes org.gtk.Method.set_property=child)
* gtk_check_button_set_child:
* @button: a `GtkCheckButton`
* @child: (nullable): the child widget
*
@ -1199,7 +1199,7 @@ gtk_check_button_set_child (GtkCheckButton *button,
}
/**
* gtk_check_button_get_child: (attributes org.gtk.Method.get_property=child)
* gtk_check_button_get_child:
* @button: a `GtkCheckButton`
*
* Gets the child widget of @button or `NULL` if [property@CheckButton:label] is set.

View File

@ -151,7 +151,7 @@ gtk_color_dialog_class_init (GtkColorDialogClass *class)
object_class->set_property = gtk_color_dialog_set_property;
/**
* GtkColorDialog:title: (attributes org.gtk.Property.get=gtk_color_dialog_get_title org.gtk.Property.set=gtk_color_dialog_set_title)
* GtkColorDialog:title:
*
* A title that may be shown on the color chooser
* dialog that is presented by [method@Gtk.ColorDialog.choose_rgba].
@ -164,7 +164,7 @@ gtk_color_dialog_class_init (GtkColorDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkColorDialog:modal: (attributes org.gtk.Property.get=gtk_color_dialog_get_modal org.gtk.Property.set=gtk_color_dialog_set_modal)
* GtkColorDialog:modal:
*
* Whether the color chooser dialog is modal.
*
@ -176,7 +176,7 @@ gtk_color_dialog_class_init (GtkColorDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkColorDialog:with-alpha: (attributes org.gtk.Property.get=gtk_color_dialog_get_with_alpha org.gtk.Property.set=gtk_color_dialog_set_with_alpha)
* GtkColorDialog:with-alpha:
*
* Whether colors may have alpha (translucency).
*

View File

@ -257,7 +257,7 @@ gtk_color_dialog_button_class_init (GtkColorDialogButtonClass *class)
widget_class->unroot = gtk_color_dialog_button_unroot;
/**
* GtkColorDialogButton:dialog: (attributes org.gtk.Property.get=gtk_color_dialog_button_get_dialog org.gtk.Property.set=gtk_color_dialog_button_set_dialog)
* GtkColorDialogButton:dialog:
*
* The `GtkColorDialog` that contains parameters for
* the color chooser dialog.
@ -270,7 +270,7 @@ gtk_color_dialog_button_class_init (GtkColorDialogButtonClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkColorDialogButton:rgba: (attributes org.gtk.Property.get=gtk_color_dialog_button_get_rgba org.gtk.Property.set=gtk_color_dialog_button_set_rgba)
* GtkColorDialogButton:rgba:
*
* The selected color.
*

View File

@ -817,7 +817,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
g_object_interface_find_property (iface, "vscroll-policy"));
/**
* GtkColumnView:columns: (attributes org.gtk.Property.get=gtk_column_view_get_columns)
* GtkColumnView:columns:
*
* The list of columns.
*/
@ -827,7 +827,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnView:enable-rubberband: (attributes org.gtk.Property.get=gtk_column_view_get_enable_rubberband org.gtk.Property.set=gtk_column_view_set_enable_rubberband)
* GtkColumnView:enable-rubberband:
*
* Allow rubberband selection.
*/
@ -837,7 +837,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkColumnView:model: (attributes org.gtk.Property.get=gtk_column_view_get_model org.gtk.Property.set=gtk_column_view_set_model)
* GtkColumnView:model:
*
* Model for the items displayed.
*/
@ -847,7 +847,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnView:reorderable: (attributes org.gtk.Property.get=gtk_column_view_get_reorderable org.gtk.Property.set=gtk_column_view_set_reorderable)
* GtkColumnView:reorderable:
*
* Whether columns are reorderable.
*/
@ -857,7 +857,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnView:row-factory: (attributes org.gtk.Property.get=gtk_column_view_get_row_factory org.gtk.Property.set=gtk_column_view_set_row_factory)
* GtkColumnView:row-factory:
*
* The factory used for configuring rows.
*
@ -871,7 +871,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnView:show-row-separators: (attributes org.gtk.Property.get=gtk_column_view_get_show_row_separators org.gtk.Property.set=gtk_column_view_set_show_row_separators)
* GtkColumnView:show-row-separators:
*
* Show separators between rows.
*/
@ -881,7 +881,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkColumnView:show-column-separators: (attributes org.gtk.Property.get=gtk_column_view_get_show_column_separators org.gtk.Property.set=gtk_column_view_set_show_column_separators)
* GtkColumnView:show-column-separators:
*
* Show separators between columns.
*/
@ -891,7 +891,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkColumnView:sorter: (attributes org.gtk.Property.get=gtk_column_view_get_sorter)
* GtkColumnView:sorter:
*
* Sorter with the sorting choices of the user.
*/
@ -901,7 +901,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnView:single-click-activate: (attributes org.gtk.Property.get=gtk_column_view_get_single_click_activate org.gtk.Property.set=gtk_column_view_set_single_click_activate)
* GtkColumnView:single-click-activate:
*
* Activate rows on single click and select them on hover.
*/
@ -911,7 +911,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkColumnView:tab-behavior: (attributes org.gtk.Property.get=gtk_column_view_get_tab_behavior org.gtk.Property.set=gtk_column_view_set_tab_behavior)
* GtkColumnView:tab-behavior:
*
* Behavior of the <kbd>Tab</kbd> key
*
@ -924,7 +924,7 @@ gtk_column_view_class_init (GtkColumnViewClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkColumnView:header-factory: (attributes org.gtk.Property.get=gtk_column_view_get_header_factory org.gtk.Property.set=gtk_column_view_set_header_factory)
* GtkColumnView:header-factory:
*
* Factory for creating header widgets.
*
@ -1524,7 +1524,7 @@ gtk_column_view_new (GtkSelectionModel *model)
}
/**
* gtk_column_view_get_model: (attributes org.gtk.Method.get_property=model)
* gtk_column_view_get_model:
* @self: a `GtkColumnView`
*
* Gets the model that's currently used to read the items displayed.
@ -1540,7 +1540,7 @@ gtk_column_view_get_model (GtkColumnView *self)
}
/**
* gtk_column_view_set_model: (attributes org.gtk.Method.set_property=model)
* gtk_column_view_set_model:
* @self: a `GtkColumnView`
* @model: (nullable) (transfer none): the model to use
*
@ -1564,7 +1564,7 @@ gtk_column_view_set_model (GtkColumnView *self,
}
/**
* gtk_column_view_get_columns: (attributes org.gtk.Method.get_property=columns)
* gtk_column_view_get_columns:
* @self: a `GtkColumnView`
*
* Gets the list of columns in this column view.
@ -1584,7 +1584,7 @@ gtk_column_view_get_columns (GtkColumnView *self)
}
/**
* gtk_column_view_set_show_row_separators: (attributes org.gtk.Method.set_property=show-row-separators)
* gtk_column_view_set_show_row_separators:
* @self: a `GtkColumnView`
* @show_row_separators: %TRUE to show row separators
*
@ -1606,7 +1606,7 @@ gtk_column_view_set_show_row_separators (GtkColumnView *self,
}
/**
* gtk_column_view_get_show_row_separators: (attributes org.gtk.Method.get_property=show-row-separators)
* gtk_column_view_get_show_row_separators:
* @self: a `GtkColumnView`
*
* Returns whether the list should show separators
@ -1623,7 +1623,7 @@ gtk_column_view_get_show_row_separators (GtkColumnView *self)
}
/**
* gtk_column_view_set_show_column_separators: (attributes org.gtk.Method.set_property=show-column-separators)
* gtk_column_view_set_show_column_separators:
* @self: a `GtkColumnView`
* @show_column_separators: %TRUE to show column separators
*
@ -1650,7 +1650,7 @@ gtk_column_view_set_show_column_separators (GtkColumnView *self,
}
/**
* gtk_column_view_get_show_column_separators: (attributes org.gtk.Method.get_property=show-column-separators)
* gtk_column_view_get_show_column_separators:
* @self: a `GtkColumnView`
*
* Returns whether the list should show separators
@ -1873,7 +1873,7 @@ gtk_column_view_get_list_view (GtkColumnView *self)
}
/**
* gtk_column_view_get_sorter: (attributes org.gtk.Method.get_property=sorter)
* gtk_column_view_get_sorter:
* @self: a `GtkColumnView`
*
* Returns a special sorter that reflects the users sorting
@ -1943,7 +1943,7 @@ gtk_column_view_sort_by_column (GtkColumnView *self,
}
/**
* gtk_column_view_set_single_click_activate: (attributes org.gtk.Method.set_property=single-click-activate)
* gtk_column_view_set_single_click_activate:
* @self: a `GtkColumnView`
* @single_click_activate: %TRUE to activate items on single click
*
@ -1965,7 +1965,7 @@ gtk_column_view_set_single_click_activate (GtkColumnView *self,
}
/**
* gtk_column_view_get_single_click_activate: (attributes org.gtk.Method.get_property=single-click-activate)
* gtk_column_view_get_single_click_activate:
* @self: a `GtkColumnView`
*
* Returns whether rows will be activated on single click and
@ -1982,7 +1982,7 @@ gtk_column_view_get_single_click_activate (GtkColumnView *self)
}
/**
* gtk_column_view_set_reorderable: (attributes org.gtk.Method.set_property=reorderable)
* gtk_column_view_set_reorderable:
* @self: a `GtkColumnView`
* @reorderable: whether columns should be reorderable
*
@ -2003,7 +2003,7 @@ gtk_column_view_set_reorderable (GtkColumnView *self,
}
/**
* gtk_column_view_get_reorderable: (attributes org.gtk.Method.get_property=reorderable)
* gtk_column_view_get_reorderable:
* @self: a `GtkColumnView`
*
* Returns whether columns are reorderable.
@ -2019,7 +2019,7 @@ gtk_column_view_get_reorderable (GtkColumnView *self)
}
/**
* gtk_column_view_set_enable_rubberband: (attributes org.gtk.Method.set_property=enable-rubberband)
* gtk_column_view_set_enable_rubberband:
* @self: a `GtkColumnView`
* @enable_rubberband: %TRUE to enable rubberband selection
*
@ -2040,7 +2040,7 @@ gtk_column_view_set_enable_rubberband (GtkColumnView *self,
}
/**
* gtk_column_view_get_enable_rubberband: (attributes org.gtk.Method.get_property=enable-rubberband)
* gtk_column_view_get_enable_rubberband:
* @self: a `GtkColumnView`
*
* Returns whether rows can be selected by dragging with the mouse.
@ -2056,7 +2056,7 @@ gtk_column_view_get_enable_rubberband (GtkColumnView *self)
}
/**
* gtk_column_view_set_row_factory: (attributes org.gtk.Method.set_property=row-factory)
* gtk_column_view_set_row_factory:
* @self: a `GtkColumnView`
* @factory: (nullable): The row factory
*
@ -2085,7 +2085,7 @@ gtk_column_view_set_row_factory (GtkColumnView *self,
}
/**
* gtk_column_view_get_row_factory: (attributes org.gtk.Method.get_property=row-factory)
* gtk_column_view_get_row_factory:
* @self: a `GtkColumnView`
*
* Gets the factory set via [method@Gtk.ColumnView.set_row_factory].
@ -2103,7 +2103,7 @@ gtk_column_view_get_row_factory (GtkColumnView *self)
}
/**
* gtk_column_view_set_tab_behavior: (attributes org.gtk.Method.set_property=tab-behavior)
* gtk_column_view_set_tab_behavior:
* @self: a `GtkColumnView`
* @tab_behavior: The desired tab behavior
*
@ -2126,7 +2126,7 @@ gtk_column_view_set_tab_behavior (GtkColumnView *self,
}
/**
* gtk_column_view_get_tab_behavior: (attributes org.gtk.Method.get_property=tab-behavior)
* gtk_column_view_get_tab_behavior:
* @self: a `GtkColumnView`
*
* Gets the behavior set for the <kbd>Tab</kbd> key.
@ -2144,7 +2144,7 @@ gtk_column_view_get_tab_behavior (GtkColumnView *self)
}
/**
* gtk_column_view_get_header_factory: (attributes org.gtk.Method.get_property=header-factory)
* gtk_column_view_get_header_factory:
* @self: a `GtkColumnView`
*
* Gets the factory that's currently used to populate section headers.
@ -2162,7 +2162,7 @@ gtk_column_view_get_header_factory (GtkColumnView *self)
}
/**
* gtk_column_view_set_header_factory: (attributes org.gtk.Method.set_property=header-factory)
* gtk_column_view_set_header_factory:
* @self: a `GtkColumnView`
* @factory: (nullable) (transfer none): the factory to use
*

View File

@ -154,7 +154,7 @@ gtk_column_view_cell_class_init (GtkColumnViewCellClass *klass)
gobject_class->set_property = gtk_column_view_cell_set_property;
/**
* GtkColumnViewCell:child: (attributes org.gtk.Property.get=gtk_column_view_cell_get_child org.gtk.Property.set=gtk_column_view_cell_set_child)
* GtkColumnViewCell:child:
*
* Widget used for display.
*
@ -166,7 +166,7 @@ gtk_column_view_cell_class_init (GtkColumnViewCellClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewCell:focusable: (attributes org.gtk.Property.get=gtk_column_view_cell_get_focusable org.gtk.Property.set=gtk_column_view_cell_set_focusable)
* GtkColumnViewCell:focusable:
*
* If the item can be focused with the keyboard.
*
@ -178,7 +178,7 @@ gtk_column_view_cell_class_init (GtkColumnViewCellClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewCell:item: (attributes org.gtk.Property.get=gtk_column_view_cell_get_item)
* GtkColumnViewCell:item:
*
* Displayed item.
*
@ -190,7 +190,7 @@ gtk_column_view_cell_class_init (GtkColumnViewCellClass *klass)
G_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewCell:position: (attributes org.gtk.Property.get=gtk_column_view_cell_get_position)
* GtkColumnViewCell:position:
*
* Position of the item.
*
@ -202,7 +202,7 @@ gtk_column_view_cell_class_init (GtkColumnViewCellClass *klass)
G_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewCell:selected: (attributes org.gtk.Property.get=gtk_column_view_cell_get_selected)
* GtkColumnViewCell:selected:
*
* If the item is currently selected.
*
@ -245,7 +245,7 @@ gtk_column_view_cell_do_notify (GtkColumnViewCell *column_view_cell,
}
/**
* gtk_column_view_cell_get_item: (attributes org.gtk.Method.get_property=item)
* gtk_column_view_cell_get_item:
* @self: a `GtkColumnViewCell`
*
* Gets the model item that associated with @self.
@ -268,7 +268,7 @@ gtk_column_view_cell_get_item (GtkColumnViewCell *self)
}
/**
* gtk_column_view_cell_get_child: (attributes org.gtk.Method.get_property=child)
* gtk_column_view_cell_get_child:
* @self: a `GtkColumnViewCell`
*
* Gets the child previously set via gtk_column_view_cell_set_child() or
@ -287,7 +287,7 @@ gtk_column_view_cell_get_child (GtkColumnViewCell *self)
}
/**
* gtk_column_view_cell_set_child: (attributes org.gtk.Method.set_property=child)
* gtk_column_view_cell_set_child:
* @self: a `GtkColumnViewCell`
* @child: (nullable): The list item's child or %NULL to unset
*
@ -324,7 +324,7 @@ gtk_column_view_cell_set_child (GtkColumnViewCell *self,
}
/**
* gtk_column_view_cell_get_position: (attributes org.gtk.Method.get_property=position)
* gtk_column_view_cell_get_position:
* @self: a `GtkColumnViewCell`
*
* Gets the position in the model that @self currently displays.
@ -347,7 +347,7 @@ gtk_column_view_cell_get_position (GtkColumnViewCell *self)
}
/**
* gtk_column_view_cell_get_selected: (attributes org.gtk.Method.get_property=selected)
* gtk_column_view_cell_get_selected:
* @self: a `GtkColumnViewCell`
*
* Checks if the item is displayed as selected.
@ -371,7 +371,7 @@ gtk_column_view_cell_get_selected (GtkColumnViewCell *self)
}
/**
* gtk_column_view_cell_get_focusable: (attributes org.gtk.Method.get_property=focusable)
* gtk_column_view_cell_get_focusable:
* @self: a `GtkColumnViewCell`
*
* Checks if a list item has been set to be focusable via
@ -390,7 +390,7 @@ gtk_column_view_cell_get_focusable (GtkColumnViewCell *self)
}
/**
* gtk_column_view_cell_set_focusable: (attributes org.gtk.Method.set_property=focusable)
* gtk_column_view_cell_set_focusable:
* @self: a `GtkColumnViewCell`
* @focusable: if the item should be focusable
*

View File

@ -242,7 +242,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
gobject_class->set_property = gtk_column_view_column_set_property;
/**
* GtkColumnViewColumn:column-view: (attributes org.gtk.Property.get=gtk_column_view_column_get_column_view)
* GtkColumnViewColumn:column-view:
*
* The `GtkColumnView` this column is a part of.
*/
@ -252,7 +252,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
G_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewColumn:factory: (attributes org.gtk.Property.get=gtk_column_view_column_get_factory org.gtk.Property.set=gtk_column_view_column_set_factory)
* GtkColumnViewColumn:factory:
*
* Factory for populating list items.
*
@ -264,7 +264,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewColumn:title: (attributes org.gtk.Property.get=gtk_column_view_column_get_title org.gtk.Property.set=gtk_column_view_column_set_title)
* GtkColumnViewColumn:title:
*
* Title displayed in the header.
*/
@ -274,7 +274,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkColumnViewColumn:sorter: (attributes org.gtk.Property.get=gtk_column_view_column_get_sorter org.gtk.Property.set=gtk_column_view_column_set_sorter)
* GtkColumnViewColumn:sorter:
*
* Sorter for sorting items according to this column.
*/
@ -284,7 +284,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewColumn:visible: (attributes org.gtk.Property.get=gtk_column_view_column_get_visible org.gtk.Property.set=gtk_column_view_column_set_visible)
* GtkColumnViewColumn:visible:
*
* Whether this column is visible.
*/
@ -294,7 +294,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewColumn:header-menu: (attributes org.gtk.Property.get=gtk_column_view_column_get_header_menu org.gtk.Property.set=gtk_column_view_column_set_header_menu)
* GtkColumnViewColumn:header-menu:
*
* Menu model used to create the context menu for the column header.
*/
@ -304,7 +304,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewColumn:resizable: (attributes org.gtk.Property.get=gtk_column_view_column_get_resizable org.gtk.Property.set=gtk_column_view_column_set_resizable)
* GtkColumnViewColumn:resizable:
*
* Whether this column is resizable.
*/
@ -314,7 +314,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewColumn:expand: (attributes org.gtk.Property.get=gtk_column_view_column_get_expand org.gtk.Property.set=gtk_column_view_column_set_expand)
* GtkColumnViewColumn:expand:
*
* Column gets share of extra width allocated to the view.
*/
@ -324,7 +324,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewColumn:fixed-width: (attributes org.gtk.Property.get=gtk_column_view_column_get_fixed_width org.gtk.Property.set=gtk_column_view_column_set_fixed_width)
* GtkColumnViewColumn:fixed-width:
*
* If not -1, this is the width that the column is allocated,
* regardless of the size of its content.
@ -335,7 +335,7 @@ gtk_column_view_column_class_init (GtkColumnViewColumnClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewColumn:id: (attributes org.gtk.Property.get=gtk_column_view_column_get_id org.gtk.Property.set=gtk_column_view_column_set_id)
* GtkColumnViewColumn:id:
*
* An ID for the column.
*
@ -593,7 +593,7 @@ gtk_column_view_column_ensure_cells (GtkColumnViewColumn *self)
}
/**
* gtk_column_view_column_get_column_view: (attributes org.gtk.Method.get_property=column-view)
* gtk_column_view_column_get_column_view:
* @self: a `GtkColumnViewColumn`
*
* Gets the column view that's currently displaying this column.
@ -647,7 +647,7 @@ gtk_column_view_column_set_position (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_get_factory: (attributes org.gtk.Method.get_property=factory)
* gtk_column_view_column_get_factory:
* @self: a `GtkColumnViewColumn`
*
* Gets the factory that's currently used to populate list items for
@ -687,7 +687,7 @@ gtk_column_view_column_update_factory (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_set_factory: (attributes org.gtk.Method.set_property=factory)
* gtk_column_view_column_set_factory:
* @self: a `GtkColumnViewColumn`
* @factory: (nullable) (transfer none): the factory to use
*
@ -714,7 +714,7 @@ gtk_column_view_column_set_factory (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_set_title: (attributes org.gtk.Method.set_property=title)
* gtk_column_view_column_set_title:
* @self: a `GtkColumnViewColumn`
* @title: (nullable): Title to use for this column
*
@ -743,7 +743,7 @@ gtk_column_view_column_set_title (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_get_title: (attributes org.gtk.Method.get_property=title)
* gtk_column_view_column_get_title:
* @self: a `GtkColumnViewColumn`
*
* Returns the title set with gtk_column_view_column_set_title().
@ -768,7 +768,7 @@ gtk_column_view_column_remove_from_sorter (GtkColumnViewColumn *self)
}
/**
* gtk_column_view_column_set_sorter: (attributes org.gtk.Method.set_property=sorter)
* gtk_column_view_column_set_sorter:
* @self: a `GtkColumnViewColumn`
* @sorter: (nullable): the `GtkSorter` to associate with @column
*
@ -802,7 +802,7 @@ gtk_column_view_column_set_sorter (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_get_sorter: (attributes org.gtk.Method.get_property=sorter)
* gtk_column_view_column_get_sorter:
* @self: a `GtkColumnViewColumn`
*
* Returns the sorter that is associated with the column.
@ -825,7 +825,7 @@ gtk_column_view_column_notify_sort (GtkColumnViewColumn *self)
}
/**
* gtk_column_view_column_set_visible: (attributes org.gtk.Method.set_property=visible)
* gtk_column_view_column_set_visible:
* @self: a `GtkColumnViewColumn`
* @visible: whether this column should be visible
*
@ -854,7 +854,7 @@ gtk_column_view_column_set_visible (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_get_visible: (attributes org.gtk.Method.get_property=visible)
* gtk_column_view_column_get_visible:
* @self: a `GtkColumnViewColumn`
*
* Returns whether this column is visible.
@ -870,7 +870,7 @@ gtk_column_view_column_get_visible (GtkColumnViewColumn *self)
}
/**
* gtk_column_view_column_set_header_menu: (attributes org.gtk.Method.set_property=header-menu)
* gtk_column_view_column_set_header_menu:
* @self: a `GtkColumnViewColumn`
* @menu: (nullable): a `GMenuModel`
*
@ -894,7 +894,7 @@ gtk_column_view_column_set_header_menu (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_get_header_menu: (attributes org.gtk.Method.get_property=header-menu)
* gtk_column_view_column_get_header_menu:
* @self: a `GtkColumnViewColumn`
*
* Gets the menu model that is used to create the context menu
@ -911,7 +911,7 @@ gtk_column_view_column_get_header_menu (GtkColumnViewColumn *self)
}
/**
* gtk_column_view_column_set_expand: (attributes org.gtk.Method.set_property=expand)
* gtk_column_view_column_set_expand:
* @self: a `GtkColumnViewColumn`
* @expand: %TRUE if this column should expand to fill available sace
*
@ -938,7 +938,7 @@ gtk_column_view_column_set_expand (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_get_expand: (attributes org.gtk.Method.get_property=expand)
* gtk_column_view_column_get_expand:
* @self: a `GtkColumnViewColumn`
*
* Returns whether this column should expand.
@ -954,7 +954,7 @@ gtk_column_view_column_get_expand (GtkColumnViewColumn *self)
}
/**
* gtk_column_view_column_set_resizable: (attributes org.gtk.Method.set_property=resizable)
* gtk_column_view_column_set_resizable:
* @self: a `GtkColumnViewColumn`
* @resizable: whether this column should be resizable
*
@ -975,7 +975,7 @@ gtk_column_view_column_set_resizable (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_get_resizable: (attributes org.gtk.Method.get_property=resizable)
* gtk_column_view_column_get_resizable:
* @self: a `GtkColumnViewColumn`
*
* Returns whether this column is resizable.
@ -991,7 +991,7 @@ gtk_column_view_column_get_resizable (GtkColumnViewColumn *self)
}
/**
* gtk_column_view_column_set_fixed_width: (attributes org.gtk.Method.set_property=fixed-width)
* gtk_column_view_column_set_fixed_width:
* @self: a `GtkColumnViewColumn`
* @fixed_width: the new fixed width, or -1
*
@ -1019,7 +1019,7 @@ gtk_column_view_column_set_fixed_width (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_get_fixed_width: (attributes org.gtk.Method.get_property=fixed-width)
* gtk_column_view_column_get_fixed_width:
* @self: a `GtkColumnViewColumn`
*
* Gets the fixed width of the column.
@ -1060,7 +1060,7 @@ gtk_column_view_column_get_header_allocation (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_set_id: (attributes org.gtk.Method.set_property=id)
* gtk_column_view_column_set_id:
* @self: a `GtkColumnViewColumn`
* @id: (nullable): ID to use for this column
*
@ -1089,7 +1089,7 @@ gtk_column_view_column_set_id (GtkColumnViewColumn *self,
}
/**
* gtk_column_view_column_get_id: (attributes org.gtk.Method.get_property=id)
* gtk_column_view_column_get_id:
* @self: a `GtkColumnViewColumn`
*
* Returns the ID set with gtk_column_view_column_set_id().

View File

@ -171,7 +171,7 @@ gtk_column_view_row_class_init (GtkColumnViewRowClass *klass)
gobject_class->set_property = gtk_column_view_row_set_property;
/**
* GtkColumnViewRow:accessible-description: (attributes org.gtk.Property.get=gtk_column_view_row_get_accessible_description org.gtk.Property.set=gtk_column_view_row_set_accessible_description)
* GtkColumnViewRow:accessible-description:
*
* The accessible description to set on the row.
*
@ -183,7 +183,7 @@ gtk_column_view_row_class_init (GtkColumnViewRowClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewRow:accessible-label: (attributes org.gtk.Property.get=gtk_column_view_row_get_accessible_label org.gtk.Property.set=gtk_column_view_row_set_accessible_label)
* GtkColumnViewRow:accessible-label:
*
* The accessible label to set on the row.
*
@ -195,7 +195,7 @@ gtk_column_view_row_class_init (GtkColumnViewRowClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewRow:activatable: (attributes org.gtk.Property.get=gtk_column_view_row_get_activatable org.gtk.Property.set=gtk_column_view_row_set_activatable)
* GtkColumnViewRow:activatable:
*
* If the row can be activated by the user.
*
@ -207,7 +207,7 @@ gtk_column_view_row_class_init (GtkColumnViewRowClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewRow:focusable: (attributes org.gtk.Property.get=gtk_column_view_row_get_focusable org.gtk.Property.set=gtk_column_view_row_set_focusable)
* GtkColumnViewRow:focusable:
*
* If the row can be focused with the keyboard.
*
@ -219,7 +219,7 @@ gtk_column_view_row_class_init (GtkColumnViewRowClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewRow:item: (attributes org.gtk.Property.get=gtk_column_view_row_get_item)
* GtkColumnViewRow:item:
*
* The item for this row.
*
@ -231,7 +231,7 @@ gtk_column_view_row_class_init (GtkColumnViewRowClass *klass)
G_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewRow:position: (attributes org.gtk.Property.get=gtk_column_view_row_get_position)
* GtkColumnViewRow:position:
*
* Position of the row.
*
@ -243,7 +243,7 @@ gtk_column_view_row_class_init (GtkColumnViewRowClass *klass)
G_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewRow:selectable: (attributes org.gtk.Property.get=gtk_column_view_row_get_selectable org.gtk.Property.set=gtk_column_view_row_set_selectable)
* GtkColumnViewRow:selectable:
*
* If the row can be selected by the user.
*
@ -255,7 +255,7 @@ gtk_column_view_row_class_init (GtkColumnViewRowClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewRow:selected: (attributes org.gtk.Property.get=gtk_column_view_row_get_selected)
* GtkColumnViewRow:selected:
*
* If the item in the row is currently selected.
*
@ -300,7 +300,7 @@ gtk_column_view_row_do_notify (GtkColumnViewRow *column_view_row,
}
/**
* gtk_column_view_row_get_item: (attributes org.gtk.Method.get_property=item)
* gtk_column_view_row_get_item:
* @self: a `GtkColumnViewRow`
*
* Gets the model item that associated with @self.
@ -323,7 +323,7 @@ gtk_column_view_row_get_item (GtkColumnViewRow *self)
}
/**
* gtk_column_view_row_get_position: (attributes org.gtk.Method.get_property=position)
* gtk_column_view_row_get_position:
* @self: a `GtkColumnViewRow`
*
* Gets the position in the model that @self currently displays.
@ -346,7 +346,7 @@ gtk_column_view_row_get_position (GtkColumnViewRow *self)
}
/**
* gtk_column_view_row_get_selected: (attributes org.gtk.Method.get_property=selected)
* gtk_column_view_row_get_selected:
* @self: a `GtkColumnViewRow`
*
* Checks if the item is selected that this row corresponds to.
@ -370,7 +370,7 @@ gtk_column_view_row_get_selected (GtkColumnViewRow *self)
}
/**
* gtk_column_view_row_get_selectable: (attributes org.gtk.Method.get_property=selectable)
* gtk_column_view_row_get_selectable:
* @self: a `GtkColumnViewRow`
*
* Checks if the row has been set to be selectable via
@ -391,7 +391,7 @@ gtk_column_view_row_get_selectable (GtkColumnViewRow *self)
}
/**
* gtk_column_view_row_set_selectable: (attributes org.gtk.Method.set_property=selectable)
* gtk_column_view_row_set_selectable:
* @self: a `GtkColumnViewRow`
* @selectable: if the row should be selectable
*
@ -427,7 +427,7 @@ gtk_column_view_row_set_selectable (GtkColumnViewRow *self,
}
/**
* gtk_column_view_row_get_activatable: (attributes org.gtk.Method.get_property=activatable)
* gtk_column_view_row_get_activatable:
* @self: a `GtkColumnViewRow`
*
* Checks if the row has been set to be activatable via
@ -446,7 +446,7 @@ gtk_column_view_row_get_activatable (GtkColumnViewRow *self)
}
/**
* gtk_column_view_row_set_activatable: (attributes org.gtk.Method.set_property=activatable)
* gtk_column_view_row_set_activatable:
* @self: a `GtkColumnViewRow`
* @activatable: if the row should be activatable
*
@ -479,7 +479,7 @@ gtk_column_view_row_set_activatable (GtkColumnViewRow *self,
}
/**
* gtk_column_view_row_get_focusable: (attributes org.gtk.Method.get_property=focusable)
* gtk_column_view_row_get_focusable:
* @self: a `GtkColumnViewRow`
*
* Checks if a row item has been set to be focusable via
@ -498,7 +498,7 @@ gtk_column_view_row_get_focusable (GtkColumnViewRow *self)
}
/**
* gtk_column_view_row_set_focusable: (attributes org.gtk.Method.set_property=focusable)
* gtk_column_view_row_set_focusable:
* @self: a `GtkColumnViewRow`
* @focusable: if the row should be focusable
*

View File

@ -214,7 +214,7 @@ gtk_column_view_sorter_class_init (GtkColumnViewSorterClass *class)
object_class->get_property = gtk_column_view_sorter_get_property;
/**
* GtkColumnViewSorter:primary-sort-column: (attributes org.gtk.Property.get=gtk_column_view_sorter_get_primary_sort_column)
* GtkColumnViewSorter:primary-sort-column:
*
* The primary sort column.
*
@ -229,7 +229,7 @@ gtk_column_view_sorter_class_init (GtkColumnViewSorterClass *class)
G_PARAM_READABLE|G_PARAM_STATIC_STRINGS);
/**
* GtkColumnViewSorter:primary-sort-order: (attributes org.gtk.Property.get=gtk_column_view_sorter_get_primary_sort_order)
* GtkColumnViewSorter:primary-sort-order:
*
* The primary sort order.
*

View File

@ -177,7 +177,7 @@ gtk_constraint_class_init (GtkConstraintClass *klass)
gobject_class->finalize = gtk_constraint_finalize;
/**
* GtkConstraint:target: (attributes org.gtk.Property.get=gtk_constraint_get_target)
* GtkConstraint:target:
*
* The target of the constraint.
*
@ -195,7 +195,7 @@ gtk_constraint_class_init (GtkConstraintClass *klass)
G_PARAM_CONSTRUCT_ONLY);
/**
* GtkConstraint:target-attribute: (attributes org.gtk.Property.get=gtk_constraint_get_target_attribute)
* GtkConstraint:target-attribute:
*
* The attribute of the [property@Gtk.Constraint:target] set by the constraint.
*/
@ -208,7 +208,7 @@ gtk_constraint_class_init (GtkConstraintClass *klass)
G_PARAM_CONSTRUCT_ONLY);
/**
* GtkConstraint:relation: (attributes org.gtk.Property.get=gtk_constraint_get_relation)
* GtkConstraint:relation:
*
* The order relation between the terms of the constraint.
*/
@ -221,7 +221,7 @@ gtk_constraint_class_init (GtkConstraintClass *klass)
G_PARAM_CONSTRUCT_ONLY);
/**
* GtkConstraint:source: (attributes org.gtk.Property.get=gtk_constraint_get_source)
* GtkConstraint:source:
*
* The source of the constraint.
*
@ -236,7 +236,7 @@ gtk_constraint_class_init (GtkConstraintClass *klass)
G_PARAM_STATIC_STRINGS |
G_PARAM_CONSTRUCT_ONLY);
/**
* GtkConstraint:source-attribute: (attributes org.gtk.Property.get=gtk_constraint_get_source_attribute)
* GtkConstraint:source-attribute:
*
* The attribute of the [property@Gtk.Constraint:source] read by the
* constraint.
@ -250,7 +250,7 @@ gtk_constraint_class_init (GtkConstraintClass *klass)
G_PARAM_CONSTRUCT_ONLY);
/**
* GtkConstraint:multiplier: (attributes org.gtk.Property.get=gtk_constraint_get_multiplier)
* GtkConstraint:multiplier:
*
* The multiplication factor to be applied to
* the [property@Gtk.Constraint:source-attribute].
@ -263,7 +263,7 @@ gtk_constraint_class_init (GtkConstraintClass *klass)
G_PARAM_CONSTRUCT_ONLY);
/**
* GtkConstraint:constant: (attributes org.gtk.Property.get=gtk_constraint_get_constant)
* GtkConstraint:constant:
*
* The constant value to be added to the [property@Gtk.Constraint:source-attribute].
*/
@ -275,7 +275,7 @@ gtk_constraint_class_init (GtkConstraintClass *klass)
G_PARAM_CONSTRUCT_ONLY);
/**
* GtkConstraint:strength: (attributes org.gtk.Property.get=gtk_constraint_get_strength)
* GtkConstraint:strength:
*
* The strength of the constraint.
*
@ -380,7 +380,7 @@ gtk_constraint_new_constant (gpointer target,
}
/**
* gtk_constraint_get_target: (attributes org.gtk.Method.get_property=target)
* gtk_constraint_get_target:
* @constraint: a `GtkConstraint`
*
* Retrieves the [iface@Gtk.ConstraintTarget] used as the target for
@ -400,7 +400,7 @@ gtk_constraint_get_target (GtkConstraint *constraint)
}
/**
* gtk_constraint_get_target_attribute: (attributes org.gtk.Method.get_property=target-attribute)
* gtk_constraint_get_target_attribute:
* @constraint: a `GtkConstraint`
*
* Retrieves the attribute of the target to be set by the constraint.
@ -416,7 +416,7 @@ gtk_constraint_get_target_attribute (GtkConstraint *constraint)
}
/**
* gtk_constraint_get_source: (attributes org.gtk.Method.get_property=source)
* gtk_constraint_get_source:
* @constraint: a `GtkConstraint`
*
* Retrieves the [iface@Gtk.ConstraintTarget] used as the source for the
@ -436,7 +436,7 @@ gtk_constraint_get_source (GtkConstraint *constraint)
}
/**
* gtk_constraint_get_source_attribute: (attributes org.gtk.Method.get_property=source-attribute)
* gtk_constraint_get_source_attribute:
* @constraint: a `GtkConstraint`
*
* Retrieves the attribute of the source to be read by the constraint.
@ -452,7 +452,7 @@ gtk_constraint_get_source_attribute (GtkConstraint *constraint)
}
/**
* gtk_constraint_get_relation: (attributes org.gtk.Method.get_property=relation)
* gtk_constraint_get_relation:
* @constraint: a `GtkConstraint`
*
* The order relation between the terms of the constraint.
@ -468,7 +468,7 @@ gtk_constraint_get_relation (GtkConstraint *constraint)
}
/**
* gtk_constraint_get_multiplier: (attributes org.gtk.Method.get_property=multiplier)
* gtk_constraint_get_multiplier:
* @constraint: a `GtkConstraint`
*
* Retrieves the multiplication factor applied to the source
@ -485,7 +485,7 @@ gtk_constraint_get_multiplier (GtkConstraint *constraint)
}
/**
* gtk_constraint_get_constant: (attributes org.gtk.Method.get_property=constant)
* gtk_constraint_get_constant:
* @constraint: a `GtkConstraint`
*
* Retrieves the constant factor added to the source attributes' value.
@ -501,7 +501,7 @@ gtk_constraint_get_constant (GtkConstraint *constraint)
}
/**
* gtk_constraint_get_strength: (attributes org.gtk.Method.get_property=strength)
* gtk_constraint_get_strength:
* @constraint: a `GtkConstraint`
*
* Retrieves the strength of the constraint.

View File

@ -411,7 +411,7 @@ gtk_constraint_guide_class_init (GtkConstraintGuideClass *class)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkConstraintGuide:strength: (attributes org.gtk.Property.get=gtk_constraint_guide_get_strength org.gtk.Property.set=gtk_constraint_guide_set_strength)
* GtkConstraintGuide:strength:
*
* The `GtkConstraintStrength` to be used for the constraint on
* the natural size of the guide.
@ -424,7 +424,7 @@ gtk_constraint_guide_class_init (GtkConstraintGuideClass *class)
G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkConstraintGuide:name: (attributes org.gtk.Property.get=gtk_constraint_guide_get_name org.gtk.Property.set=gtk_constraint_guide_set_name)
* GtkConstraintGuide:name:
*
* A name that identifies the `GtkConstraintGuide`, for debugging.
*/
@ -606,7 +606,7 @@ gtk_constraint_guide_get_max_size (GtkConstraintGuide *guide,
}
/**
* gtk_constraint_guide_get_name: (attributes org.gtk.Method.get_property=name)
* gtk_constraint_guide_get_name:
* @guide: a `GtkConstraintGuide`
*
* Retrieves the name set using gtk_constraint_guide_set_name().
@ -622,7 +622,7 @@ gtk_constraint_guide_get_name (GtkConstraintGuide *guide)
}
/**
* gtk_constraint_guide_set_name: (attributes org.gtk.Method.set_property=name)
* gtk_constraint_guide_set_name:
* @guide: a `GtkConstraintGuide`
* @name: (nullable): a name for the @guide
*
@ -642,7 +642,7 @@ gtk_constraint_guide_set_name (GtkConstraintGuide *guide,
}
/**
* gtk_constraint_guide_get_strength: (attributes org.gtk.Method.get_property=strength)
* gtk_constraint_guide_get_strength:
* @guide: a `GtkConstraintGuide`
*
* Retrieves the strength set using gtk_constraint_guide_set_strength().
@ -659,7 +659,7 @@ gtk_constraint_guide_get_strength (GtkConstraintGuide *guide)
}
/**
* gtk_constraint_guide_set_strength: (attributes org.gtk.Method.set_property=strength)
* gtk_constraint_guide_set_strength:
* @guide: a `GtkConstraintGuide`
* @strength: the strength of the constraint
*

View File

@ -283,7 +283,7 @@ gtk_directory_list_class_init (GtkDirectoryListClass *class)
gobject_class->dispose = gtk_directory_list_dispose;
/**
* GtkDirectoryList:attributes: (attributes org.gtk.Property.get=gtk_directory_list_get_attributes org.gtk.Property.set=gtk_directory_list_set_attributes)
* GtkDirectoryList:attributes:
*
* The attributes to query.
*/
@ -293,7 +293,7 @@ gtk_directory_list_class_init (GtkDirectoryListClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkDirectoryList:error: (attributes org.gtk.Property.get=gtk_directory_list_get_error)
* GtkDirectoryList:error:
*
* Error encountered while loading files.
*/
@ -303,7 +303,7 @@ gtk_directory_list_class_init (GtkDirectoryListClass *class)
GTK_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkDirectoryList:file: (attributes org.gtk.Property.get=gtk_directory_list_get_file org.gtk.Property.set=gtk_directory_list_set_file)
* GtkDirectoryList:file:
*
* File to query.
*/
@ -313,7 +313,7 @@ gtk_directory_list_class_init (GtkDirectoryListClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkDirectoryList:io-priority: (attributes org.gtk.Property.get=gtk_directory_list_get_io_priority org.gtk.Property.set=gtk_directory_list_set_io_priority)
* GtkDirectoryList:io-priority:
*
* Priority used when loading.
*/
@ -335,7 +335,7 @@ gtk_directory_list_class_init (GtkDirectoryListClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GtkDirectoryList:loading: (attributes org.gtk.Property.get=gtk_directory_list_is_loading)
* GtkDirectoryList:loading: (getter is_loading)
*
* %TRUE if files are being loaded.
*/
@ -345,7 +345,7 @@ gtk_directory_list_class_init (GtkDirectoryListClass *class)
GTK_PARAM_READABLE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkDirectoryList:monitored: (attributes org.gtk.Property.get=gtk_directory_list_get_monitored org.gtk.Property.set=gtk_directory_list_set_monitored)
* GtkDirectoryList:monitored:
*
* %TRUE if the directory is monitored for changed.
*/
@ -810,7 +810,7 @@ gtk_directory_list_update_monitoring (GtkDirectoryList *self)
}
/**
* gtk_directory_list_set_file: (attributes org.gtk.Method.set_property=file)
* gtk_directory_list_set_file:
* @self: a `GtkDirectoryList`
* @file: (nullable): the `GFile` to be enumerated
*
@ -842,7 +842,7 @@ gtk_directory_list_set_file (GtkDirectoryList *self,
}
/**
* gtk_directory_list_get_file: (attributes org.gtk.Method.get_property=file)
* gtk_directory_list_get_file:
* @self: a `GtkDirectoryList`
*
* Gets the file whose children are currently enumerated.
@ -858,7 +858,7 @@ gtk_directory_list_get_file (GtkDirectoryList *self)
}
/**
* gtk_directory_list_set_attributes: (attributes org.gtk.Method.set_property=attributes)
* gtk_directory_list_set_attributes:
* @self: a `GtkDirectoryList`
* @attributes: (nullable): the attributes to enumerate
*
@ -889,7 +889,7 @@ gtk_directory_list_set_attributes (GtkDirectoryList *self,
}
/**
* gtk_directory_list_get_attributes: (attributes org.gtk.Method.get_property=attributes)
* gtk_directory_list_get_attributes:
* @self: a `GtkDirectoryList`
*
* Gets the attributes queried on the children.
@ -905,7 +905,7 @@ gtk_directory_list_get_attributes (GtkDirectoryList *self)
}
/**
* gtk_directory_list_set_io_priority: (attributes org.gtk.Method.set_property=io-priority)
* gtk_directory_list_set_io_priority:
* @self: a `GtkDirectoryList`
* @io_priority: IO priority to use
*
@ -934,7 +934,7 @@ gtk_directory_list_set_io_priority (GtkDirectoryList *self,
}
/**
* gtk_directory_list_get_io_priority: (attributes org.gtk.Method.get_property=io-priority)
* gtk_directory_list_get_io_priority:
* @self: a `GtkDirectoryList`
*
* Gets the IO priority set via gtk_directory_list_set_io_priority().
@ -950,7 +950,7 @@ gtk_directory_list_get_io_priority (GtkDirectoryList *self)
}
/**
* gtk_directory_list_is_loading: (attributes org.gtk.Method.get_property=loading)
* gtk_directory_list_is_loading: (get-property loading)
* @self: a `GtkDirectoryList`
*
* Returns %TRUE if the children enumeration is currently in
@ -971,7 +971,7 @@ gtk_directory_list_is_loading (GtkDirectoryList *self)
}
/**
* gtk_directory_list_get_error: (attributes org.gtk.Method.get_property=error)
* gtk_directory_list_get_error:
* @self: a `GtkDirectoryList`
*
* Gets the loading error, if any.
@ -995,7 +995,7 @@ gtk_directory_list_get_error (GtkDirectoryList *self)
}
/**
* gtk_directory_list_set_monitored: (attributes org.gtk.Method.set_property=monitored)
* gtk_directory_list_set_monitored:
* @self: a `GtkDirectoryList`
* @monitored: %TRUE to monitor the directory for changes
*
@ -1030,7 +1030,7 @@ gtk_directory_list_set_monitored (GtkDirectoryList *self,
}
/**
* gtk_directory_list_get_monitored: (attributes org.gtk.Method.get_property=monitored)
* gtk_directory_list_get_monitored:
* @self: a `GtkDirectoryList`
*
* Returns whether the directory list is monitoring

View File

@ -379,7 +379,7 @@ gtk_drag_icon_class_init (GtkDragIconClass *klass)
widget_class->hide = gtk_drag_icon_hide;
/**
* GtkDragIcon:child: (attributes org.gtk.Property.get=gtk_drag_icon_get_child org.gtk.Property.set=gtk_drag_icon_set_child)
* GtkDragIcon:child:
*
* The widget to display as drag icon.
*/
@ -469,7 +469,7 @@ gtk_drag_icon_set_from_paintable (GdkDrag *drag,
}
/**
* gtk_drag_icon_set_child: (attributes org.gtk.Method.set_property=child)
* gtk_drag_icon_set_child:
* @self: a `GtkDragIcon`
* @child: (nullable): a `GtkWidget`
*
@ -500,7 +500,7 @@ gtk_drag_icon_set_child (GtkDragIcon *self,
}
/**
* gtk_drag_icon_get_child: (attributes org.gtk.Method.get_property=child)
* gtk_drag_icon_get_child:
* @self: a `GtkDragIcon`
*
* Gets the widget currently used as drag icon.

View File

@ -333,7 +333,7 @@ gtk_drag_source_class_init (GtkDragSourceClass *class)
class->prepare = gtk_drag_source_prepare;
/**
* GtkDragSource:content: (attributes org.gtk.Property.get=gtk_drag_source_get_content org.gtk.Property.set=gtk_drag_source_set_content)
* GtkDragSource:content:
*
* The data that is offered by drag operations from this source.
*/
@ -343,7 +343,7 @@ gtk_drag_source_class_init (GtkDragSourceClass *class)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkDragSource:actions: (attributes org.gtk.Property.get=gtk_drag_source_get_actions org.gtk.Property.set=gtk_drag_source_set_actions)
* GtkDragSource:actions:
*
* The actions that are supported by drag operations from the source.
*
@ -642,7 +642,7 @@ gtk_drag_source_new (void)
}
/**
* gtk_drag_source_get_content: (attributes org.gtk.Method.get_property=content)
* gtk_drag_source_get_content:
* @source: a `GtkDragSource`
*
* Gets the current content provider of a `GtkDragSource`.
@ -658,7 +658,7 @@ gtk_drag_source_get_content (GtkDragSource *source)
}
/**
* gtk_drag_source_set_content: (attributes org.gtk.Method.set_property=content)
* gtk_drag_source_set_content:
* @source: a `GtkDragSource`
* @content: (nullable): a `GdkContentProvider`
*
@ -686,7 +686,7 @@ gtk_drag_source_set_content (GtkDragSource *source,
}
/**
* gtk_drag_source_get_actions: (attributes org.gtk.Method.get_property=actions)
* gtk_drag_source_get_actions:
* @source: a `GtkDragSource`
*
* Gets the actions that are currently set on the `GtkDragSource`.
@ -702,7 +702,7 @@ gtk_drag_source_get_actions (GtkDragSource *source)
}
/**
* gtk_drag_source_set_actions: (attributes org.gtk.Method.set_property=actions)
* gtk_drag_source_set_actions:
* @source: a `GtkDragSource`
* @actions: the actions to offer
*

View File

@ -279,7 +279,7 @@ gtk_drawing_area_class_init (GtkDrawingAreaClass *class)
widget_class->snapshot = gtk_drawing_area_snapshot;
/**
* GtkDrawingArea:content-width: (attributes org.gtk.Property.get=gtk_drawing_area_get_content_width org.gtk.Property.set=gtk_drawing_area_set_content_width)
* GtkDrawingArea:content-width:
*
* The content width.
*/
@ -289,7 +289,7 @@ gtk_drawing_area_class_init (GtkDrawingAreaClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkDrawingArea:content-height: (attributes org.gtk.Property.get=gtk_drawing_area_get_content_height org.gtk.Property.set=gtk_drawing_area_set_content_height)
* GtkDrawingArea:content-height:
*
* The content height.
*/
@ -345,7 +345,7 @@ gtk_drawing_area_new (void)
}
/**
* gtk_drawing_area_set_content_width: (attributes org.gtk.Method.set_property=content-width)
* gtk_drawing_area_set_content_width:
* @self: a `GtkDrawingArea`
* @width: the width of contents
*
@ -377,7 +377,7 @@ gtk_drawing_area_set_content_width (GtkDrawingArea *self,
}
/**
* gtk_drawing_area_get_content_width: (attributes org.gtk.Method.get_property=content-width)
* gtk_drawing_area_get_content_width:
* @self: a `GtkDrawingArea`
*
* Retrieves the content width of the `GtkDrawingArea`.
@ -395,7 +395,7 @@ gtk_drawing_area_get_content_width (GtkDrawingArea *self)
}
/**
* gtk_drawing_area_set_content_height: (attributes org.gtk.Method.set_property=content-height)
* gtk_drawing_area_set_content_height:
* @self: a `GtkDrawingArea`
* @height: the height of contents
*
@ -427,7 +427,7 @@ gtk_drawing_area_set_content_height (GtkDrawingArea *self,
}
/**
* gtk_drawing_area_get_content_height: (attributes org.gtk.Method.get_property=content-height)
* gtk_drawing_area_get_content_height:
* @self: a `GtkDrawingArea`
*
* Retrieves the content height of the `GtkDrawingArea`.

View File

@ -207,7 +207,7 @@ gtk_drop_controller_motion_class_init (GtkDropControllerMotionClass *klass)
controller_class->handle_crossing = gtk_drop_controller_motion_handle_crossing;
/**
* GtkDropControllerMotion:contains-pointer: (attributes org.gtk.Property.get=gtk_drop_controller_motion_contains_pointer)
* GtkDropControllerMotion:contains-pointer:
*
* Whether the pointer of a Drag-and-Drop operation is in
* the controller's widget or a descendant.
@ -224,7 +224,7 @@ gtk_drop_controller_motion_class_init (GtkDropControllerMotionClass *klass)
G_PARAM_READABLE);
/**
* GtkDropControllerMotion:drop: (attributes org.gtk.Property.get=gtk_drop_controller_motion_get_drop)
* GtkDropControllerMotion:drop:
*
* The ongoing drop operation over the controller's widget or
* its descendant.
@ -244,7 +244,7 @@ gtk_drop_controller_motion_class_init (GtkDropControllerMotionClass *klass)
G_PARAM_READABLE);
/**
* GtkDropControllerMotion:is-pointer: (attributes org.gtk.Property.get=gtk_drop_controller_motion_is_pointer)
* GtkDropControllerMotion:is-pointer:
*
* Whether the pointer is in the controllers widget itself,
* as opposed to in a descendent widget.
@ -340,7 +340,7 @@ gtk_drop_controller_motion_new (void)
}
/**
* gtk_drop_controller_motion_contains_pointer: (attributes org.gtk.Method.get_property=contains-pointer)
* gtk_drop_controller_motion_contains_pointer:
* @self: a `GtkDropControllerMotion`
*
* Returns if a Drag-and-Drop operation is within the widget
@ -357,7 +357,7 @@ gtk_drop_controller_motion_contains_pointer (GtkDropControllerMotion *self)
}
/**
* gtk_drop_controller_motion_get_drop: (attributes org.gtk.Method.get_property=drop)
* gtk_drop_controller_motion_get_drop:
* @self: a `GtkDropControllerMotion`
*
* Returns the `GdkDrop` of a current Drag-and-Drop operation
@ -375,7 +375,7 @@ gtk_drop_controller_motion_get_drop (GtkDropControllerMotion *self)
}
/**
* gtk_drop_controller_motion_is_pointer: (attributes org.gtk.Method.get_property=is-pointer)
* gtk_drop_controller_motion_is_pointer:
* @self: a `GtkDropControllerMotion`
*
* Returns if a Drag-and-Drop operation is within the widget

View File

@ -558,7 +558,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
widget_class->unroot = gtk_drop_down_unroot;
/**
* GtkDropDown:factory: (attributes org.gtk.Property.get=gtk_drop_down_get_factory org.gtk.Property.set=gtk_drop_down_set_factory)
* GtkDropDown:factory:
*
* Factory for populating list items.
*/
@ -568,7 +568,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkDropDown:header-factory: (attributes org.gtk.Property.get=gtk_drop_down_get_header_factory org.gtk.Property.set=gtk_drop_down_set_header_factory)
* GtkDropDown:header-factory:
*
* The factory for creating header widgets for the popup.
*
@ -580,7 +580,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkDropDown:list-factory: (attributes org.gtk.Property.get=gtk_drop_down_get_list_factory org.gtk.Property.set=gtk_drop_down_set_list_factory)
* GtkDropDown:list-factory:
*
* The factory for populating list items in the popup.
*
@ -592,7 +592,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkDropDown:model: (attributes org.gtk.Property.get=gtk_drop_down_get_model org.gtk.Property.set=gtk_drop_down_set_model)
* GtkDropDown:model:
*
* Model for the displayed items.
*/
@ -602,7 +602,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkDropDown:selected: (attributes org.gtk.Property.get=gtk_drop_down_get_selected org.gtk.Property.set=gtk_drop_down_set_selected)
* GtkDropDown:selected:
*
* The position of the selected item.
*
@ -615,7 +615,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkDropDown:selected-item: (attributes org.gtk.Property.get=gtk_drop_down_get_selected_item)
* GtkDropDown:selected-item:
*
* The selected item.
*/
@ -625,7 +625,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GtkDropDown:enable-search: (attributes org.gtk.Property.get=gtk_drop_down_get_enable_search org.gtk.Property.set=gtk_drop_down_set_enable_search)
* GtkDropDown:enable-search:
*
* Whether to show a search entry in the popup.
*
@ -638,7 +638,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkDropDown:expression: (type GtkExpression) (attributes org.gtk.Property.get=gtk_drop_down_get_expression org.gtk.Property.set=gtk_drop_down_set_expression)
* GtkDropDown:expression: (type GtkExpression)
*
* An expression to evaluate to obtain strings to match against the search
* term.
@ -652,7 +652,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkDropDown:show-arrow: (attributes org.gtk.Property.get=gtk_drop_down_get_show_arrow org.gtk.Property.set=gtk_drop_down_set_show_arrow)
* GtkDropDown:show-arrow:
*
* Whether to show an arrow within the GtkDropDown widget.
*
@ -664,7 +664,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY | G_PARAM_STATIC_STRINGS);
/**
* GtkDropDown:search-match-mode: (attributes org.gtk.Property.get=gtk_drop_down_get_search_match_mode org.gtk.Property.set=gtk_drop_down_set_search_match_mode)
* GtkDropDown:search-match-mode:
*
* The match mode for the search filter.
*
@ -910,7 +910,7 @@ gtk_drop_down_new_from_strings (const char * const *strings)
}
/**
* gtk_drop_down_get_model: (attributes org.gtk.Method.get_property=model)
* gtk_drop_down_get_model:
* @self: a `GtkDropDown`
*
* Gets the model that provides the displayed items.
@ -926,7 +926,7 @@ gtk_drop_down_get_model (GtkDropDown *self)
}
/**
* gtk_drop_down_set_model: (attributes org.gtk.Method.set_property=model)
* gtk_drop_down_set_model:
* @self: a `GtkDropDown`
* @model: (nullable) (transfer none): the model to use
*
@ -985,7 +985,7 @@ gtk_drop_down_set_model (GtkDropDown *self,
}
/**
* gtk_drop_down_get_factory: (attributes org.gtk.Method.get_property=factory)
* gtk_drop_down_get_factory:
* @self: a `GtkDropDown`
*
* Gets the factory that's currently used to populate list items.
@ -1005,7 +1005,7 @@ gtk_drop_down_get_factory (GtkDropDown *self)
}
/**
* gtk_drop_down_set_factory: (attributes org.gtk.Method.set_property=factory)
* gtk_drop_down_set_factory:
* @self: a `GtkDropDown`
* @factory: (nullable) (transfer none): the factory to use
*
@ -1036,7 +1036,7 @@ gtk_drop_down_set_factory (GtkDropDown *self,
}
/**
* gtk_drop_down_get_header_factory: (attributes org.gtk.Method.get_property=header-factory)
* gtk_drop_down_get_header_factory:
* @self: a `GtkDropDown`
*
* Gets the factory that's currently used to create header widgets for the popup.
@ -1054,7 +1054,7 @@ gtk_drop_down_get_header_factory (GtkDropDown *self)
}
/**
* gtk_drop_down_set_header_factory: (attributes org.gtk.Method.set_property=header-factory)
* gtk_drop_down_set_header_factory:
* @self: a `GtkDropDown`
* @factory: (nullable) (transfer none): the factory to use
*
@ -1078,7 +1078,7 @@ gtk_drop_down_set_header_factory (GtkDropDown *self,
}
/**
* gtk_drop_down_get_list_factory: (attributes org.gtk.Method.get_property=list-factory)
* gtk_drop_down_get_list_factory:
* @self: a `GtkDropDown`
*
* Gets the factory that's currently used to populate list items in the popup.
@ -1094,7 +1094,7 @@ gtk_drop_down_get_list_factory (GtkDropDown *self)
}
/**
* gtk_drop_down_set_list_factory: (attributes org.gtk.Method.set_property=list-factory)
* gtk_drop_down_set_list_factory:
* @self: a `GtkDropDown`
* @factory: (nullable) (transfer none): the factory to use
*
@ -1121,7 +1121,7 @@ gtk_drop_down_set_list_factory (GtkDropDown *self,
}
/**
* gtk_drop_down_set_selected: (attributes org.gtk.Method.set_property=selected)
* gtk_drop_down_set_selected:
* @self: a `GtkDropDown`
* @position: the position of the item to select, or %GTK_INVALID_LIST_POSITION
*
@ -1143,7 +1143,7 @@ gtk_drop_down_set_selected (GtkDropDown *self,
}
/**
* gtk_drop_down_get_selected: (attributes org.gtk.Method.get_property=selected)
* gtk_drop_down_get_selected:
* @self: a `GtkDropDown`
*
* Gets the position of the selected item.
@ -1163,7 +1163,7 @@ gtk_drop_down_get_selected (GtkDropDown *self)
}
/**
* gtk_drop_down_get_selected_item: (attributes org.gtk.Method.get_property=selected-item)
* gtk_drop_down_get_selected_item:
* @self: a `GtkDropDown`
*
* Gets the selected item. If no item is selected, %NULL is returned.
@ -1182,7 +1182,7 @@ gtk_drop_down_get_selected_item (GtkDropDown *self)
}
/**
* gtk_drop_down_set_enable_search: (attributes org.gtk.Method.set_property=enable-search)
* gtk_drop_down_set_enable_search:
* @self: a `GtkDropDown`
* @enable_search: whether to enable search
*
@ -1212,7 +1212,7 @@ gtk_drop_down_set_enable_search (GtkDropDown *self,
}
/**
* gtk_drop_down_get_enable_search: (attributes org.gtk.Method.get_property=enable-search)
* gtk_drop_down_get_enable_search:
* @self: a `GtkDropDown`
*
* Returns whether search is enabled.
@ -1228,7 +1228,7 @@ gtk_drop_down_get_enable_search (GtkDropDown *self)
}
/**
* gtk_drop_down_set_expression: (attributes org.gtk.Method.set_property=expression)
* gtk_drop_down_set_expression:
* @self: a `GtkDropDown`
* @expression: (nullable): a `GtkExpression`
*
@ -1263,7 +1263,7 @@ gtk_drop_down_set_expression (GtkDropDown *self,
}
/**
* gtk_drop_down_get_expression: (attributes org.gtk.Method.get_property=expression)
* gtk_drop_down_get_expression:
* @self: a `GtkDropDown`
*
* Gets the expression set that is used to obtain strings from items.
@ -1281,7 +1281,7 @@ gtk_drop_down_get_expression (GtkDropDown *self)
}
/**
* gtk_drop_down_set_show_arrow: (attributes org.gtk.Method.set_property=show-arrow)
* gtk_drop_down_set_show_arrow:
* @self: a `GtkDropDown`
* @show_arrow: whether to show an arrow within the widget
*
@ -1307,7 +1307,7 @@ gtk_drop_down_set_show_arrow (GtkDropDown *self,
}
/**
* gtk_drop_down_get_show_arrow: (attributes org.gtk.Method.get_property=show-arrow)
* gtk_drop_down_get_show_arrow:
* @self: a `GtkDropDown`
*
* Returns whether to show an arrow within the widget.
@ -1325,7 +1325,7 @@ gtk_drop_down_get_show_arrow (GtkDropDown *self)
}
/**
* gtk_drop_down_set_search_match_mode: (attributes org.gtk.Method.set_property=search-match-mode)
* gtk_drop_down_set_search_match_mode:
* @self: a `GtkDropDown`
* @search_match_mode: the new match mode
*
@ -1350,7 +1350,7 @@ gtk_drop_down_set_search_match_mode (GtkDropDown *self,
}
/**
* gtk_drop_down_get_search_match_mode: (attributes org.gtk.Method.get_property=search-match-mode)
* gtk_drop_down_get_search_match_mode:
* @self: a `GtkDropDown`
*
* Returns the match mode that the search filter is using.

View File

@ -642,7 +642,7 @@ gtk_drop_target_class_init (GtkDropTargetClass *class)
class->drop = gtk_drop_target_drop;
/**
* GtkDropTarget:actions: (attributes org.gtk.Property.get=gtk_drop_target_get_actions org.gtk.Property.set=gtk_drop_target_set_actions)
* GtkDropTarget:actions:
*
* The `GdkDragActions` that this drop target supports.
*/
@ -652,7 +652,7 @@ gtk_drop_target_class_init (GtkDropTargetClass *class)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkDropTarget:drop: (attributes org.gtk.Property.get=gtk_drop_target_get_drop) (skip)
* GtkDropTarget:drop:
*
* The `GdkDrop` that is currently being performed.
*
@ -664,7 +664,7 @@ gtk_drop_target_class_init (GtkDropTargetClass *class)
GTK_PARAM_READABLE | G_PARAM_DEPRECATED);
/**
* GtkDropTarget:current-drop: (attributes org.gtk.Property.get=gtk_drop_target_get_current_drop)
* GtkDropTarget:current-drop:
*
* The `GdkDrop` that is currently being performed.
*
@ -676,7 +676,7 @@ gtk_drop_target_class_init (GtkDropTargetClass *class)
GTK_PARAM_READABLE);
/**
* GtkDropTarget:formats: (attributes org.gtk.Property.get=gtk_drop_target_get_formats)
* GtkDropTarget:formats:
*
* The `GdkContentFormats` that determine the supported data formats.
*/
@ -686,7 +686,7 @@ gtk_drop_target_class_init (GtkDropTargetClass *class)
GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
/**
* GtkDropTarget:preload: (attributes org.gtk.Property.get=gtk_drop_target_get_preload org.gtk.Property.set=gtk_drop_target_set_preload)
* GtkDropTarget:preload:
*
* Whether the drop data should be preloaded when the pointer is only
* hovering over the widget but has not been released.
@ -713,7 +713,7 @@ gtk_drop_target_class_init (GtkDropTargetClass *class)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkDropTarget:value: (attributes org.gtk.Property.get=gtk_drop_target_get_value)
* GtkDropTarget:value:
*
* The value for this drop operation.
*
@ -911,7 +911,7 @@ gtk_drop_target_new (GType type,
}
/**
* gtk_drop_target_get_formats: (attributes org.gtk.Method.get_property=formats)
* gtk_drop_target_get_formats:
* @self: a `GtkDropTarget`
*
* Gets the data formats that this drop target accepts.
@ -983,7 +983,7 @@ gtk_drop_target_get_gtypes (GtkDropTarget *self,
}
/**
* gtk_drop_target_set_actions: (attributes org.gtk.Method.set_property=actions)
* gtk_drop_target_set_actions:
* @self: a `GtkDropTarget`
* @actions: the supported actions
*
@ -1004,7 +1004,7 @@ gtk_drop_target_set_actions (GtkDropTarget *self,
}
/**
* gtk_drop_target_get_actions: (attributes org.gtk.Method.get_property=actions)
* gtk_drop_target_get_actions:
* @self: a `GtkDropTarget`
*
* Gets the actions that this drop target supports.
@ -1020,7 +1020,7 @@ gtk_drop_target_get_actions (GtkDropTarget *self)
}
/**
* gtk_drop_target_set_preload: (attributes org.gtk.Method.set_property=preload)
* gtk_drop_target_set_preload:
* @self: a `GtkDropTarget`
* @preload: %TRUE to preload drop data
*
@ -1041,7 +1041,7 @@ gtk_drop_target_set_preload (GtkDropTarget *self,
}
/**
* gtk_drop_target_get_preload: (attributes org.gtk.Method.get_property=preload)
* gtk_drop_target_get_preload:
* @self: a `GtkDropTarget`
*
* Gets whether data should be preloaded on hover.
@ -1057,7 +1057,7 @@ gtk_drop_target_get_preload (GtkDropTarget *self)
}
/**
* gtk_drop_target_get_drop: (attributes org.gtk.Method.get_property=drop)
* gtk_drop_target_get_drop:
* @self: a `GtkDropTarget`
*
* Gets the currently handled drop operation.
@ -1077,7 +1077,7 @@ gtk_drop_target_get_drop (GtkDropTarget *self)
}
/**
* gtk_drop_target_get_current_drop: (attributes org.gtk.Method.get_property=current-drop)
* gtk_drop_target_get_current_drop:
* @self: a `GtkDropTarget`
*
* Gets the currently handled drop operation.
@ -1097,7 +1097,7 @@ gtk_drop_target_get_current_drop (GtkDropTarget *self)
}
/**
* gtk_drop_target_get_value: (attributes org.gtk.Method.get_property=value)
* gtk_drop_target_get_value:
* @self: a `GtkDropTarget`
*
* Gets the current drop data, as a `GValue`.

View File

@ -381,7 +381,7 @@ gtk_drop_target_async_class_init (GtkDropTargetAsyncClass *class)
class->drop = gtk_drop_target_async_drop;
/**
* GtkDropTargetAsync:actions: (attributes org.gtk.Property.get=gtk_drop_target_async_get_actions org.gtk.Property.set=gtk_drop_target_async_set_actions)
* GtkDropTargetAsync:actions:
*
* The `GdkDragActions` that this drop target supports.
*/
@ -391,7 +391,7 @@ gtk_drop_target_async_class_init (GtkDropTargetAsyncClass *class)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkDropTargetAsync:formats: (attributes org.gtk.Property.get=gtk_drop_target_async_get_formats org.gtk.Property.set=gtk_drop_target_async_set_formats)
* GtkDropTargetAsync:formats:
*
* The `GdkContentFormats` that determines the supported data formats.
*/
@ -577,7 +577,7 @@ gtk_drop_target_async_new (GdkContentFormats *formats,
}
/**
* gtk_drop_target_async_set_formats: (attributes org.gtk.Method.set_property=formats)
* gtk_drop_target_async_set_formats:
* @self: a `GtkDropTargetAsync`
* @formats: (nullable): the supported data formats or %NULL for any format
*
@ -604,7 +604,7 @@ gtk_drop_target_async_set_formats (GtkDropTargetAsync *self,
}
/**
* gtk_drop_target_async_get_formats: (attributes org.gtk.Method.get_property=formats)
* gtk_drop_target_async_get_formats:
* @self: a `GtkDropTargetAsync`
*
* Gets the data formats that this drop target accepts.
@ -622,7 +622,7 @@ gtk_drop_target_async_get_formats (GtkDropTargetAsync *self)
}
/**
* gtk_drop_target_async_set_actions: (attributes org.gtk.Method.set_property=actions)
* gtk_drop_target_async_set_actions:
* @self: a `GtkDropTargetAsync`
* @actions: the supported actions
*
@ -643,7 +643,7 @@ gtk_drop_target_async_set_actions (GtkDropTargetAsync *self,
}
/**
* gtk_drop_target_async_get_actions: (attributes org.gtk.Method.get_property=actions)
* gtk_drop_target_async_get_actions:
* @self: a `GtkDropTargetAsync`
*
* Gets the actions that this drop target supports.

View File

@ -374,7 +374,7 @@ gtk_editable_default_init (GtkEditableInterface *iface)
G_TYPE_NONE, 0);
/**
* GtkEditable:text: (attributes org.gtk.Property.get=gtk_editable_get_text org.gtk.Property.set=gtk_editable_set_text)
* GtkEditable:text:
*
* The contents of the entry.
*/
@ -384,7 +384,7 @@ gtk_editable_default_init (GtkEditableInterface *iface)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkEditable:cursor-position: (attributes org.gtk.Property.get=gtk_editable_get_position org.gtk.Property.set=gtk_editable_set_position)
* GtkEditable:cursor-position: (getter get_position) (setter set_position)
*
* The current position of the insertion cursor in chars.
*/
@ -395,7 +395,7 @@ gtk_editable_default_init (GtkEditableInterface *iface)
GTK_PARAM_READABLE));
/**
* GtkEditable:enable-undo: (attributes org.gtk.Property.get=gtk_editable_get_enable_undo org.gtk.Property.setg=gtk_editable_set_enable_undo)
* GtkEditable:enable-undo:
*
* If undo/redo should be enabled for the editable.
*/
@ -416,7 +416,7 @@ gtk_editable_default_init (GtkEditableInterface *iface)
GTK_PARAM_READABLE));
/**
* GtkEditable:editable: (attributes org.gtk.Property.get=gtk_editable_get_editable org.gtk.Property.set=gtk_editable_set_editable)
* GtkEditable:editable:
*
* Whether the entry contents can be edited.
*/
@ -426,7 +426,7 @@ gtk_editable_default_init (GtkEditableInterface *iface)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkEditable:width-chars: (attributes org.gtk.Property.get=gtk_editable_get_width_chars org.gtk.Property.set=gtk_editable_set_width_chars)
* GtkEditable:width-chars:
*
* Number of characters to leave space for in the entry.
*/
@ -437,7 +437,7 @@ gtk_editable_default_init (GtkEditableInterface *iface)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkEditable:max-width-chars: (attributes org.gtk.Property.get=gtk_editable_get_max_width_chars org.gtk.Property.set=gtk_editable_set_max_width_chars)
* GtkEditable:max-width-chars:
*
* The desired maximum width of the entry, in characters.
*/
@ -448,7 +448,7 @@ gtk_editable_default_init (GtkEditableInterface *iface)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkEditable:xalign: (attributes org.gtk.Property.get=gtk_editable_get_alignment org.gtk.Property.set=gtk_editable_set_alignment)
* GtkEditable:xalign: (getter get_alignment) (setter set_alignment)
*
* The horizontal alignment, from 0 (left) to 1 (right).
*
@ -570,7 +570,7 @@ gtk_editable_get_chars (GtkEditable *editable,
}
/**
* gtk_editable_get_text: (attributes org.gtk.Method.get_property=text)
* gtk_editable_get_text:
* @editable: a `GtkEditable`
*
* Retrieves the contents of @editable.
@ -588,7 +588,7 @@ gtk_editable_get_text (GtkEditable *editable)
}
/**
* gtk_editable_set_text: (attributes org.gtk.Method.set_property=text)
* gtk_editable_set_text:
* @editable: a `GtkEditable`
* @text: the text to set
*
@ -613,7 +613,7 @@ gtk_editable_set_text (GtkEditable *editable,
}
/**
* gtk_editable_set_position: (attributes org.gtk.Method.set_property=cursor-position)
* gtk_editable_set_position: (set-property cursor-position)
* @editable: a `GtkEditable`
* @position: the position of the cursor
*
@ -635,7 +635,7 @@ gtk_editable_set_position (GtkEditable *editable,
}
/**
* gtk_editable_get_position: (attributes org.gtk.Method.get_property=cursor-position)
* gtk_editable_get_position: (get-property cursor-position)
* @editable: a `GtkEditable`
*
* Retrieves the current position of the cursor relative
@ -738,7 +738,7 @@ gtk_editable_select_region (GtkEditable *editable,
}
/**
* gtk_editable_set_editable: (attributes org.gtk.Method.set_property=editable)
* gtk_editable_set_editable:
* @editable: a `GtkEditable`
* @is_editable: %TRUE if the user is allowed to edit the text
* in the widget
@ -755,7 +755,7 @@ gtk_editable_set_editable (GtkEditable *editable,
}
/**
* gtk_editable_get_editable: (attributes org.gtk.Method.get_property=editable)
* gtk_editable_get_editable:
* @editable: a `GtkEditable`
*
* Retrieves whether @editable is editable.
@ -776,7 +776,7 @@ gtk_editable_get_editable (GtkEditable *editable)
/**
* gtk_editable_get_alignment: (attributes org.gtk.Method.get_property=xalign)
* gtk_editable_get_alignment: (get-property xalign)
* @editable: a `GtkEditable`
*
* Gets the alignment of the editable.
@ -796,7 +796,7 @@ gtk_editable_get_alignment (GtkEditable *editable)
}
/**
* gtk_editable_set_alignment: (attributes org.gtk.Method.set_property=xalign)
* gtk_editable_set_alignment: (set-property xalign)
* @editable: a `GtkEditable`
* @xalign: The horizontal alignment, from 0 (left) to 1 (right).
* Reversed for RTL layouts
@ -816,7 +816,7 @@ gtk_editable_set_alignment (GtkEditable *editable,
}
/**
* gtk_editable_get_width_chars: (attributes org.gtk.Method.get_property=width-chars)
* gtk_editable_get_width_chars:
* @editable: a `GtkEditable`
*
* Gets the number of characters of space reserved
@ -837,7 +837,7 @@ gtk_editable_get_width_chars (GtkEditable *editable)
}
/**
* gtk_editable_set_width_chars: (attributes org.gtk.Method.set_property=width-chars)
* gtk_editable_set_width_chars:
* @editable: a `GtkEditable`
* @n_chars: width in chars
*
@ -858,7 +858,7 @@ gtk_editable_set_width_chars (GtkEditable *editable,
}
/**
* gtk_editable_get_max_width_chars: (attributes org.gtk.Method.get_property=max-width-chars)
* gtk_editable_get_max_width_chars:
* @editable: a `GtkEditable`
*
* Retrieves the desired maximum width of @editable, in characters.
@ -878,7 +878,7 @@ gtk_editable_get_max_width_chars (GtkEditable *editable)
}
/**
* gtk_editable_set_max_width_chars: (attributes org.gtk.Method.set_property=max-width-chars)
* gtk_editable_set_max_width_chars:
* @editable: a `GtkEditable`
* @n_chars: the new desired maximum width, in characters
*
@ -894,7 +894,7 @@ gtk_editable_set_max_width_chars (GtkEditable *editable,
}
/**
* gtk_editable_get_enable_undo: (attributes org.gtk.Method.get_property=enable-undo)
* gtk_editable_get_enable_undo:
* @editable: a `GtkEditable`
*
* Gets if undo/redo actions are enabled for @editable
@ -914,7 +914,7 @@ gtk_editable_get_enable_undo (GtkEditable *editable)
}
/**
* gtk_editable_set_enable_undo: (attributes org.gtk.Method.set_property=enable-undo)
* gtk_editable_set_enable_undo:
* @editable: a `GtkEditable`
* @enable_undo: if undo/redo should be enabled
*

View File

@ -401,7 +401,7 @@ gtk_editable_label_class_init (GtkEditableLabelClass *class)
widget_class->grab_focus = gtk_editable_label_grab_focus;
/**
* GtkEditableLabel:editing: (attributes org.gtk.Property.get=gtk_editable_label_get_editing)
* GtkEditableLabel:editing:
*
* This property is %TRUE while the widget is in edit mode.
*/
@ -480,7 +480,7 @@ gtk_editable_label_new (const char *str)
}
/**
* gtk_editable_label_get_editing: (attributes org.gtk.Method.get_property=editing)
* gtk_editable_label_get_editing:
* @self: a `GtkEditableLabel`
*
* Returns whether the label is currently in editing mode.

View File

@ -454,7 +454,7 @@ gtk_entry_class_init (GtkEntryClass *class)
quark_entry_completion = g_quark_from_static_string ("gtk-entry-completion-key");
/**
* GtkEntry:buffer: (attributes org.gtk.Property.get=gtk_entry_get_buffer org.gtk.Property.set=gtk_entry_set_buffer)
* GtkEntry:buffer:
*
* The buffer object which actually stores the text.
*/
@ -464,7 +464,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:max-length: (attributes org.gtk.Property.get=gtk_entry_get_max_length org.gtk.Property.set=gtk_entry_set_max_length)
* GtkEntry:max-length:
*
* Maximum number of characters for this entry.
*/
@ -475,7 +475,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:visibility: (attributes org.gtk.Property.get=gtk_entry_get_visibility org.gtk.Property.set=gtk_entry_set_visibility)
* GtkEntry:visibility:
*
* Whether the entry should show the invisible char instead of the
* actual text (password mode).
@ -486,7 +486,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:has-frame: (attributes org.gtk.Property.get=gtk_entry_get_has_frame org.gtk.Property.set=gtk_entry_set_has_frame)
* GtkEntry:has-frame:
*
* Whether the entry should draw a frame.
*/
@ -496,7 +496,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:invisible-char: (attributes org.gtk.Property.get=gtk_entry_get_invisible_char org.gtk.Property.set=gtk_entry_set_invisible_char)
* GtkEntry:invisible-char:
*
* The character to use when masking entry contents (password mode).
*/
@ -506,7 +506,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:activates-default: (attributes org.gtk.Property.get=gtk_entry_get_activates_default org.gtk.Property.set=gtk_entry_set_activates_default)
* GtkEntry:activates-default:
*
* Whether to activate the default widget when Enter is pressed.
*/
@ -537,7 +537,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:overwrite-mode: (attributes org.gtk.Property.get=gtk_entry_get_overwrite_mode org.gtk.Property.set=gtk_entry_set_overwrite_mode)
* GtkEntry:overwrite-mode:
*
* If text is overwritten when typing in the `GtkEntry`.
*/
@ -547,7 +547,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:text-length: (attributes org.gtk.Property.get=gtk_entry_get_text_length)
* GtkEntry:text-length:
*
* The length of the text in the `GtkEntry`.
*/
@ -568,7 +568,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE);
/**
* GtkEntry:progress-fraction: (attributes org.gtk.Property.get=gtk_entry_get_progress_fraction org.gtk.Property.set=gtk_entry_set_progress_fraction)
* GtkEntry:progress-fraction:
*
* The current fraction of the task that's been completed.
*/
@ -579,7 +579,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:progress-pulse-step: (attributes org.gtk.Property.get=gtk_entry_get_progress_pulse_step org.gtk.Property.set=gtk_entry_set_progress_pulse_step)
* GtkEntry:progress-pulse-step:
*
* The fraction of total entry width to move the progress
* bouncing block for each pulse.
@ -593,7 +593,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:placeholder-text: (attributes org.gtk.Property.get=gtk_entry_get_placeholder_text org.gtk.Property.set=gtk_entry_set_placeholder_text)
* GtkEntry:placeholder-text:
*
* The text that will be displayed in the `GtkEntry` when it is empty
* and unfocused.
@ -818,7 +818,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:completion: (attributes org.gtk.Property.get=gtk_entry_get_completion org.gtk.Property.set=gtk_entry_set_completion)
* GtkEntry:completion:
*
* The auxiliary completion object to use with the entry.
*
@ -830,7 +830,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY|G_PARAM_DEPRECATED);
/**
* GtkEntry:input-purpose: (attributes org.gtk.Property.get=gtk_entry_get_input_purpose org.gtk.Property.set=gtk_entry_set_input_purpose)
* GtkEntry:input-purpose:
*
* The purpose of this text field.
*
@ -848,7 +848,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:input-hints: (attributes org.gtk.Property.get=gtk_entry_get_input_hints org.gtk.Property.set=gtk_entry_set_input_hints)
* GtkEntry:input-hints:
*
* Additional hints that allow input methods to fine-tune their behavior.
*
@ -861,7 +861,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:attributes: (attributes org.gtk.Property.get=gtk_entry_get_attributes org.gtk.Property.set=gtk_entry_set_attributes)
* GtkEntry:attributes:
*
* A list of Pango attributes to apply to the text of the entry.
*
@ -876,7 +876,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:tabs: (attributes org.gtk.Property.get=gtk_entry_get_tabs org.gtk.Property.set=gtk_entry_set_tabs)
* GtkEntry:tabs:
*
* A list of tabstops to apply to the text of the entry.
*/
@ -897,7 +897,7 @@ gtk_entry_class_init (GtkEntryClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEntry:extra-menu: (attributes org.gtk.Property.get=gtk_entry_get_extra_menu org.gtk.Property.set=gtk_entry_set_extra_menu)
* GtkEntry:extra-menu:
*
* A menu model whose contents will be appended to the context menu.
*/
@ -2031,7 +2031,7 @@ get_buffer (GtkEntry *entry)
}
/**
* gtk_entry_get_buffer: (attributes org.gtk.Method.get_property=buffer)
* gtk_entry_get_buffer:
* @entry: a `GtkEntry`
*
* Get the `GtkEntryBuffer` object which holds the text for
@ -2048,7 +2048,7 @@ gtk_entry_get_buffer (GtkEntry *entry)
}
/**
* gtk_entry_set_buffer: (attributes org.gtk.Method.set_property=buffer)
* gtk_entry_set_buffer:
* @entry: a `GtkEntry`
* @buffer: a `GtkEntryBuffer`
*
@ -2067,7 +2067,7 @@ gtk_entry_set_buffer (GtkEntry *entry,
}
/**
* gtk_entry_set_visibility: (attributes org.gtk.Method.set_property=visibility)
* gtk_entry_set_visibility:
* @entry: a `GtkEntry`
* @visible: %TRUE if the contents of the entry are displayed as plaintext
*
@ -2098,7 +2098,7 @@ gtk_entry_set_visibility (GtkEntry *entry,
}
/**
* gtk_entry_get_visibility: (attributes org.gtk.Method.get_property=visibility)
* gtk_entry_get_visibility:
* @entry: a `GtkEntry`
*
* Retrieves whether the text in @entry is visible.
@ -2118,7 +2118,7 @@ gtk_entry_get_visibility (GtkEntry *entry)
}
/**
* gtk_entry_set_invisible_char: (attributes org.gtk.Method.set_property=invisible-char)
* gtk_entry_set_invisible_char:
* @entry: a `GtkEntry`
* @ch: a Unicode character
*
@ -2145,7 +2145,7 @@ gtk_entry_set_invisible_char (GtkEntry *entry,
}
/**
* gtk_entry_get_invisible_char: (attributes org.gtk.Method.get_property=invisible-char)
* gtk_entry_get_invisible_char:
* @entry: a `GtkEntry`
*
* Retrieves the character displayed in place of the actual text
@ -2182,7 +2182,7 @@ gtk_entry_unset_invisible_char (GtkEntry *entry)
}
/**
* gtk_entry_set_overwrite_mode: (attributes org.gtk.Method.set_property=overwrite-mode)
* gtk_entry_set_overwrite_mode:
* @entry: a `GtkEntry`
* @overwrite: new value
*
@ -2200,7 +2200,7 @@ gtk_entry_set_overwrite_mode (GtkEntry *entry,
}
/**
* gtk_entry_get_overwrite_mode: (attributes org.gtk.Method.get_property=overwrite-mode)
* gtk_entry_get_overwrite_mode:
* @entry: a `GtkEntry`
*
* Gets whether the `GtkEntry` is in overwrite mode.
@ -2219,7 +2219,7 @@ gtk_entry_get_overwrite_mode (GtkEntry *entry)
}
/**
* gtk_entry_set_max_length: (attributes org.gtk.Method.set_property=max-length)
* gtk_entry_set_max_length:
* @entry: a `GtkEntry`
* @max: the maximum length of the entry, or 0 for no maximum.
* (other than the maximum length of entries.) The value passed in will
@ -2245,7 +2245,7 @@ gtk_entry_set_max_length (GtkEntry *entry,
}
/**
* gtk_entry_get_max_length: (attributes org.gtk.Method.get_property=max-length)
* gtk_entry_get_max_length:
* @entry: a `GtkEntry`
*
* Retrieves the maximum allowed length of the text in @entry.
@ -2266,7 +2266,7 @@ gtk_entry_get_max_length (GtkEntry *entry)
}
/**
* gtk_entry_get_text_length: (attributes org.gtk.Method.get_property=text-length)
* gtk_entry_get_text_length:
* @entry: a `GtkEntry`
*
* Retrieves the current length of the text in @entry.
@ -2288,7 +2288,7 @@ gtk_entry_get_text_length (GtkEntry *entry)
}
/**
* gtk_entry_set_activates_default: (attributes org.gtk.Method.set_property=activates-default)
* gtk_entry_set_activates_default:
* @entry: a `GtkEntry`
* @setting: %TRUE to activate windows default widget on Enter keypress
*
@ -2310,7 +2310,7 @@ gtk_entry_set_activates_default (GtkEntry *entry,
}
/**
* gtk_entry_get_activates_default: (attributes org.gtk.Method.get_property=activates-default)
* gtk_entry_get_activates_default:
* @entry: a `GtkEntry`
*
* Retrieves the value set by gtk_entry_set_activates_default().
@ -2328,7 +2328,7 @@ gtk_entry_get_activates_default (GtkEntry *entry)
}
/**
* gtk_entry_set_has_frame: (attributes org.gtk.Method.set_property=has-frame)
* gtk_entry_set_has_frame:
* @entry: a `GtkEntry`
* @setting: new value
*
@ -2354,7 +2354,7 @@ gtk_entry_set_has_frame (GtkEntry *entry,
}
/**
* gtk_entry_get_has_frame: (attributes org.gtk.Method.get_property=has-frame)
* gtk_entry_get_has_frame:
* @entry: a `GtkEntry`
*
* Gets the value set by gtk_entry_set_has_frame().
@ -3206,7 +3206,7 @@ gtk_entry_query_tooltip (GtkWidget *widget,
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
/**
* gtk_entry_set_completion: (attributes org.gtk.Method.set_property=completion)
* gtk_entry_set_completion:
* @entry: A `GtkEntry`
* @completion: (nullable): The `GtkEntryCompletion`
*
@ -3256,7 +3256,7 @@ gtk_entry_set_completion (GtkEntry *entry,
}
/**
* gtk_entry_get_completion: (attributes org.gtk.Method.get_property=completion)
* gtk_entry_get_completion:
* @entry: A `GtkEntry`
*
* Returns the auxiliary completion object currently
@ -3300,7 +3300,7 @@ gtk_entry_ensure_progress_widget (GtkEntry *entry)
}
/**
* gtk_entry_set_progress_fraction: (attributes org.gtk.Method.set_property=progress-fraction)
* gtk_entry_set_progress_fraction:
* @entry: a `GtkEntry`
* @fraction: fraction of the task thats been completed
*
@ -3332,7 +3332,7 @@ gtk_entry_set_progress_fraction (GtkEntry *entry,
}
/**
* gtk_entry_get_progress_fraction: (attributes org.gtk.Method.get_property=progress-fraction)
* gtk_entry_get_progress_fraction:
* @entry: a `GtkEntry`
*
* Returns the current fraction of the task thats been completed.
@ -3355,7 +3355,7 @@ gtk_entry_get_progress_fraction (GtkEntry *entry)
}
/**
* gtk_entry_set_progress_pulse_step: (attributes org.gtk.Method.set_property=progress-pulse-step)
* gtk_entry_set_progress_pulse_step:
* @entry: a `GtkEntry`
* @fraction: fraction between 0.0 and 1.0
*
@ -3385,7 +3385,7 @@ gtk_entry_set_progress_pulse_step (GtkEntry *entry,
}
/**
* gtk_entry_get_progress_pulse_step: (attributes org.gtk.Method.get_property=progress-pulse-step)
* gtk_entry_get_progress_pulse_step:
* @entry: a `GtkEntry`
*
* Retrieves the pulse step set with
@ -3431,7 +3431,7 @@ gtk_entry_progress_pulse (GtkEntry *entry)
}
/**
* gtk_entry_set_placeholder_text: (attributes org.gtk.Method.set_property=placeholder-text)
* gtk_entry_set_placeholder_text:
* @entry: a `GtkEntry`
* @text: (nullable): a string to be displayed when @entry is empty and unfocused
*
@ -3456,7 +3456,7 @@ gtk_entry_set_placeholder_text (GtkEntry *entry,
}
/**
* gtk_entry_get_placeholder_text: (attributes org.gtk.Method.get_property=placeholder-text)
* gtk_entry_get_placeholder_text:
* @entry: a `GtkEntry`
*
* Retrieves the text that will be displayed when @entry
@ -3479,7 +3479,7 @@ gtk_entry_get_placeholder_text (GtkEntry *entry)
}
/**
* gtk_entry_set_input_purpose: (attributes org.gtk.Method.set_property=input-purpose)
* gtk_entry_set_input_purpose:
* @entry: a `GtkEntry`
* @purpose: the purpose
*
@ -3499,7 +3499,7 @@ gtk_entry_set_input_purpose (GtkEntry *entry,
}
/**
* gtk_entry_get_input_purpose: (attributes org.gtk.Method.get_property=input-purpose)
* gtk_entry_get_input_purpose:
* @entry: a `GtkEntry`
*
* Gets the input purpose of the `GtkEntry`.
@ -3517,7 +3517,7 @@ gtk_entry_get_input_purpose (GtkEntry *entry)
}
/**
* gtk_entry_set_input_hints: (attributes org.gtk.Method.set_property=input-hints)
* gtk_entry_set_input_hints:
* @entry: a `GtkEntry`
* @hints: the hints
*
@ -3537,7 +3537,7 @@ gtk_entry_set_input_hints (GtkEntry *entry,
}
/**
* gtk_entry_get_input_hints: (attributes org.gtk.Method.get_property=input-hints)
* gtk_entry_get_input_hints:
* @entry: a `GtkEntry`
*
* Gets the input hints of this `GtkEntry`.
@ -3555,7 +3555,7 @@ gtk_entry_get_input_hints (GtkEntry *entry)
}
/**
* gtk_entry_set_attributes: (attributes org.gtk.Method.set_property=attributes)
* gtk_entry_set_attributes:
* @entry: a `GtkEntry`
* @attrs: a `PangoAttrList`
*
@ -3579,7 +3579,7 @@ gtk_entry_set_attributes (GtkEntry *entry,
}
/**
* gtk_entry_get_attributes: (attributes org.gtk.Method.get_property=attributes)
* gtk_entry_get_attributes:
* @entry: a `GtkEntry`
*
* Gets the attribute list of the `GtkEntry`.
@ -3599,7 +3599,7 @@ gtk_entry_get_attributes (GtkEntry *entry)
}
/**
* gtk_entry_set_tabs: (attributes org.gtk.Method.set_property=tabs)
* gtk_entry_set_tabs:
* @entry: a `GtkEntry`
* @tabs: (nullable): a `PangoTabArray`
*
@ -3620,7 +3620,7 @@ gtk_entry_set_tabs (GtkEntry *entry,
}
/**
* gtk_entry_get_tabs: (attributes org.gtk.Method.get_property=tabs)
* gtk_entry_get_tabs:
* @entry: a `GtkEntry`
*
* Gets the tabstops of the `GtkEntry`.
@ -3720,7 +3720,7 @@ gtk_entry_get_text_widget (GtkEntry *entry)
}
/**
* gtk_entry_set_extra_menu: (attributes org.gtk.Method.set_property=extra-menu)
* gtk_entry_set_extra_menu:
* @entry: a `GtkEntry`
* @model: (nullable): a `GMenuModel`
*
@ -3741,7 +3741,7 @@ gtk_entry_set_extra_menu (GtkEntry *entry,
}
/**
* gtk_entry_get_extra_menu: (attributes org.gtk.Method.get_property=extra-menu)
* gtk_entry_get_extra_menu:
* @entry: a `GtkEntry`
*
* Gets the menu model set with gtk_entry_set_extra_menu().

View File

@ -341,7 +341,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
klass->deleted_text = gtk_entry_buffer_real_deleted_text;
/**
* GtkEntryBuffer:text: (attributes org.gtk.Property.get=gtk_entry_buffer_get_text org.gtk.Property.set=gtk_entry_buffer_set_text)
* GtkEntryBuffer:text:
*
* The contents of the buffer.
*/
@ -351,7 +351,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
GTK_PARAM_READWRITE);
/**
* GtkEntryBuffer:length: (attributes org.gtk.Property.get=gtk_entry_buffer_get_length)
* GtkEntryBuffer:length:
*
* The length (in characters) of the text in buffer.
*/
@ -361,7 +361,7 @@ gtk_entry_buffer_class_init (GtkEntryBufferClass *klass)
GTK_PARAM_READABLE);
/**
* GtkEntryBuffer:max-length: (attributes org.gtk.Property.get=gtk_entry_buffer_get_max_length org.gtk.Property.set=gtk_entry_buffer_set_max_length)
* GtkEntryBuffer:max-length:
*
* The maximum length (in characters) of the text in the buffer.
*/
@ -446,7 +446,7 @@ gtk_entry_buffer_new (const char *initial_chars,
}
/**
* gtk_entry_buffer_get_length: (attributes org.gtk.Method.get_property=length)
* gtk_entry_buffer_get_length:
* @buffer: a `GtkEntryBuffer`
*
* Retrieves the length in characters of the buffer.
@ -492,7 +492,7 @@ gtk_entry_buffer_get_bytes (GtkEntryBuffer *buffer)
}
/**
* gtk_entry_buffer_get_text: (attributes org.gtk.Method.get_property=text)
* gtk_entry_buffer_get_text:
* @buffer: a `GtkEntryBuffer`
*
* Retrieves the contents of the buffer.
@ -518,7 +518,7 @@ gtk_entry_buffer_get_text (GtkEntryBuffer *buffer)
}
/**
* gtk_entry_buffer_set_text: (attributes org.gtk.Method.set_property=text)
* gtk_entry_buffer_set_text:
* @buffer: a `GtkEntryBuffer`
* @chars: the new text
* @n_chars: the number of characters in @text, or -1
@ -546,7 +546,7 @@ gtk_entry_buffer_set_text (GtkEntryBuffer *buffer,
}
/**
* gtk_entry_buffer_set_max_length: (attributes org.gtk.Method.set_property=max-length)
* gtk_entry_buffer_set_max_length:
* @buffer: a `GtkEntryBuffer`
* @max_length: the maximum length of the entry buffer, or 0 for no maximum.
* (other than the maximum length of entries.) The value passed in will
@ -578,7 +578,7 @@ gtk_entry_buffer_set_max_length (GtkEntryBuffer *buffer,
}
/**
* gtk_entry_buffer_get_max_length: (attributes org.gtk.Method.get_property=max-length)
* gtk_entry_buffer_get_max_length:
* @buffer: a `GtkEntryBuffer`
*
* Retrieves the maximum allowed length of the text in @buffer.

View File

@ -196,7 +196,7 @@ gtk_event_controller_class_init (GtkEventControllerClass *klass)
object_class->get_property = gtk_event_controller_get_property;
/**
* GtkEventController:widget: (attributes org.gtk.Property.get=gtk_event_controller_get_widget)
* GtkEventController:widget:
*
* The widget receiving the `GdkEvents` that the controller will handle.
*/
@ -206,7 +206,7 @@ gtk_event_controller_class_init (GtkEventControllerClass *klass)
GTK_PARAM_READABLE);
/**
* GtkEventController:propagation-phase: (attributes org.gtk.Property.get=gtk_event_controller_get_propagation_phase org.gtk.Property.set=gtk_event_controller_set_propagation_phase)
* GtkEventController:propagation-phase:
*
* The propagation phase at which this controller will handle events.
*/
@ -217,7 +217,7 @@ gtk_event_controller_class_init (GtkEventControllerClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEventController:propagation-limit: (attributes org.gtk.Property.get=gtk_event_controller_get_propagation_limit org.gtk.Property.set=gtk_event_controller_set_propagation_limit)
* GtkEventController:propagation-limit:
*
* The limit for which events this controller will handle.
*/
@ -228,7 +228,7 @@ gtk_event_controller_class_init (GtkEventControllerClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkEventController:name: (attributes org.gtk.Property.get=gtk_event_controller_get_name org.gtk.Property.set=gtk_event_controller_set_name)
* GtkEventController:name:
*
* The name for this controller, typically used for debugging purposes.
*/
@ -400,7 +400,7 @@ gtk_event_controller_handle_crossing (GtkEventController *controller,
}
/**
* gtk_event_controller_get_widget: (attributes org.gtk.Method.get_property=widget)
* gtk_event_controller_get_widget:
* @controller: a `GtkEventController`
*
* Returns the `GtkWidget` this controller relates to.
@ -439,7 +439,7 @@ gtk_event_controller_reset (GtkEventController *controller)
}
/**
* gtk_event_controller_get_propagation_phase: (attributes org.gtk.Method.get_property=propagation-phase)
* gtk_event_controller_get_propagation_phase:
* @controller: a `GtkEventController`
*
* Gets the propagation phase at which @controller handles events.
@ -459,7 +459,7 @@ gtk_event_controller_get_propagation_phase (GtkEventController *controller)
}
/**
* gtk_event_controller_set_propagation_phase: (attributes org.gtk.Method.set_property=propagation-phase)
* gtk_event_controller_set_propagation_phase:
* @controller: a `GtkEventController`
* @phase: a propagation phase
*
@ -491,7 +491,7 @@ gtk_event_controller_set_propagation_phase (GtkEventController *controller,
}
/**
* gtk_event_controller_get_propagation_limit: (attributes org.gtk.Method.get_property=propagation-limit)
* gtk_event_controller_get_propagation_limit:
* @controller: a `GtkEventController`
*
* Gets the propagation limit of the event controller.
@ -511,7 +511,7 @@ gtk_event_controller_get_propagation_limit (GtkEventController *controller)
}
/**
* gtk_event_controller_set_propagation_limit: (attributes org.gtk.Method.set_property=propagation-limit)
* gtk_event_controller_set_propagation_limit:
* @controller: a `GtkEventController`
* @limit: the propagation limit
*
@ -540,7 +540,7 @@ gtk_event_controller_set_propagation_limit (GtkEventController *controller,
}
/**
* gtk_event_controller_get_name: (attributes org.gtk.Method.get_property=name)
* gtk_event_controller_get_name:
* @controller: a `GtkEventController`
*
* Gets the name of @controller.
@ -558,7 +558,7 @@ gtk_event_controller_get_name (GtkEventController *controller)
}
/**
* gtk_event_controller_set_name: (attributes org.gtk.Method.set_property=name)
* gtk_event_controller_set_name:
* @controller: a `GtkEventController`
* @name: (nullable): a name for @controller
*

View File

@ -187,7 +187,7 @@ gtk_event_controller_focus_class_init (GtkEventControllerFocusClass *klass)
controller_class->handle_crossing = gtk_event_controller_focus_handle_crossing;
/**
* GtkEventControllerFocus:is-focus: (attributes org.gtk.Property.get=gtk_event_controller_focus_is_focus)
* GtkEventControllerFocus:is-focus:
*
* %TRUE if focus is in the controllers widget itself,
* as opposed to in a descendent widget.
@ -204,7 +204,7 @@ gtk_event_controller_focus_class_init (GtkEventControllerFocusClass *klass)
G_PARAM_READABLE);
/**
* GtkEventControllerFocus:contains-focus: (attributes org.gtk.Property.get=gtk_event_controller_focus_contains_focus)
* GtkEventControllerFocus:contains-focus:
*
* %TRUE if focus is contained in the controllers widget.
*
@ -287,7 +287,7 @@ gtk_event_controller_focus_new (void)
}
/**
* gtk_event_controller_focus_contains_focus: (attributes org.gtk.Method.get_property=contains-focus)
* gtk_event_controller_focus_contains_focus:
* @self: a `GtkEventControllerFocus`
*
* Returns %TRUE if focus is within @self or one of its children.
@ -303,7 +303,7 @@ gtk_event_controller_focus_contains_focus (GtkEventControllerFocus *self)
}
/**
* gtk_event_controller_focus_is_focus: (attributes org.gtk.Method.get_property=is-focus)
* gtk_event_controller_focus_is_focus:
* @self: a `GtkEventControllerFocus`
*
* Returns %TRUE if focus is within @self, but not one of its children.

View File

@ -194,7 +194,7 @@ gtk_event_controller_motion_class_init (GtkEventControllerMotionClass *klass)
controller_class->handle_crossing = gtk_event_controller_motion_handle_crossing;
/**
* GtkEventControllerMotion:is-pointer: (attributes org.gtk.Property.get=gtk_event_controller_motion_is_pointer)
* GtkEventControllerMotion:is-pointer:
*
* Whether the pointer is in the controllers widget itself,
* as opposed to in a descendent widget.
@ -211,7 +211,7 @@ gtk_event_controller_motion_class_init (GtkEventControllerMotionClass *klass)
G_PARAM_READABLE);
/**
* GtkEventControllerMotion:contains-pointer: (attributes org.gtk.Property.get=gtk_event_controller_motion_contains_pointer)
* GtkEventControllerMotion:contains-pointer:
*
* Whether the pointer is in the controllers widget or a descendant.
*
@ -303,7 +303,7 @@ gtk_event_controller_motion_new (void)
}
/**
* gtk_event_controller_motion_contains_pointer: (attributes org.gtk.Method.get_property=contains-pointer)
* gtk_event_controller_motion_contains_pointer:
* @self: a `GtkEventControllerMotion`
*
* Returns if a pointer is within @self or one of its children.
@ -319,7 +319,7 @@ gtk_event_controller_motion_contains_pointer (GtkEventControllerMotion *self)
}
/**
* gtk_event_controller_motion_is_pointer: (attributes org.gtk.Method.get_property=is-pointer)
* gtk_event_controller_motion_is_pointer:
* @self: a `GtkEventControllerMotion`
*
* Returns if a pointer is within @self, but not one of its children.

View File

@ -521,7 +521,7 @@ gtk_event_controller_scroll_class_init (GtkEventControllerScrollClass *klass)
controller_class->handle_event = gtk_event_controller_scroll_handle_event;
/**
* GtkEventControllerScroll:flags: (attributes org.gtk.Property.get=gtk_event_controller_scroll_get_flags org.gtk.Property.set=gtk_event_controller_scroll_set_flags)
* GtkEventControllerScroll:flags:
*
* The flags affecting event controller behavior.
*/
@ -641,7 +641,7 @@ gtk_event_controller_scroll_new (GtkEventControllerScrollFlags flags)
}
/**
* gtk_event_controller_scroll_set_flags: (attributes org.gtk.Method.set_property=flags)
* gtk_event_controller_scroll_set_flags:
* @scroll: a `GtkEventControllerScroll`
* @flags: flags affecting the controller behavior
*
@ -661,7 +661,7 @@ gtk_event_controller_scroll_set_flags (GtkEventControllerScroll *scroll,
}
/**
* gtk_event_controller_scroll_get_flags: (attributes org.gtk.Method.get_property=flags)
* gtk_event_controller_scroll_get_flags:
* @scroll: a `GtkEventControllerScroll`
*
* Gets the flags conditioning the scroll controller behavior.

View File

@ -310,7 +310,7 @@ gtk_expander_class_init (GtkExpanderClass *klass)
klass->activate = gtk_expander_activate;
/**
* GtkExpander:expanded: (attributes org.gtk.Property.get=gtk_expander_get_expanded org.gtk.Property.set=gtk_expander_set_expanded)
* GtkExpander:expanded:
*
* Whether the expander has been opened to reveal the child.
*/
@ -321,7 +321,7 @@ gtk_expander_class_init (GtkExpanderClass *klass)
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkExpander:label: (attributes org.gtk.Property.get=gtk_expander_get_label org.gtk.Property.set=gtk_expander_set_label)
* GtkExpander:label:
*
* The text of the expanders label.
*/
@ -332,7 +332,7 @@ gtk_expander_class_init (GtkExpanderClass *klass)
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT));
/**
* GtkExpander:use-underline: (attributes org.gtk.Property.get=gtk_expander_get_use_underline org.gtk.Property.set=gtk_expander_set_use_underline)
* GtkExpander:use-underline:
*
* Whether an underline in the text indicates a mnemonic.
*/
@ -343,7 +343,7 @@ gtk_expander_class_init (GtkExpanderClass *klass)
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkExpander:use-markup: (attributes org.gtk.Property.get=gtk_expander_get_use_markup org.gtk.Property.set=gtk_expander_set_use_markup)
* GtkExpander:use-markup:
*
* Whether the text in the label is Pango markup.
*/
@ -354,7 +354,7 @@ gtk_expander_class_init (GtkExpanderClass *klass)
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkExpander:label-widget: (attributes org.gtk.Property.get=gtk_expander_get_label_widget org.gtk.Property.set=gtk_expander_set_label_widget)
* GtkExpander:label-widget:
*
* A widget to display instead of the usual expander label.
*/
@ -365,7 +365,7 @@ gtk_expander_class_init (GtkExpanderClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkExpander:resize-toplevel: (attributes org.gtk.Property.get=gtk_expander_get_resize_toplevel org.gtk.Property.set=gtk_expander_set_resize_toplevel)
* GtkExpander:resize-toplevel:
*
* When this property is %TRUE, the expander will resize the toplevel
* widget containing the expander upon expanding and collapsing.
@ -377,7 +377,7 @@ gtk_expander_class_init (GtkExpanderClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
* GtkExpander:child: (attributes org.gtk.Property.get=gtk_expander_get_child org.gtk.Property.set=gtk_expander_set_child)
* GtkExpander:child:
*
* The child widget.
*/
@ -857,7 +857,7 @@ gtk_expander_new_with_mnemonic (const char *label)
}
/**
* gtk_expander_set_expanded: (attributes org.gtk.Method.set_property=expanded)
* gtk_expander_set_expanded:
* @expander: a `GtkExpander`
* @expanded: whether the child widget is revealed
*
@ -919,7 +919,7 @@ gtk_expander_set_expanded (GtkExpander *expander,
}
/**
* gtk_expander_get_expanded: (attributes org.gtk.Method.get_property=expanded)
* gtk_expander_get_expanded:
* @expander:a `GtkExpander`
*
* Queries a `GtkExpander` and returns its current state.
@ -937,7 +937,7 @@ gtk_expander_get_expanded (GtkExpander *expander)
}
/**
* gtk_expander_set_label: (attributes org.gtk.Method.set_property=label)
* gtk_expander_set_label:
* @expander: a `GtkExpander`
* @label: (nullable): a string
*
@ -970,7 +970,7 @@ gtk_expander_set_label (GtkExpander *expander,
}
/**
* gtk_expander_get_label: (attributes org.gtk.Method.get_property=label)
* gtk_expander_get_label:
* @expander: a `GtkExpander`
*
* Fetches the text from a label widget.
@ -996,7 +996,7 @@ gtk_expander_get_label (GtkExpander *expander)
}
/**
* gtk_expander_set_use_underline: (attributes org.gtk.Method.set_property=use-underline)
* gtk_expander_set_use_underline:
* @expander: a `GtkExpander`
* @use_underline: %TRUE if underlines in the text indicate mnemonics
*
@ -1022,7 +1022,7 @@ gtk_expander_set_use_underline (GtkExpander *expander,
}
/**
* gtk_expander_get_use_underline: (attributes org.gtk.Method.get_property=use-underline)
* gtk_expander_get_use_underline:
* @expander: a `GtkExpander`
*
* Returns whether an underline in the text indicates a mnemonic.
@ -1039,7 +1039,7 @@ gtk_expander_get_use_underline (GtkExpander *expander)
}
/**
* gtk_expander_set_use_markup: (attributes org.gtk.Method.set_property=use-markup)
* gtk_expander_set_use_markup:
* @expander: a `GtkExpander`
* @use_markup: %TRUE if the labels text should be parsed for markup
*
@ -1065,7 +1065,7 @@ gtk_expander_set_use_markup (GtkExpander *expander,
}
/**
* gtk_expander_get_use_markup: (attributes org.gtk.Method.get_property=use-markup)
* gtk_expander_get_use_markup:
* @expander: a `GtkExpander`
*
* Returns whether the labels text is interpreted as Pango markup.
@ -1081,7 +1081,7 @@ gtk_expander_get_use_markup (GtkExpander *expander)
}
/**
* gtk_expander_set_label_widget: (attributes org.gtk.Method.set_property=label-widget)
* gtk_expander_set_label_widget:
* @expander: a `GtkExpander`
* @label_widget: (nullable): the new label widget
*
@ -1125,7 +1125,7 @@ gtk_expander_set_label_widget (GtkExpander *expander,
}
/**
* gtk_expander_get_label_widget: (attributes org.gtk.Method.get_property=label-widget)
* gtk_expander_get_label_widget:
* @expander: a `GtkExpander`
*
* Retrieves the label widget for the frame.
@ -1141,7 +1141,7 @@ gtk_expander_get_label_widget (GtkExpander *expander)
}
/**
* gtk_expander_set_resize_toplevel: (attributes org.gtk.Method.set_property=resize-toplevel)
* gtk_expander_set_resize_toplevel:
* @expander: a `GtkExpander`
* @resize_toplevel: whether to resize the toplevel
*
@ -1162,7 +1162,7 @@ gtk_expander_set_resize_toplevel (GtkExpander *expander,
}
/**
* gtk_expander_get_resize_toplevel: (attributes org.gtk.Method.get_property=resize-toplevel)
* gtk_expander_get_resize_toplevel:
* @expander: a `GtkExpander`
*
* Returns whether the expander will resize the toplevel widget
@ -1179,7 +1179,7 @@ gtk_expander_get_resize_toplevel (GtkExpander *expander)
}
/**
* gtk_expander_set_child: (attributes org.gtk.Method.set_property=child)
* gtk_expander_set_child:
* @expander: a `GtkExpander`
* @child: (nullable): the child widget
*
@ -1237,7 +1237,7 @@ gtk_expander_set_child (GtkExpander *expander,
}
/**
* gtk_expander_get_child: (attributes org.gtk.Method.get_property=child)
* gtk_expander_get_child:
* @expander: a `GtkExpander`
*
* Gets the child widget of @expander.

View File

@ -215,7 +215,7 @@ G_DEFINE_TYPE_WITH_CODE (GtkFileChooserNative, gtk_file_chooser_native, GTK_TYPE
/**
* gtk_file_chooser_native_get_accept_label: (attributes org.gtk.Method.get_property=accept-label)
* gtk_file_chooser_native_get_accept_label:
* @self: a `GtkFileChooserNative`
*
* Retrieves the custom label text for the accept button.
@ -233,7 +233,7 @@ gtk_file_chooser_native_get_accept_label (GtkFileChooserNative *self)
}
/**
* gtk_file_chooser_native_set_accept_label: (attributes org.gtk.Method.set_property=accept-label)
* gtk_file_chooser_native_set_accept_label:
* @self: a `GtkFileChooserNative`
* @accept_label: (nullable): custom label
*
@ -261,7 +261,7 @@ gtk_file_chooser_native_set_accept_label (GtkFileChooserNative *self,
}
/**
* gtk_file_chooser_native_get_cancel_label: (attributes org.gtk.Method.get_property=cancel-label)
* gtk_file_chooser_native_get_cancel_label:
* @self: a `GtkFileChooserNative`
*
* Retrieves the custom label text for the cancel button.
@ -279,7 +279,7 @@ gtk_file_chooser_native_get_cancel_label (GtkFileChooserNative *self)
}
/**
* gtk_file_chooser_native_set_cancel_label: (attributes org.gtk.Method.set_property=cancel-label)
* gtk_file_chooser_native_set_cancel_label:
* @self: a `GtkFileChooserNative`
* @cancel_label: (nullable): custom label
*
@ -786,7 +786,7 @@ gtk_file_chooser_native_class_init (GtkFileChooserNativeClass *class)
_gtk_file_chooser_install_properties (gobject_class);
/**
* GtkFileChooserNative:accept-label: (attributes org.gtk.Property.get=gtk_file_chooser_native_get_accept_label org.gtk.Property.set=gtk_file_chooser_native_set_accept_label)
* GtkFileChooserNative:accept-label:
*
* The text used for the label on the accept button in the dialog, or
* %NULL to use the default text.
@ -797,7 +797,7 @@ gtk_file_chooser_native_class_init (GtkFileChooserNativeClass *class)
GTK_PARAM_READWRITE);
/**
* GtkFileChooserNative:cancel-label: (attributes org.gtk.Property.get=gtk_file_chooser_native_get_cancel_label org.gtk.Property.set=gtk_file_chooser_native_set_cancel_label)
* GtkFileChooserNative:cancel-label:
*
* The text used for the label on the cancel button in the dialog, or
* %NULL to use the default text.

View File

@ -205,7 +205,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class)
object_class->set_property = gtk_file_dialog_set_property;
/**
* GtkFileDialog:title: (attributes org.gtk.Property.get=gtk_file_dialog_get_title org.gtk.Property.set=gtk_file_dialog_set_title)
* GtkFileDialog:title:
*
* A title that may be shown on the file chooser dialog.
*
@ -217,7 +217,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFileDialog:modal: (attributes org.gtk.Property.get=gtk_file_dialog_get_modal org.gtk.Property.set=gtk_file_dialog_set_modal)
* GtkFileDialog:modal:
*
* Whether the file chooser dialog is modal.
*
@ -229,7 +229,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFileDialog:filters: (attributes org.gtk.Property.get=gtk_file_dialog_get_filters org.gtk.Property.set=gtk_file_dialog_set_filters)
* GtkFileDialog:filters:
*
* The list of filters.
*
@ -243,7 +243,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFileDialog:default-filter: (attributes org.gtk.Property.get=gtk_file_dialog_get_default_filter org.gtk.Property.set=gtk_file_dialog_set_default_filter)
* GtkFileDialog:default-filter:
*
* The default filter, that is, the filter that is initially
* active in the file chooser dialog.
@ -263,7 +263,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFileDialog:initial-file: (attributes org.gtk.Property.get=gtk_file_dialog_get_initial_file org.gtk.Property.set=gtk_file_dialog_set_initial_file)
* GtkFileDialog:initial-file:
*
* The initial file, that is, the file that is initially selected
* in the file chooser dialog
@ -279,7 +279,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFileDialog:initial-folder: (attributes org.gtk.Property.get=gtk_file_dialog_get_initial_folder org.gtk.Property.set=gtk_file_dialog_set_initial_folder)
* GtkFileDialog:initial-folder:
*
* The initial folder, that is, the directory that is initially
* opened in the file chooser dialog
@ -292,7 +292,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFileDialog:initial-name: (attributes org.gtk.Property.get=gtk_file_dialog_get_initial_name org.gtk.Property.set=gtk_file_dialog_set_initial_name)
* GtkFileDialog:initial-name:
*
* The initial name, that is, the filename that is initially
* selected in the file chooser dialog.
@ -305,7 +305,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFileDialog:accept-label: (attributes org.gtk.Property.get=gtk_file_dialog_get_accept_label org.gtk.Property.set=gtk_file_dialog_set_accept_label)
* GtkFileDialog:accept-label:
*
* Label for the file chooser's accept button.
*

View File

@ -255,7 +255,7 @@ gtk_file_filter_class_init (GtkFileFilterClass *class)
filter_class->match = gtk_file_filter_match;
/**
* GtkFileFilter:name: (attributes org.gtk.Property.get=gtk_file_filter_get_name org.gtk.Property.set=gtk_file_filter_set_name)
* GtkFileFilter:name:
*
* The human-readable name of the filter.
*
@ -533,7 +533,7 @@ gtk_file_filter_new (void)
}
/**
* gtk_file_filter_set_name: (attributes org.gtk.Method.set_property=name)
* gtk_file_filter_set_name:
* @filter: a `GtkFileFilter`
* @name: (nullable): the human-readable-name for the filter, or %NULL
* to remove any existing name.
@ -559,7 +559,7 @@ gtk_file_filter_set_name (GtkFileFilter *filter,
}
/**
* gtk_file_filter_get_name: (attributes org.gtk.Method.get_property=name)
* gtk_file_filter_get_name:
* @filter: a `GtkFileFilter`
*
* Gets the human-readable name for the filter.

View File

@ -151,7 +151,7 @@ gtk_file_launcher_class_init (GtkFileLauncherClass *class)
object_class->set_property = gtk_file_launcher_set_property;
/**
* GtkFileLauncher:file: (attributes org.gtk.Property.get=gtk_file_launcher_get_file org.gtk.Property.set=gtk_file_launcher_set_file)
* GtkFileLauncher:file:
*
* The file to launch.
*
@ -163,7 +163,7 @@ gtk_file_launcher_class_init (GtkFileLauncherClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFileLauncher:always-ask: (attributes org.gtk.Property.get=gtk_file_launcher_get_always_ask org.gtk.Property.set=gtk_file_launcher_set_always_ask)
* GtkFileLauncher:always-ask:
*
* Whether to ask the user to choose an app for opening the file. If `FALSE`,
* the file might be opened with a default app or the previous choice.
@ -176,7 +176,7 @@ gtk_file_launcher_class_init (GtkFileLauncherClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFileLauncher:writable: (attributes org.gtk.Property.get=gtk_file_launcher_get_writable org.gtk.Property.set=gtk_file_launcher_set_writable)
* GtkFileLauncher:writable:
*
* Whether to make the file writable for the handler.
*

View File

@ -676,7 +676,7 @@ gtk_filter_list_model_class_init (GtkFilterListModelClass *class)
gobject_class->dispose = gtk_filter_list_model_dispose;
/**
* GtkFilterListModel:filter: (attributes org.gtk.Property.get=gtk_filter_list_model_get_filter org.gtk.Property.set=gtk_filter_list_model_set_filter)
* GtkFilterListModel:filter:
*
* The filter for this model.
*/
@ -686,7 +686,7 @@ gtk_filter_list_model_class_init (GtkFilterListModelClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFilterListModel:incremental: (attributes org.gtk.Property.get=gtk_filter_list_model_get_incremental org.gtk.Property.set=gtk_filter_list_model_set_incremental)
* GtkFilterListModel:incremental:
*
* If the model should filter items incrementally.
*/
@ -708,7 +708,7 @@ gtk_filter_list_model_class_init (GtkFilterListModelClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GtkFilterListModel:model: (attributes org.gtk.Property.get=gtk_filter_list_model_get_model org.gtk.Property.set=gtk_filter_list_model_set_model)
* GtkFilterListModel:model:
*
* The model being filtered.
*/
@ -730,7 +730,7 @@ gtk_filter_list_model_class_init (GtkFilterListModelClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GtkFilterListModel:pending: (attributes org.gtk.Property.get=gtk_filter_list_model_get_pending)
* GtkFilterListModel:pending:
*
* Number of items not yet filtered.
*/
@ -780,7 +780,7 @@ gtk_filter_list_model_new (GListModel *model,
}
/**
* gtk_filter_list_model_set_filter: (attributes org.gtk.Method.set_property=filter)
* gtk_filter_list_model_set_filter:
* @self: a `GtkFilterListModel`
* @filter: (nullable) (transfer none): filter to use
*
@ -813,7 +813,7 @@ gtk_filter_list_model_set_filter (GtkFilterListModel *self,
}
/**
* gtk_filter_list_model_get_filter: (attributes org.gtk.Method.get_property=filter)
* gtk_filter_list_model_get_filter:
* @self: a `GtkFilterListModel`
*
* Gets the `GtkFilter` currently set on @self.
@ -829,7 +829,7 @@ gtk_filter_list_model_get_filter (GtkFilterListModel *self)
}
/**
* gtk_filter_list_model_set_model: (attributes org.gtk.Method.set_property=model)
* gtk_filter_list_model_set_model:
* @self: a `GtkFilterListModel`
* @model: (nullable): The model to be filtered
*
@ -894,7 +894,7 @@ gtk_filter_list_model_set_model (GtkFilterListModel *self,
}
/**
* gtk_filter_list_model_get_model: (attributes org.gtk.Method.get_property=model)
* gtk_filter_list_model_get_model:
* @self: a `GtkFilterListModel`
*
* Gets the model currently filtered or %NULL if none.
@ -910,7 +910,7 @@ gtk_filter_list_model_get_model (GtkFilterListModel *self)
}
/**
* gtk_filter_list_model_set_incremental: (attributes org.gtk.Method.set_property=incremental)
* gtk_filter_list_model_set_incremental:
* @self: a `GtkFilterListModel`
* @incremental: %TRUE to enable incremental filtering
*
@ -960,7 +960,7 @@ gtk_filter_list_model_set_incremental (GtkFilterListModel *self,
}
/**
* gtk_filter_list_model_get_incremental: (attributes org.gtk.Method.get_property=incremental)
* gtk_filter_list_model_get_incremental:
* @self: a `GtkFilterListModel`
*
* Returns whether incremental filtering is enabled.
@ -978,7 +978,7 @@ gtk_filter_list_model_get_incremental (GtkFilterListModel *self)
}
/**
* gtk_filter_list_model_get_pending: (attributes org.gtk.Method.get_property=pending)
* gtk_filter_list_model_get_pending:
* @self: a `GtkFilterListModel`
*
* Returns the number of items that have not been filtered yet.

View File

@ -153,7 +153,7 @@ gtk_fixed_layout_child_class_init (GtkFixedLayoutChildClass *klass)
gobject_class->finalize = gtk_fixed_layout_child_finalize;
/**
* GtkFixedLayoutChild:transform: (attributes org.gtk.Property.get=gtk_fixed_layout_child_get_transform org.gtk.Property.set=gtk_fixed_layout_child_set_transform)
* GtkFixedLayoutChild:transform:
*
* The transform of the child.
*/
@ -173,7 +173,7 @@ gtk_fixed_layout_child_init (GtkFixedLayoutChild *self)
}
/**
* gtk_fixed_layout_child_set_transform: (attributes org.gtk.Method.set_property=transform)
* gtk_fixed_layout_child_set_transform:
* @child: a `GtkFixedLayoutChild`
* @transform: a `GskTransform`
*

View File

@ -457,7 +457,7 @@ gtk_flatten_list_model_class_init (GtkFlattenListModelClass *class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
* GtkFlattenListModel:model: (attributes org.gtk.Property.get=gtk_flatten_list_model_get_model org.gtk.Property.set=gtk_flatten_list_model_set_model)
* GtkFlattenListModel:model:
*
* The model being flattened.
*/
@ -512,7 +512,7 @@ gtk_flatten_list_model_new (GListModel *model)
}
/**
* gtk_flatten_list_model_set_model: (attributes org.gtk.Method.set_property=model)
* gtk_flatten_list_model_set_model:
* @self: a `GtkFlattenListModel`
* @model: (nullable) (transfer none): the new model
*
@ -557,7 +557,7 @@ gtk_flatten_list_model_set_model (GtkFlattenListModel *self,
}
/**
* gtk_flatten_list_model_get_model: (attributes org.gtk.Method.get_property=model)
* gtk_flatten_list_model_get_model:
* @self: a `GtkFlattenListModel`
*
* Gets the model set via gtk_flatten_list_model_set_model().

View File

@ -531,7 +531,7 @@ gtk_flow_box_child_class_init (GtkFlowBoxChildClass *class)
class->activate = gtk_flow_box_child_activate;
/**
* GtkFlowBoxChild:child: (attributes org.gtk.Property.get=gtk_flow_box_child_get_child org.gtk.Property.set=gtk_flow_box_child_set_child)
* GtkFlowBoxChild:child:
*
* The child widget.
*/
@ -594,7 +594,7 @@ gtk_flow_box_child_new (void)
}
/**
* gtk_flow_box_child_set_child: (attributes org.gtk.Method.set_property=child)
* gtk_flow_box_child_set_child:
* @self: a `GtkFlowBoxChild`
* @child: (nullable): the child widget
*
@ -621,7 +621,7 @@ gtk_flow_box_child_set_child (GtkFlowBoxChild *self,
}
/**
* gtk_flow_box_child_get_child: (attributes org.gtk.Method.get_property=child)
* gtk_flow_box_child_get_child:
* @self: a `GtkFlowBoxChild`
*
* Gets the child widget of @self.
@ -3662,7 +3662,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
g_object_class_override_property (object_class, PROP_ORIENTATION, "orientation");
/**
* GtkFlowBox:selection-mode: (attributes org.gtk.Property.get=gtk_flow_box_get_selection_mode org.gtk.Property.set=gtk_flow_box_set_selection_mode)
* GtkFlowBox:selection-mode:
*
* The selection mode used by the flow box.
*/
@ -3673,7 +3673,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFlowBox:activate-on-single-click: (attributes org.gtk.Property.get=gtk_flow_box_get_activate_on_single_click org.gtk.Property.set=gtk_flow_box_set_activate_on_single_click)
* GtkFlowBox:activate-on-single-click:
*
* Determines whether children can be activated with a single
* click, or require a double-click.
@ -3694,7 +3694,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFlowBox:homogeneous: (attributes org.gtk.Property.get=gtk_flow_box_get_homogeneous org.gtk.Property.set=gtk_flow_box_set_homogeneous)
* GtkFlowBox:homogeneous:
*
* Determines whether all children should be allocated the
* same size.
@ -3705,7 +3705,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFlowBox:min-children-per-line: (attributes org.gtk.Property.get=gtk_flow_box_get_min_children_per_line org.gtk.Property.set=gtk_flow_box_set_min_children_per_line)
* GtkFlowBox:min-children-per-line:
*
* The minimum number of children to allocate consecutively
* in the given orientation.
@ -3720,7 +3720,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFlowBox:max-children-per-line: (attributes org.gtk.Property.get=gtk_flow_box_get_max_children_per_line org.gtk.Property.set=gtk_flow_box_set_max_children_per_line)
* GtkFlowBox:max-children-per-line:
*
* The maximum amount of children to request space for consecutively
* in the given orientation.
@ -3731,7 +3731,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFlowBox:row-spacing: (attributes org.gtk.Property.get=gtk_flow_box_get_row_spacing org.gtk.Property.set=gtk_flow_box_set_row_spacing)
* GtkFlowBox:row-spacing:
*
* The amount of vertical space between two children.
*/
@ -3741,7 +3741,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFlowBox:column-spacing: (attributes org.gtk.Property.get=gtk_flow_box_get_column_spacing org.gtk.Property.set=gtk_flow_box_set_column_spacing)
* GtkFlowBox:column-spacing:
*
* The amount of horizontal space between two children.
*/
@ -4417,7 +4417,7 @@ gtk_flow_box_bind_model (GtkFlowBox *box,
/* Setters and getters {{{2 */
/**
* gtk_flow_box_get_homogeneous: (attributes org.gtk.Method.get_property=homogeneous)
* gtk_flow_box_get_homogeneous:
* @box: a `GtkFlowBox`
*
* Returns whether the box is homogeneous.
@ -4433,7 +4433,7 @@ gtk_flow_box_get_homogeneous (GtkFlowBox *box)
}
/**
* gtk_flow_box_set_homogeneous: (attributes org.gtk.Method.set_property=homogeneous)
* gtk_flow_box_set_homogeneous:
* @box: a `GtkFlowBox`
* @homogeneous: %TRUE to create equal allotments,
* %FALSE for variable allotments
@ -4459,7 +4459,7 @@ gtk_flow_box_set_homogeneous (GtkFlowBox *box,
}
/**
* gtk_flow_box_set_row_spacing: (attributes org.gtk.Method.set_property=row-spacing)
* gtk_flow_box_set_row_spacing:
* @box: a `GtkFlowBox`
* @spacing: the spacing to use
*
@ -4481,7 +4481,7 @@ gtk_flow_box_set_row_spacing (GtkFlowBox *box,
}
/**
* gtk_flow_box_get_row_spacing: (attributes org.gtk.Method.get_property=row-spacing)
* gtk_flow_box_get_row_spacing:
* @box: a `GtkFlowBox`
*
* Gets the vertical spacing.
@ -4497,7 +4497,7 @@ gtk_flow_box_get_row_spacing (GtkFlowBox *box)
}
/**
* gtk_flow_box_set_column_spacing: (attributes org.gtk.Method.set_property=column-spacing)
* gtk_flow_box_set_column_spacing:
* @box: a `GtkFlowBox`
* @spacing: the spacing to use
*
@ -4519,7 +4519,7 @@ gtk_flow_box_set_column_spacing (GtkFlowBox *box,
}
/**
* gtk_flow_box_get_column_spacing: (attributes org.gtk.Method.get_property=column-spacing)
* gtk_flow_box_get_column_spacing:
* @box: a `GtkFlowBox`
*
* Gets the horizontal spacing.
@ -4535,7 +4535,7 @@ gtk_flow_box_get_column_spacing (GtkFlowBox *box)
}
/**
* gtk_flow_box_set_min_children_per_line: (attributes org.gtk.Method.set_property=min-children-per-line)
* gtk_flow_box_set_min_children_per_line:
* @box: a `GtkFlowBox`
* @n_children: the minimum number of children per line
*
@ -4558,7 +4558,7 @@ gtk_flow_box_set_min_children_per_line (GtkFlowBox *box,
}
/**
* gtk_flow_box_get_min_children_per_line: (attributes org.gtk.Method.get_property=min-children-per-line)
* gtk_flow_box_get_min_children_per_line:
* @box: a `GtkFlowBox`
*
* Gets the minimum number of children per line.
@ -4574,7 +4574,7 @@ gtk_flow_box_get_min_children_per_line (GtkFlowBox *box)
}
/**
* gtk_flow_box_set_max_children_per_line: (attributes org.gtk.Method.set_property=max-children-per-line)
* gtk_flow_box_set_max_children_per_line:
* @box: a `GtkFlowBox`
* @n_children: the maximum number of children per line
*
@ -4602,7 +4602,7 @@ gtk_flow_box_set_max_children_per_line (GtkFlowBox *box,
}
/**
* gtk_flow_box_get_max_children_per_line: (attributes org.gtk.Method.get_property=max-children-per-line)
* gtk_flow_box_get_max_children_per_line:
* @box: a `GtkFlowBox`
*
* Gets the maximum number of children per line.
@ -4618,7 +4618,7 @@ gtk_flow_box_get_max_children_per_line (GtkFlowBox *box)
}
/**
* gtk_flow_box_set_activate_on_single_click: (attributes org.gtk.Method.set_property=activate-on-single-click)
* gtk_flow_box_set_activate_on_single_click:
* @box: a `GtkFlowBox`
* @single: %TRUE to emit child-activated on a single click
*
@ -4641,7 +4641,7 @@ gtk_flow_box_set_activate_on_single_click (GtkFlowBox *box,
}
/**
* gtk_flow_box_get_activate_on_single_click: (attributes org.gtk.Method.get_property=activate-on-single-click)
* gtk_flow_box_get_activate_on_single_click:
* @box: a `GtkFlowBox`
*
* Returns whether children activate on single clicks.
@ -4825,7 +4825,7 @@ gtk_flow_box_selected_foreach (GtkFlowBox *box,
}
/**
* gtk_flow_box_set_selection_mode: (attributes org.gtk.Method.set_property=selection-mode)
* gtk_flow_box_set_selection_mode:
* @box: a `GtkFlowBox`
* @mode: the new selection mode
*
@ -4862,7 +4862,7 @@ gtk_flow_box_set_selection_mode (GtkFlowBox *box,
}
/**
* gtk_flow_box_get_selection_mode: (attributes org.gtk.Method.get_property=selection-mode)
* gtk_flow_box_get_selection_mode:
* @box: a `GtkFlowBox`
*
* Gets the selection mode of @box.

View File

@ -176,7 +176,7 @@ gtk_font_dialog_class_init (GtkFontDialogClass *class)
object_class->finalize = gtk_font_dialog_finalize;
/**
* GtkFontDialog:title: (attributes org.gtk.Property.get=gtk_font_dialog_get_title org.gtk.Property.set=gtk_font_dialog_set_title)
* GtkFontDialog:title:
*
* A title that may be shown on the font chooser
* dialog that is presented by [method@Gtk.FontDialog.choose_font].
@ -189,7 +189,7 @@ gtk_font_dialog_class_init (GtkFontDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialog:modal: (attributes org.gtk.Property.get=gtk_font_dialog_get_modal org.gtk.Property.set=gtk_font_dialog_set_modal)
* GtkFontDialog:modal:
*
* Whether the font chooser dialog is modal.
*
@ -201,7 +201,7 @@ gtk_font_dialog_class_init (GtkFontDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialog:language: (attributes org.gtk.Property.get=gtk_font_dialog_get_language org.gtk.Property.set=gtk_font_dialog_set_language)
* GtkFontDialog:language:
*
* The language for which the font features are selected.
*
@ -213,7 +213,7 @@ gtk_font_dialog_class_init (GtkFontDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialog:font-map: (attributes org.gtk.Property.get=gtk_font_dialog_get_font_map org.gtk.Property.set=gtk_font_dialog_set_font_map)
* GtkFontDialog:font-map:
*
* Sets a custom font map to select fonts from.
*
@ -228,7 +228,7 @@ gtk_font_dialog_class_init (GtkFontDialogClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialog:filter: (attributes org.gtk.Property.get=gtk_font_dialog_get_filter org.gtk.Property.set=gtk_font_dialog_set_filter)
* GtkFontDialog:filter:
*
* Sets a filter to restrict what fonts are shown
* in the font chooser dialog.

View File

@ -294,7 +294,7 @@ gtk_font_dialog_button_class_init (GtkFontDialogButtonClass *class)
widget_class->unroot = gtk_font_dialog_button_unroot;
/**
* GtkFontDialogButton:dialog: (attributes org.gtk.Property.get=gtk_font_dialog_button_get_dialog org.gtk.Property.set=gtk_font_dialog_button_set_dialog)
* GtkFontDialogButton:dialog:
*
* The `GtkFontDialog` that contains parameters for
* the font chooser dialog.
@ -307,7 +307,7 @@ gtk_font_dialog_button_class_init (GtkFontDialogButtonClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialogButton:level: (attributes org.gtk.Property.get=gtk_font_dialog_button_get_level org.gtk.Property.set=gtk_font_dialog_button_set_level)
* GtkFontDialogButton:level:
*
* The level of detail for the font chooser dialog.
*/
@ -318,7 +318,7 @@ gtk_font_dialog_button_class_init (GtkFontDialogButtonClass *class)
GTK_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialogButton:font-desc: (attributes org.gtk.Property.get=gtk_font_dialog_button_get_font_desc org.gtk.Property.set=gtk_font_dialog_button_set_font_desc)
* GtkFontDialogButton:font-desc:
*
* The selected font.
*
@ -337,7 +337,7 @@ gtk_font_dialog_button_class_init (GtkFontDialogButtonClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialogButton:font-features: (attributes org.gtk.Property.get=gtk_font_dialog_button_get_font_features org.gtk.Property.set=gtk_font_dialog_button_set_font_features)
* GtkFontDialogButton:font-features:
*
* The selected font features.
*
@ -355,7 +355,7 @@ gtk_font_dialog_button_class_init (GtkFontDialogButtonClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialogButton:language: (attributes org.gtk.Property.get=gtk_font_dialog_button_get_language org.gtk.Property.set=gtk_font_dialog_button_set_language)
* GtkFontDialogButton:language:
*
* The selected language for font features.
*
@ -373,7 +373,7 @@ gtk_font_dialog_button_class_init (GtkFontDialogButtonClass *class)
G_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialogButton:use-font: (attributes org.gtk.Property.get=gtk_font_dialog_button_get_use_font org.gtk.Property.set=gtk_font_dialog_button_set_use_font)
* GtkFontDialogButton:use-font:
*
* Whether the buttons label will be drawn in the selected font.
*/
@ -383,7 +383,7 @@ gtk_font_dialog_button_class_init (GtkFontDialogButtonClass *class)
GTK_PARAM_READWRITE|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFontDialogButton:use-size: (attributes org.gtk.Property.get=gtk_font_dialog_button_get_use_size org.gtk.Property.set=gtk_font_dialog_button_set_use_size)
* GtkFontDialogButton:use-size:
*
* Whether the buttons label will use the selected font size.
*/

View File

@ -164,7 +164,7 @@ gtk_frame_class_init (GtkFrameClass *class)
class->compute_child_allocation = gtk_frame_real_compute_child_allocation;
/**
* GtkFrame:label: (attributes org.gtk.Property.get=gtk_frame_get_label org.gtk.Property.set=gtk_frame_set_label)
* GtkFrame:label:
*
* Text of the frame's label.
*/
@ -174,7 +174,7 @@ gtk_frame_class_init (GtkFrameClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFrame:label-xalign: (attributes org.gtk.Property.get=gtk_frame_get_label_align org.gtk.Property.set=gtk_frame_set_label_align)
* GtkFrame:label-xalign: (getter get_label_align) (setter set_label_align)
*
* The horizontal alignment of the label.
*/
@ -185,7 +185,7 @@ gtk_frame_class_init (GtkFrameClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFrame:label-widget: (attributes org.gtk.Property.get=gtk_frame_get_label_widget org.gtk.Property.set=gtk_frame_set_label_widget)
* GtkFrame:label-widget:
*
* Widget to display in place of the usual frame label.
*/
@ -195,7 +195,7 @@ gtk_frame_class_init (GtkFrameClass *class)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkFrame:child: (attributes org.gtk.Property.get=gtk_frame_get_child org.gtk.Property.set=gtk_frame_set_child)
* GtkFrame:child:
*
* The child widget.
*/
@ -334,7 +334,7 @@ gtk_frame_new (const char *label)
}
/**
* gtk_frame_set_label: (attributes org.gtk.Method.set_property=label)
* gtk_frame_set_label:
* @frame: a `GtkFrame`
* @label: (nullable): the text to use as the label of the frame
*
@ -354,7 +354,7 @@ gtk_frame_set_label (GtkFrame *frame,
}
/**
* gtk_frame_get_label: (attributes org.gtk.Method.get_property=label)
* gtk_frame_get_label:
* @frame: a `GtkFrame`
*
* Returns the frame labels text.
@ -397,7 +397,7 @@ update_accessible_relation (GtkFrame *frame)
}
/**
* gtk_frame_set_label_widget: (attributes org.gtk.Method.set_property=label-widget)
* gtk_frame_set_label_widget:
* @frame: a `GtkFrame`
* @label_widget: (nullable): the new label widget
*
@ -438,7 +438,7 @@ gtk_frame_set_label_widget (GtkFrame *frame,
}
/**
* gtk_frame_get_label_widget: (attributes org.gtk.Method.get_property=label-widget)
* gtk_frame_get_label_widget:
* @frame: a `GtkFrame`
*
* Retrieves the label widget for the frame.
@ -456,7 +456,7 @@ gtk_frame_get_label_widget (GtkFrame *frame)
}
/**
* gtk_frame_set_label_align: (attributes org.gtk.Method.set_property=label-xalign)
* gtk_frame_set_label_align: (set-property label-xalign)
* @frame: a `GtkFrame`
* @xalign: The position of the label along the top edge
* of the widget. A value of 0.0 represents left alignment;
@ -484,7 +484,7 @@ gtk_frame_set_label_align (GtkFrame *frame,
}
/**
* gtk_frame_get_label_align: (attributes org.gtk.Method.get_property=label-xalign)
* gtk_frame_get_label_align: (get-property label-xalign)
* @frame: a `GtkFrame`
*
* Retrieves the X alignment of the frames label.
@ -660,7 +660,7 @@ gtk_frame_get_request_mode (GtkWidget *widget)
}
/**
* gtk_frame_set_child: (attributes org.gtk.Method.set_property=child)
* gtk_frame_set_child:
* @frame: a `GtkFrame`
* @child: (nullable): the child widget
*
@ -692,7 +692,7 @@ gtk_frame_set_child (GtkFrame *frame,
}
/**
* gtk_frame_get_child: (attributes org.gtk.Method.get_property=child)
* gtk_frame_get_child:
* @frame: a `GtkFrame`
*
* Gets the child widget of @frame.

View File

@ -281,7 +281,7 @@ gtk_gesture_long_press_class_init (GtkGestureLongPressClass *klass)
gesture_class->sequence_state_changed = gtk_gesture_long_press_sequence_state_changed;
/**
* GtkGestureLongPress:delay-factor: (attributes org.gtk.Property.get=gtk_gesture_long_press_get_delay_factor org.gtk.Property.set=gtk_gesture_long_press_set_delay_factor)
* GtkGestureLongPress:delay-factor:
*
* Factor by which to modify the default timeout.
*/
@ -344,7 +344,7 @@ gtk_gesture_long_press_new (void)
}
/**
* gtk_gesture_long_press_set_delay_factor: (attributes org.gtk.Method.set_property=delay-factor)
* gtk_gesture_long_press_set_delay_factor:
* @gesture: A `GtkGestureLongPress`
* @delay_factor: The delay factor to apply
*
@ -372,7 +372,7 @@ gtk_gesture_long_press_set_delay_factor (GtkGestureLongPress *gesture,
}
/**
* gtk_gesture_long_press_get_delay_factor: (attributes org.gtk.Method.get_property=delay-factor)
* gtk_gesture_long_press_get_delay_factor:
* @gesture: A `GtkGestureLongPress`
*
* Returns the delay factor.

View File

@ -223,7 +223,7 @@ gtk_gesture_pan_class_init (GtkGesturePanClass *klass)
drag_gesture_class->drag_end = gtk_gesture_pan_drag_end;
/**
* GtkGesturePan:orientation: (attributes org.gtk.Property.get=gtk_gesture_pan_get_orientation org.gtk.Property.set=gtk_gesture_pan_set_orientation)
* GtkGesturePan:orientation:
*
* The expected orientation of pan gestures.
*/
@ -282,7 +282,7 @@ gtk_gesture_pan_new (GtkOrientation orientation)
}
/**
* gtk_gesture_pan_get_orientation: (attributes org.gtk.Method.get_property=orientation)
* gtk_gesture_pan_get_orientation:
* @gesture: A `GtkGesturePan`
*
* Returns the orientation of the pan gestures that this @gesture expects.
@ -302,7 +302,7 @@ gtk_gesture_pan_get_orientation (GtkGesturePan *gesture)
}
/**
* gtk_gesture_pan_set_orientation: (attributes org.gtk.Method.set_property=orientation)
* gtk_gesture_pan_set_orientation:
* @gesture: A `GtkGesturePan`
* @orientation: expected orientation
*

View File

@ -256,7 +256,7 @@ gtk_gesture_single_class_init (GtkGestureSingleClass *klass)
gesture_class->cancel = gtk_gesture_single_cancel;
/**
* GtkGestureSingle:touch-only: (attributes org.gtk.Property.get=gtk_gesture_single_get_touch_only org.gtk.Property.set=gtk_gesture_single_set_touch_only)
* GtkGestureSingle:touch-only:
*
* Whether the gesture handles only touch events.
*/
@ -266,7 +266,7 @@ gtk_gesture_single_class_init (GtkGestureSingleClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkGestureSingle:exclusive: (attributes org.gtk.Property.get=gtk_gesture_single_get_exclusive org.gtk.Property.set=gtk_gesture_single_set_exclusive)
* GtkGestureSingle:exclusive:
*
* Whether the gesture is exclusive.
*
@ -278,7 +278,7 @@ gtk_gesture_single_class_init (GtkGestureSingleClass *klass)
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
/**
* GtkGestureSingle:button: (attributes org.gtk.Property.get=gtk_gesture_single_get_button org.gtk.Property.set=gtk_gesture_single_set_button)
* GtkGestureSingle:button:
*
* Mouse button number to listen to, or 0 to listen for any button.
*/
@ -302,7 +302,7 @@ gtk_gesture_single_init (GtkGestureSingle *gesture)
}
/**
* gtk_gesture_single_get_touch_only: (attributes org.gtk.Method.get_property=touch-only)
* gtk_gesture_single_get_touch_only:
* @gesture: a `GtkGestureSingle`
*
* Returns %TRUE if the gesture is only triggered by touch events.
@ -322,7 +322,7 @@ gtk_gesture_single_get_touch_only (GtkGestureSingle *gesture)
}
/**
* gtk_gesture_single_set_touch_only: (attributes org.gtk.Method.set_property=touch-only)
* gtk_gesture_single_set_touch_only:
* @gesture: a `GtkGestureSingle`
* @touch_only: whether @gesture handles only touch events
*
@ -351,7 +351,7 @@ gtk_gesture_single_set_touch_only (GtkGestureSingle *gesture,
}
/**
* gtk_gesture_single_get_exclusive: (attributes org.gtk.Method.get_property=exclusive)
* gtk_gesture_single_get_exclusive:
* @gesture: a `GtkGestureSingle`
*
* Gets whether a gesture is exclusive.
@ -373,7 +373,7 @@ gtk_gesture_single_get_exclusive (GtkGestureSingle *gesture)
}
/**
* gtk_gesture_single_set_exclusive: (attributes org.gtk.Method.set_property=exclusive)
* gtk_gesture_single_set_exclusive:
* @gesture: a `GtkGestureSingle`
* @exclusive: %TRUE to make @gesture exclusive
*
@ -402,7 +402,7 @@ gtk_gesture_single_set_exclusive (GtkGestureSingle *gesture,
}
/**
* gtk_gesture_single_get_button: (attributes org.gtk.Method.get_property=button)
* gtk_gesture_single_get_button:
* @gesture: a `GtkGestureSingle`
*
* Returns the button number @gesture listens for.
@ -424,7 +424,7 @@ gtk_gesture_single_get_button (GtkGestureSingle *gesture)
}
/**
* gtk_gesture_single_set_button: (attributes org.gtk.Method.set_property=button)
* gtk_gesture_single_set_button:
* @gesture: a `GtkGestureSingle`
* @button: button number to listen to, or 0 for any button
*

Some files were not shown because too many files have changed in this diff Show More