mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
docs: Remove all org.gtk.Method annotations
Removed via regex and grep.
This commit is contained in:
parent
91d36dd410
commit
ba32140671
@ -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.
|
||||
|
@ -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.
|
||||
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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`.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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`
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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().
|
||||
|
@ -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`
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
16
gtk/gtkbox.c
16
gtk/gtkbox.c
@ -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().
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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().
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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().
|
||||
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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`.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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`.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
@ -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.
|
||||
@ -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
|
||||
*
|
||||
|
@ -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”.
|
||||
|
@ -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 window’s 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 that’s 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 that’s 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().
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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 label’s 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 label’s 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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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`
|
||||
*
|
||||
|
@ -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().
|
||||
|
@ -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.
|
||||
@ -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.
|
||||
|
@ -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.
|
||||
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -262,7 +262,7 @@ gtk_gesture_stylus_new (void)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_gesture_stylus_get_stylus_only: (attributes org.gtk.Method.get_property=stylus-only)
|
||||
* gtk_gesture_stylus_get_stylus_only:
|
||||
* @gesture: the gesture
|
||||
*
|
||||
* Checks whether the gesture is for styluses only.
|
||||
@ -285,7 +285,7 @@ gtk_gesture_stylus_get_stylus_only (GtkGestureStylus *gesture)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_gesture_stylus_set_stylus_only: (attributes org.gtk.Method.set_property=stylus-only)
|
||||
* gtk_gesture_stylus_set_stylus_only:
|
||||
* @gesture: the gesture
|
||||
* @stylus_only: whether the gesture is used exclusively for stylus events
|
||||
*
|
||||
|
@ -1155,7 +1155,7 @@ gtk_gl_area_get_error (GtkGLArea *area)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_gl_area_set_use_es: (attributes org.gtk.Method.set_property=use-es)
|
||||
* gtk_gl_area_set_use_es:
|
||||
* @area: a `GtkGLArea`
|
||||
* @use_es: whether to use OpenGL or OpenGL ES
|
||||
*
|
||||
@ -1185,7 +1185,7 @@ gtk_gl_area_set_use_es (GtkGLArea *area,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_gl_area_get_use_es: (attributes org.gtk.Method.get_property=use-es)
|
||||
* gtk_gl_area_get_use_es:
|
||||
* @area: a `GtkGLArea`
|
||||
*
|
||||
* Returns whether the `GtkGLArea` should use OpenGL ES.
|
||||
@ -1343,7 +1343,7 @@ gtk_gl_area_get_required_version (GtkGLArea *area,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_gl_area_get_has_depth_buffer: (attributes org.gtk.Method.get_property=has-depth-buffer)
|
||||
* gtk_gl_area_get_has_depth_buffer:
|
||||
* @area: a `GtkGLArea`
|
||||
*
|
||||
* Returns whether the area has a depth buffer.
|
||||
@ -1361,7 +1361,7 @@ gtk_gl_area_get_has_depth_buffer (GtkGLArea *area)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_gl_area_set_has_depth_buffer: (attributes org.gtk.Method.set_property=has-depth-buffer)
|
||||
* gtk_gl_area_set_has_depth_buffer:
|
||||
* @area: a `GtkGLArea`
|
||||
* @has_depth_buffer: %TRUE to add a depth buffer
|
||||
*
|
||||
@ -1392,7 +1392,7 @@ gtk_gl_area_set_has_depth_buffer (GtkGLArea *area,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_gl_area_get_has_stencil_buffer: (attributes org.gtk.Method.get_property=has-stencil-buffer)
|
||||
* gtk_gl_area_get_has_stencil_buffer:
|
||||
* @area: a `GtkGLArea`
|
||||
*
|
||||
* Returns whether the area has a stencil buffer.
|
||||
@ -1410,7 +1410,7 @@ gtk_gl_area_get_has_stencil_buffer (GtkGLArea *area)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_gl_area_set_has_stencil_buffer: (attributes org.gtk.Method.set_property=has-stencil-buffer)
|
||||
* gtk_gl_area_set_has_stencil_buffer:
|
||||
* @area: a `GtkGLArea`
|
||||
* @has_stencil_buffer: %TRUE to add a stencil buffer
|
||||
*
|
||||
@ -1468,7 +1468,7 @@ gtk_gl_area_queue_render (GtkGLArea *area)
|
||||
|
||||
|
||||
/**
|
||||
* gtk_gl_area_get_auto_render: (attributes org.gtk.Method.get_property=auto-render)
|
||||
* gtk_gl_area_get_auto_render:
|
||||
* @area: a `GtkGLArea`
|
||||
*
|
||||
* Returns whether the area is in auto render mode or not.
|
||||
@ -1486,7 +1486,7 @@ gtk_gl_area_get_auto_render (GtkGLArea *area)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_gl_area_set_auto_render: (attributes org.gtk.Method.set_property=auto-render)
|
||||
* gtk_gl_area_set_auto_render:
|
||||
* @area: a `GtkGLArea`
|
||||
* @auto_render: a boolean
|
||||
*
|
||||
|
@ -962,7 +962,7 @@ gtk_grid_insert_next_to (GtkGrid *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_set_row_homogeneous: (attributes org.gtk.Method.set_property=row-homogeneous)
|
||||
* gtk_grid_set_row_homogeneous:
|
||||
* @grid: a `GtkGrid`
|
||||
* @homogeneous: %TRUE to make rows homogeneous
|
||||
*
|
||||
@ -986,7 +986,7 @@ gtk_grid_set_row_homogeneous (GtkGrid *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_get_row_homogeneous: (attributes org.gtk.Method.get_property=row-homogeneous)
|
||||
* gtk_grid_get_row_homogeneous:
|
||||
* @grid: a `GtkGrid`
|
||||
*
|
||||
* Returns whether all rows of @grid have the same height.
|
||||
@ -1004,7 +1004,7 @@ gtk_grid_get_row_homogeneous (GtkGrid *grid)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_set_column_homogeneous: (attributes org.gtk.Method.set_property=column-homogeneous)
|
||||
* gtk_grid_set_column_homogeneous:
|
||||
* @grid: a `GtkGrid`
|
||||
* @homogeneous: %TRUE to make columns homogeneous
|
||||
*
|
||||
@ -1028,7 +1028,7 @@ gtk_grid_set_column_homogeneous (GtkGrid *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_get_column_homogeneous: (attributes org.gtk.Method.get_property=column-homogeneous)
|
||||
* gtk_grid_get_column_homogeneous:
|
||||
* @grid: a `GtkGrid`
|
||||
*
|
||||
* Returns whether all columns of @grid have the same width.
|
||||
@ -1046,7 +1046,7 @@ gtk_grid_get_column_homogeneous (GtkGrid *grid)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_set_row_spacing: (attributes org.gtk.Method.set_property=row-spacing)
|
||||
* gtk_grid_set_row_spacing:
|
||||
* @grid: a `GtkGrid`
|
||||
* @spacing: the amount of space to insert between rows
|
||||
*
|
||||
@ -1071,7 +1071,7 @@ gtk_grid_set_row_spacing (GtkGrid *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_get_row_spacing: (attributes org.gtk.Method.get_property=row-spacing)
|
||||
* gtk_grid_get_row_spacing:
|
||||
* @grid: a `GtkGrid`
|
||||
*
|
||||
* Returns the amount of space between the rows of @grid.
|
||||
@ -1089,7 +1089,7 @@ gtk_grid_get_row_spacing (GtkGrid *grid)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_set_column_spacing: (attributes org.gtk.Method.set_property=column-spacing)
|
||||
* gtk_grid_set_column_spacing:
|
||||
* @grid: a `GtkGrid`
|
||||
* @spacing: the amount of space to insert between columns
|
||||
*
|
||||
@ -1114,7 +1114,7 @@ gtk_grid_set_column_spacing (GtkGrid *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_get_column_spacing: (attributes org.gtk.Method.get_property=column-spacing)
|
||||
* gtk_grid_get_column_spacing:
|
||||
* @grid: a `GtkGrid`
|
||||
*
|
||||
* Returns the amount of space between the columns of @grid.
|
||||
@ -1179,7 +1179,7 @@ gtk_grid_get_row_baseline_position (GtkGrid *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_set_baseline_row: (attributes org.gtk.Method.set_property=baseline-row)
|
||||
* gtk_grid_set_baseline_row:
|
||||
* @grid: a `GtkGrid`
|
||||
* @row: the row index
|
||||
*
|
||||
@ -1207,7 +1207,7 @@ gtk_grid_set_baseline_row (GtkGrid *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_get_baseline_row: (attributes org.gtk.Method.get_property=baseline-row)
|
||||
* gtk_grid_get_baseline_row:
|
||||
* @grid: a `GtkGrid`
|
||||
*
|
||||
* Returns which row defines the global baseline of @grid.
|
||||
|
@ -208,7 +208,7 @@ gtk_grid_layout_child_init (GtkGridLayoutChild *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_child_set_row: (attributes org.gtk.Method.set_property=row)
|
||||
* gtk_grid_layout_child_set_row:
|
||||
* @child: a `GtkGridLayoutChild`
|
||||
* @row: the row for @child
|
||||
*
|
||||
@ -231,7 +231,7 @@ gtk_grid_layout_child_set_row (GtkGridLayoutChild *child,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_child_get_row: (attributes org.gtk.Method.get_property=row)
|
||||
* gtk_grid_layout_child_get_row:
|
||||
* @child: a `GtkGridLayoutChild`
|
||||
*
|
||||
* Retrieves the row number to which @child attaches its top side.
|
||||
@ -247,7 +247,7 @@ gtk_grid_layout_child_get_row (GtkGridLayoutChild *child)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_child_set_column: (attributes org.gtk.Method.set_property=column)
|
||||
* gtk_grid_layout_child_set_column:
|
||||
* @child: a `GtkGridLayoutChild`
|
||||
* @column: the attach point for @child
|
||||
*
|
||||
@ -270,7 +270,7 @@ gtk_grid_layout_child_set_column (GtkGridLayoutChild *child,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_child_get_column: (attributes org.gtk.Method.get_property=column)
|
||||
* gtk_grid_layout_child_get_column:
|
||||
* @child: a `GtkGridLayoutChild`
|
||||
*
|
||||
* Retrieves the column number to which @child attaches its left side.
|
||||
@ -286,7 +286,7 @@ gtk_grid_layout_child_get_column (GtkGridLayoutChild *child)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_child_set_column_span: (attributes org.gtk.Method.set_property=column-span)
|
||||
* gtk_grid_layout_child_set_column_span:
|
||||
* @child: a `GtkGridLayoutChild`
|
||||
* @span: the span of @child
|
||||
*
|
||||
@ -309,7 +309,7 @@ gtk_grid_layout_child_set_column_span (GtkGridLayoutChild *child,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_child_get_column_span: (attributes org.gtk.Method.get_property=column-span)
|
||||
* gtk_grid_layout_child_get_column_span:
|
||||
* @child: a `GtkGridLayoutChild`
|
||||
*
|
||||
* Retrieves the number of columns that @child spans to.
|
||||
@ -325,7 +325,7 @@ gtk_grid_layout_child_get_column_span (GtkGridLayoutChild *child)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_child_set_row_span: (attributes org.gtk.Method.set_property=row-span)
|
||||
* gtk_grid_layout_child_set_row_span:
|
||||
* @child: a `GtkGridLayoutChild`
|
||||
* @span: the span of @child
|
||||
*
|
||||
@ -348,7 +348,7 @@ gtk_grid_layout_child_set_row_span (GtkGridLayoutChild *child,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_child_get_row_span: (attributes org.gtk.Method.get_property=row-span)
|
||||
* gtk_grid_layout_child_get_row_span:
|
||||
* @child: a `GtkGridLayoutChild`
|
||||
*
|
||||
* Retrieves the number of rows that @child spans to.
|
||||
@ -1726,7 +1726,7 @@ gtk_grid_layout_new (void)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_set_row_homogeneous: (attributes org.gtk.Method.set_property=row-homogeneous)
|
||||
* gtk_grid_layout_set_row_homogeneous:
|
||||
* @grid: a `GtkGridLayout`
|
||||
* @homogeneous: %TRUE to make rows homogeneous
|
||||
*
|
||||
@ -1749,7 +1749,7 @@ gtk_grid_layout_set_row_homogeneous (GtkGridLayout *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_get_row_homogeneous: (attributes org.gtk.Method.get_property=row-homogeneous)
|
||||
* gtk_grid_layout_get_row_homogeneous:
|
||||
* @grid: a `GtkGridLayout`
|
||||
*
|
||||
* Checks whether all rows of @grid should have the same height.
|
||||
@ -1765,7 +1765,7 @@ gtk_grid_layout_get_row_homogeneous (GtkGridLayout *grid)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_set_row_spacing: (attributes org.gtk.Method.set_property=row-spacing)
|
||||
* gtk_grid_layout_set_row_spacing:
|
||||
* @grid: a `GtkGridLayout`
|
||||
* @spacing: the amount of space between rows, in pixels
|
||||
*
|
||||
@ -1788,7 +1788,7 @@ gtk_grid_layout_set_row_spacing (GtkGridLayout *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_get_row_spacing: (attributes org.gtk.Method.get_property=row-spacing)
|
||||
* gtk_grid_layout_get_row_spacing:
|
||||
* @grid: a `GtkGridLayout`
|
||||
*
|
||||
* Retrieves the spacing set with gtk_grid_layout_set_row_spacing().
|
||||
@ -1804,7 +1804,7 @@ gtk_grid_layout_get_row_spacing (GtkGridLayout *grid)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_set_column_homogeneous: (attributes org.gtk.Method.set_property=column-homogeneous)
|
||||
* gtk_grid_layout_set_column_homogeneous:
|
||||
* @grid: a `GtkGridLayout`
|
||||
* @homogeneous: %TRUE to make columns homogeneous
|
||||
*
|
||||
@ -1827,7 +1827,7 @@ gtk_grid_layout_set_column_homogeneous (GtkGridLayout *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_get_column_homogeneous: (attributes org.gtk.Method.get_property=column-homogeneous)
|
||||
* gtk_grid_layout_get_column_homogeneous:
|
||||
* @grid: a `GtkGridLayout`
|
||||
*
|
||||
* Checks whether all columns of @grid should have the same width.
|
||||
@ -1843,7 +1843,7 @@ gtk_grid_layout_get_column_homogeneous (GtkGridLayout *grid)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_set_column_spacing: (attributes org.gtk.Method.set_property=column-spacing)
|
||||
* gtk_grid_layout_set_column_spacing:
|
||||
* @grid: a `GtkGridLayout`
|
||||
* @spacing: the amount of space between columns, in pixels
|
||||
*
|
||||
@ -1866,7 +1866,7 @@ gtk_grid_layout_set_column_spacing (GtkGridLayout *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_get_column_spacing: (attributes org.gtk.Method.get_property=column-spacing)
|
||||
* gtk_grid_layout_get_column_spacing:
|
||||
* @grid: a `GtkGridLayout`
|
||||
*
|
||||
* Retrieves the spacing set with gtk_grid_layout_set_column_spacing().
|
||||
@ -1993,7 +1993,7 @@ gtk_grid_layout_get_row_baseline_position (GtkGridLayout *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_set_baseline_row: (attributes org.gtk.Method.set_property=baseline-row)
|
||||
* gtk_grid_layout_set_baseline_row:
|
||||
* @grid: a `GtkGridLayout`
|
||||
* @row: the row index
|
||||
*
|
||||
@ -2018,7 +2018,7 @@ gtk_grid_layout_set_baseline_row (GtkGridLayout *grid,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_layout_get_baseline_row: (attributes org.gtk.Method.get_property=baseline-row)
|
||||
* gtk_grid_layout_get_baseline_row:
|
||||
* @grid: a `GtkGridLayout`
|
||||
*
|
||||
* Retrieves the row set with gtk_grid_layout_set_baseline_row().
|
||||
|
@ -1279,7 +1279,7 @@ gtk_grid_view_new (GtkSelectionModel *model,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_get_model: (attributes org.gtk.Method.get_property=model)
|
||||
* gtk_grid_view_get_model:
|
||||
* @self: a `GtkGridView`
|
||||
*
|
||||
* Gets the model that's currently used to read the items displayed.
|
||||
@ -1295,7 +1295,7 @@ gtk_grid_view_get_model (GtkGridView *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_set_model: (attributes org.gtk.Method.set_property=model)
|
||||
* gtk_grid_view_set_model:
|
||||
* @self: a `GtkGridView`
|
||||
* @model: (nullable) (transfer none): the model to use
|
||||
*
|
||||
@ -1321,7 +1321,7 @@ gtk_grid_view_set_model (GtkGridView *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_get_factory: (attributes org.gtk.Method.get_property=factory)
|
||||
* gtk_grid_view_get_factory:
|
||||
* @self: a `GtkGridView`
|
||||
*
|
||||
* Gets the factory that's currently used to populate list items.
|
||||
@ -1337,7 +1337,7 @@ gtk_grid_view_get_factory (GtkGridView *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_set_factory: (attributes org.gtk.Method.set_property=factory)
|
||||
* gtk_grid_view_set_factory:
|
||||
* @self: a `GtkGridView`
|
||||
* @factory: (nullable) (transfer none): the factory to use
|
||||
*
|
||||
@ -1359,7 +1359,7 @@ gtk_grid_view_set_factory (GtkGridView *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_get_max_columns: (attributes org.gtk.Method.get_property=max-columns)
|
||||
* gtk_grid_view_get_max_columns:
|
||||
* @self: a `GtkGridView`
|
||||
*
|
||||
* Gets the maximum number of columns that the grid will use.
|
||||
@ -1375,7 +1375,7 @@ gtk_grid_view_get_max_columns (GtkGridView *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_set_max_columns: (attributes org.gtk.Method.set_property=max-columns)
|
||||
* gtk_grid_view_set_max_columns:
|
||||
* @self: a `GtkGridView`
|
||||
* @max_columns: The maximum number of columns
|
||||
*
|
||||
@ -1408,7 +1408,7 @@ gtk_grid_view_set_max_columns (GtkGridView *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_get_min_columns: (attributes org.gtk.Method.get_property=min-columns)
|
||||
* gtk_grid_view_get_min_columns:
|
||||
* @self: a `GtkGridView`
|
||||
*
|
||||
* Gets the minimum number of columns that the grid will use.
|
||||
@ -1424,7 +1424,7 @@ gtk_grid_view_get_min_columns (GtkGridView *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_set_min_columns: (attributes org.gtk.Method.set_property=min-columns)
|
||||
* gtk_grid_view_set_min_columns:
|
||||
* @self: a `GtkGridView`
|
||||
* @min_columns: The minimum number of columns
|
||||
*
|
||||
@ -1453,7 +1453,7 @@ gtk_grid_view_set_min_columns (GtkGridView *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_set_single_click_activate: (attributes org.gtk.Method.set_property=single-click-activate)
|
||||
* gtk_grid_view_set_single_click_activate:
|
||||
* @self: a `GtkGridView`
|
||||
* @single_click_activate: %TRUE to activate items on single click
|
||||
*
|
||||
@ -1486,7 +1486,7 @@ gtk_grid_view_set_single_click_activate (GtkGridView *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_get_single_click_activate: (attributes org.gtk.Method.get_property=single-click-activate)
|
||||
* gtk_grid_view_get_single_click_activate:
|
||||
* @self: a `GtkGridView`
|
||||
*
|
||||
* Returns whether items will be activated on single click and
|
||||
@ -1503,7 +1503,7 @@ gtk_grid_view_get_single_click_activate (GtkGridView *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_set_enable_rubberband: (attributes org.gtk.Method.set_property=enable-rubberband)
|
||||
* gtk_grid_view_set_enable_rubberband:
|
||||
* @self: a `GtkGridView`
|
||||
* @enable_rubberband: %TRUE to enable rubberband selection
|
||||
*
|
||||
@ -1524,7 +1524,7 @@ gtk_grid_view_set_enable_rubberband (GtkGridView *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_get_enable_rubberband: (attributes org.gtk.Method.get_property=enable-rubberband)
|
||||
* gtk_grid_view_get_enable_rubberband:
|
||||
* @self: a `GtkGridView`
|
||||
*
|
||||
* Returns whether rows can be selected by dragging with the mouse.
|
||||
@ -1540,7 +1540,7 @@ gtk_grid_view_get_enable_rubberband (GtkGridView *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_set_tab_behavior: (attributes org.gtk.Method.set_property=tab-behavior)
|
||||
* gtk_grid_view_set_tab_behavior:
|
||||
* @self: a `GtkGridView`
|
||||
* @tab_behavior: The desired tab behavior
|
||||
*
|
||||
@ -1563,7 +1563,7 @@ gtk_grid_view_set_tab_behavior (GtkGridView *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_grid_view_get_tab_behavior: (attributes org.gtk.Method.get_property=tab-behavior)
|
||||
* gtk_grid_view_get_tab_behavior:
|
||||
* @self: a `GtkGridView`
|
||||
*
|
||||
* Gets the behavior set for the <kbd>Tab</kbd> key.
|
||||
|
@ -704,7 +704,7 @@ gtk_header_bar_new (void)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_header_bar_get_show_title_buttons: (attributes org.gtk.Method.get_property=show-title-buttons)
|
||||
* gtk_header_bar_get_show_title_buttons:
|
||||
* @bar: a `GtkHeaderBar`
|
||||
*
|
||||
* Returns whether this header bar shows the standard window
|
||||
@ -721,7 +721,7 @@ gtk_header_bar_get_show_title_buttons (GtkHeaderBar *bar)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_header_bar_set_show_title_buttons: (attributes org.gtk.Method.set_property=show-title-buttons)
|
||||
* gtk_header_bar_set_show_title_buttons:
|
||||
* @bar: a `GtkHeaderBar`
|
||||
* @setting: %TRUE to show standard title buttons
|
||||
*
|
||||
@ -762,7 +762,7 @@ gtk_header_bar_set_show_title_buttons (GtkHeaderBar *bar,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_header_bar_set_decoration_layout: (attributes org.gtk.Method.set_property=decoration-layout)
|
||||
* gtk_header_bar_set_decoration_layout:
|
||||
* @bar: a `GtkHeaderBar`
|
||||
* @layout: (nullable): a decoration layout, or %NULL to unset the layout
|
||||
*
|
||||
@ -797,7 +797,7 @@ gtk_header_bar_set_decoration_layout (GtkHeaderBar *bar,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_header_bar_get_decoration_layout: (attributes org.gtk.Method.get_property=decoration-layout)
|
||||
* gtk_header_bar_get_decoration_layout:
|
||||
* @bar: a `GtkHeaderBar`
|
||||
*
|
||||
* Gets the decoration layout of the `GtkHeaderBar`.
|
||||
|
@ -3609,7 +3609,7 @@ new_resource_file (const char *filename)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_icon_paintable_get_file: (attributes org.gtk.Method.get_property=file)
|
||||
* gtk_icon_paintable_get_file:
|
||||
* @self: a `GtkIconPaintable`
|
||||
*
|
||||
* Gets the `GFile` that was used to load the icon.
|
||||
@ -3633,7 +3633,7 @@ gtk_icon_paintable_get_file (GtkIconPaintable *icon)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_icon_paintable_get_icon_name: (attributes org.gtk.Method.get_property=icon-name)
|
||||
* gtk_icon_paintable_get_icon_name:
|
||||
* @self: a `GtkIconPaintable`
|
||||
*
|
||||
* Get the icon name being used for this icon.
|
||||
|
@ -705,7 +705,7 @@ gtk_image_set_from_resource (GtkImage *image,
|
||||
|
||||
|
||||
/**
|
||||
* gtk_image_set_from_pixbuf: (attributes org.gtk.Method.set_property=paintable)
|
||||
* gtk_image_set_from_pixbuf:
|
||||
* @image: a `GtkImage`
|
||||
* @pixbuf: (nullable): a `GdkPixbuf` or `NULL`
|
||||
*
|
||||
@ -865,7 +865,7 @@ gtk_image_set_from_paintable (GtkImage *image,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_image_get_storage_type: (attributes org.gtk.Method.get_property=storage-type)
|
||||
* gtk_image_get_storage_type:
|
||||
* @image: a `GtkImage`
|
||||
*
|
||||
* Gets the type of representation being used by the `GtkImage`
|
||||
@ -885,7 +885,7 @@ gtk_image_get_storage_type (GtkImage *image)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_image_get_paintable: (attributes org.gtk.Method.get_property=paintable)
|
||||
* gtk_image_get_paintable:
|
||||
* @image: a `GtkImage`
|
||||
*
|
||||
* Gets the image `GdkPaintable` being displayed by the `GtkImage`.
|
||||
@ -906,7 +906,7 @@ gtk_image_get_paintable (GtkImage *image)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_image_get_icon_name: (attributes org.gtk.Method.get_property=icon-name)
|
||||
* gtk_image_get_icon_name:
|
||||
* @image: a `GtkImage`
|
||||
*
|
||||
* Gets the icon name and size being displayed by the `GtkImage`.
|
||||
@ -927,7 +927,7 @@ gtk_image_get_icon_name (GtkImage *image)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_image_get_gicon: (attributes org.gtk.Method.get_property=gicon)
|
||||
* gtk_image_get_gicon:
|
||||
* @image: a `GtkImage`
|
||||
*
|
||||
* Gets the `GIcon` being displayed by the `GtkImage`.
|
||||
@ -1211,7 +1211,7 @@ gtk_image_system_setting_changed (GtkWidget *widget,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_image_set_pixel_size: (attributes org.gtk.Method.set_property=pixel-size)
|
||||
* gtk_image_set_pixel_size:
|
||||
* @image: a `GtkImage`
|
||||
* @pixel_size: the new pixel size
|
||||
*
|
||||
@ -1235,7 +1235,7 @@ gtk_image_set_pixel_size (GtkImage *image,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_image_get_pixel_size: (attributes org.gtk.Method.get_property=pixel-size)
|
||||
* gtk_image_get_pixel_size:
|
||||
* @image: a `GtkImage`
|
||||
*
|
||||
* Gets the pixel size used for named icons.
|
||||
@ -1251,7 +1251,7 @@ gtk_image_get_pixel_size (GtkImage *image)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_image_set_icon_size: (attributes org.gtk.Method.set_property=icon-size)
|
||||
* gtk_image_set_icon_size:
|
||||
* @image: a `GtkImage`
|
||||
* @icon_size: the new icon size
|
||||
*
|
||||
@ -1272,7 +1272,7 @@ gtk_image_set_icon_size (GtkImage *image,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_image_get_icon_size: (attributes org.gtk.Method.get_property=icon-size)
|
||||
* gtk_image_get_icon_size:
|
||||
* @image: a `GtkImage`
|
||||
*
|
||||
* Gets the icon size used by the @image when rendering icons.
|
||||
|
@ -818,7 +818,7 @@ gtk_inscription_new (const char *text)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_text: (attributes org.gtk.Method.set_property=text)
|
||||
* gtk_inscription_set_text:
|
||||
* @self: a `GtkInscription`
|
||||
* @text: (nullable): The text to display
|
||||
*
|
||||
@ -854,7 +854,7 @@ gtk_inscription_set_text (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_text: (attributes org.gtk.Method.get_property=text)
|
||||
* gtk_inscription_get_text:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Gets the text that is displayed.
|
||||
@ -872,7 +872,7 @@ gtk_inscription_get_text (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_min_chars: (attributes org.gtk.Method.set_property=min-chars)
|
||||
* gtk_inscription_set_min_chars:
|
||||
* @self: a `GtkInscription`
|
||||
* @min_chars: the minimum number of characters that should fit, approximately
|
||||
*
|
||||
@ -899,7 +899,7 @@ gtk_inscription_set_min_chars (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_min_chars: (attributes org.gtk.Method.get_property=min-chars)
|
||||
* gtk_inscription_get_min_chars:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Gets the `min-chars` of the inscription.
|
||||
@ -919,7 +919,7 @@ gtk_inscription_get_min_chars (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_nat_chars: (attributes org.gtk.Method.set_property=nat-chars)
|
||||
* gtk_inscription_set_nat_chars:
|
||||
* @self: a `GtkInscription`
|
||||
* @nat_chars: the number of characters that should ideally fit, approximately
|
||||
*
|
||||
@ -946,7 +946,7 @@ gtk_inscription_set_nat_chars (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_nat_chars: (attributes org.gtk.Method.get_property=nat-chars)
|
||||
* gtk_inscription_get_nat_chars:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Gets the `nat-chars` of the inscription.
|
||||
@ -966,7 +966,7 @@ gtk_inscription_get_nat_chars (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_min_lines: (attributes org.gtk.Method.set_property=min-lines)
|
||||
* gtk_inscription_set_min_lines:
|
||||
* @self: a `GtkInscription`
|
||||
* @min_lines: the minimum number of lines that should fit, approximately
|
||||
*
|
||||
@ -993,7 +993,7 @@ gtk_inscription_set_min_lines (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_min_lines: (attributes org.gtk.Method.get_property=min-lines)
|
||||
* gtk_inscription_get_min_lines:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Gets the `min-lines` of the inscription.
|
||||
@ -1013,7 +1013,7 @@ gtk_inscription_get_min_lines (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_nat_lines: (attributes org.gtk.Method.set_property=nat-lines)
|
||||
* gtk_inscription_set_nat_lines:
|
||||
* @self: a `GtkInscription`
|
||||
* @nat_lines: the number of lines that should ideally fit
|
||||
*
|
||||
@ -1040,7 +1040,7 @@ gtk_inscription_set_nat_lines (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_nat_lines: (attributes org.gtk.Method.get_property=nat-lines)
|
||||
* gtk_inscription_get_nat_lines:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Gets the `nat-lines` of the inscription.
|
||||
@ -1060,7 +1060,7 @@ gtk_inscription_get_nat_lines (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_xalign: (attributes org.gtk.Method.set_property=xalign)
|
||||
* gtk_inscription_set_xalign:
|
||||
* @self: a `GtkInscription`
|
||||
* @xalign: the new xalign value, between 0 and 1
|
||||
*
|
||||
@ -1091,7 +1091,7 @@ gtk_inscription_set_xalign (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_xalign: (attributes org.gtk.Method.get_property=xalign)
|
||||
* gtk_inscription_get_xalign:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Gets the `xalign` of the inscription.
|
||||
@ -1111,7 +1111,7 @@ gtk_inscription_get_xalign (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_yalign: (attributes org.gtk.Method.set_property=yalign)
|
||||
* gtk_inscription_set_yalign:
|
||||
* @self: a `GtkInscription`
|
||||
* @yalign: the new yalign value, between 0 and 1
|
||||
*
|
||||
@ -1140,7 +1140,7 @@ gtk_inscription_set_yalign (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_yalign: (attributes org.gtk.Method.get_property=yalign)
|
||||
* gtk_inscription_get_yalign:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Gets the `yalign` of the inscription.
|
||||
@ -1160,7 +1160,7 @@ gtk_inscription_get_yalign (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_attributes: (attributes org.gtk.Method.set_property=attributes)
|
||||
* gtk_inscription_set_attributes:
|
||||
* @self: a `GtkInscription`
|
||||
* @attrs: (nullable): a [struct@Pango.AttrList]
|
||||
*
|
||||
@ -1194,7 +1194,7 @@ gtk_inscription_set_attributes (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_attributes: (attributes org.gtk.Method.get_property=attributes)
|
||||
* gtk_inscription_get_attributes:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Gets the inscription's attribute list.
|
||||
@ -1212,7 +1212,7 @@ gtk_inscription_get_attributes (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_text_overflow: (attributes org.gtk.Method.set_property=text-overflow)
|
||||
* gtk_inscription_set_text_overflow:
|
||||
* @self: a `GtkInscription`
|
||||
* @overflow: the overflow method to use
|
||||
*
|
||||
@ -1256,7 +1256,7 @@ gtk_inscription_set_text_overflow (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_text_overflow: (attributes org.gtk.Method.get_property=text-overflow)
|
||||
* gtk_inscription_get_text_overflow:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Gets the inscription's overflow method.
|
||||
@ -1274,7 +1274,7 @@ gtk_inscription_get_text_overflow (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_wrap_mode: (attributes org.gtk.Method.set_property=wrap-mode)
|
||||
* gtk_inscription_set_wrap_mode:
|
||||
* @self: a `GtkInscription`
|
||||
* @wrap_mode: the line wrapping mode
|
||||
*
|
||||
@ -1299,7 +1299,7 @@ gtk_inscription_set_wrap_mode (GtkInscription *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_get_wrap_mode: (attributes org.gtk.Method.get_property=wrap-mode)
|
||||
* gtk_inscription_get_wrap_mode:
|
||||
* @self: a `GtkInscription`
|
||||
*
|
||||
* Returns line wrap mode used by the inscription.
|
||||
@ -1319,7 +1319,7 @@ gtk_inscription_get_wrap_mode (GtkInscription *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_inscription_set_markup: (attributes org.gtk.Method.set_property=markup)
|
||||
* gtk_inscription_set_markup:
|
||||
* @self: a `GtkInscription`
|
||||
* @markup: (nullable): The markup to display
|
||||
*
|
||||
|
@ -3109,7 +3109,7 @@ label_mnemonic_widget_weak_notify (gpointer data,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_mnemonic_widget: (attributes org.gtk.Method.set_property=mnemonic-widget)
|
||||
* gtk_label_set_mnemonic_widget:
|
||||
* @self: a `GtkLabel`
|
||||
* @widget: (nullable): the target `GtkWidget`, or %NULL to unset
|
||||
*
|
||||
@ -3161,7 +3161,7 @@ gtk_label_set_mnemonic_widget (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_mnemonic_widget: (attributes org.gtk.Method.get_property=mnemonic-widget)
|
||||
* gtk_label_get_mnemonic_widget:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Retrieves the target of the mnemonic (keyboard shortcut) of this
|
||||
@ -3181,7 +3181,7 @@ gtk_label_get_mnemonic_widget (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_mnemonic_keyval: (attributes org.gtk.Method.get_property=mnemonic-keyval)
|
||||
* gtk_label_get_mnemonic_keyval:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Return the mnemonic accelerator.
|
||||
@ -3350,7 +3350,7 @@ gtk_label_set_text (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_attributes: (attributes org.gtk.Method.set_property=attributes)
|
||||
* gtk_label_set_attributes:
|
||||
* @self: a `GtkLabel`
|
||||
* @attrs: (nullable): a [struct@Pango.AttrList]
|
||||
*
|
||||
@ -3386,7 +3386,7 @@ gtk_label_set_attributes (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_attributes: (attributes org.gtk.Method.get_property=attributes)
|
||||
* gtk_label_get_attributes:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Gets the label's attribute list.
|
||||
@ -3409,7 +3409,7 @@ gtk_label_get_attributes (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_label: (attributes org.gtk.Method.set_property=label)
|
||||
* gtk_label_set_label:
|
||||
* @self: a `GtkLabel`
|
||||
* @str: the new text to set for the label
|
||||
*
|
||||
@ -3434,7 +3434,7 @@ gtk_label_set_label (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_label: (attributes org.gtk.Method.get_property=label)
|
||||
* gtk_label_get_label:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Fetches the text from a label.
|
||||
@ -4015,7 +4015,7 @@ gtk_label_get_text (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_justify: (attributes org.gtk.Method.set_property=justify)
|
||||
* gtk_label_set_justify:
|
||||
* @self: a `GtkLabel`
|
||||
* @jtype: a `GtkJustification`
|
||||
*
|
||||
@ -4048,7 +4048,7 @@ gtk_label_set_justify (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_justify: (attributes org.gtk.Method.get_property=justify)
|
||||
* gtk_label_get_justify:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Returns the justification of the label.
|
||||
@ -4066,7 +4066,7 @@ gtk_label_get_justify (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_ellipsize: (attributes org.gtk.Method.set_property=ellipsize)
|
||||
* gtk_label_set_ellipsize:
|
||||
* @self: a `GtkLabel`
|
||||
* @mode: a `PangoEllipsizeMode`
|
||||
*
|
||||
@ -4095,7 +4095,7 @@ gtk_label_set_ellipsize (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_ellipsize: (attributes org.gtk.Method.get_property=ellipsize)
|
||||
* gtk_label_get_ellipsize:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Returns the ellipsizing position of the label.
|
||||
@ -4113,7 +4113,7 @@ gtk_label_get_ellipsize (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_width_chars: (attributes org.gtk.Method.set_property=width-chars)
|
||||
* gtk_label_set_width_chars:
|
||||
* @self: a `GtkLabel`
|
||||
* @n_chars: the new desired width, in characters.
|
||||
*
|
||||
@ -4134,7 +4134,7 @@ gtk_label_set_width_chars (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_width_chars: (attributes org.gtk.Method.get_property=width-chars)
|
||||
* gtk_label_get_width_chars:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Retrieves the desired width of @label, in characters.
|
||||
@ -4152,7 +4152,7 @@ gtk_label_get_width_chars (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_max_width_chars: (attributes org.gtk.Method.set_property=max-width-chars)
|
||||
* gtk_label_set_max_width_chars:
|
||||
* @self: a `GtkLabel`
|
||||
* @n_chars: the new desired maximum width, in characters.
|
||||
*
|
||||
@ -4174,7 +4174,7 @@ gtk_label_set_max_width_chars (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_max_width_chars: (attributes org.gtk.Method.get_property=max-width-chars)
|
||||
* gtk_label_get_max_width_chars:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Retrieves the desired maximum width of @label, in characters.
|
||||
@ -4192,7 +4192,7 @@ gtk_label_get_max_width_chars (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_wrap: (attributes org.gtk.Method.set_property=wrap)
|
||||
* gtk_label_set_wrap:
|
||||
* @self: a `GtkLabel`
|
||||
* @wrap: the setting
|
||||
*
|
||||
@ -4227,7 +4227,7 @@ gtk_label_set_wrap (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_wrap: (attributes org.gtk.Method.get_property=wrap)
|
||||
* gtk_label_get_wrap:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Returns whether lines in the label are automatically wrapped.
|
||||
@ -4245,7 +4245,7 @@ gtk_label_get_wrap (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_wrap_mode: (attributes org.gtk.Method.set_property=wrap-mode)
|
||||
* gtk_label_set_wrap_mode:
|
||||
* @self: a `GtkLabel`
|
||||
* @wrap_mode: the line wrapping mode
|
||||
*
|
||||
@ -4274,7 +4274,7 @@ gtk_label_set_wrap_mode (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_wrap_mode: (attributes org.gtk.Method.get_property=wrap-mode)
|
||||
* gtk_label_get_wrap_mode:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Returns line wrap mode used by the label.
|
||||
@ -4292,7 +4292,7 @@ gtk_label_get_wrap_mode (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_natural_wrap_mode: (attributes org.gtk.Method.set_property=natural-wrap-mode)
|
||||
* gtk_label_set_natural_wrap_mode:
|
||||
* @self: a `GtkLabel`
|
||||
* @wrap_mode: the line wrapping mode
|
||||
*
|
||||
@ -4319,7 +4319,7 @@ gtk_label_set_natural_wrap_mode (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_natural_wrap_mode: (attributes org.gtk.Method.get_property=natural-wrap-mode)
|
||||
* gtk_label_get_natural_wrap_mode:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Returns line wrap mode used by the label.
|
||||
@ -5106,7 +5106,7 @@ gtk_label_clear_provider_info (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_selectable: (attributes org.gtk.Method.set_property=selectable)
|
||||
* gtk_label_set_selectable:
|
||||
* @self: a `GtkLabel`
|
||||
* @setting: %TRUE to allow selecting text in the label
|
||||
*
|
||||
@ -5160,7 +5160,7 @@ gtk_label_set_selectable (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_selectable: (attributes org.gtk.Method.get_property=selectable)
|
||||
* gtk_label_get_selectable:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Returns whether the label is selectable.
|
||||
@ -5451,7 +5451,7 @@ gtk_label_get_layout_offsets (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_use_markup: (attributes org.gtk.Method.set_property=use-markup)
|
||||
* gtk_label_set_use_markup:
|
||||
* @self: a `GtkLabel`
|
||||
* @setting: %TRUE if the label’s text should be parsed for markup.
|
||||
*
|
||||
@ -5474,7 +5474,7 @@ gtk_label_set_use_markup (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_use_markup: (attributes org.gtk.Method.get_property=use-markup)
|
||||
* gtk_label_get_use_markup:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Returns whether the label’s text is interpreted as Pango markup.
|
||||
@ -5492,7 +5492,7 @@ gtk_label_get_use_markup (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_use_underline: (attributes org.gtk.Method.set_property=use-underline)
|
||||
* gtk_label_set_use_underline:
|
||||
* @self: a `GtkLabel`
|
||||
* @setting: %TRUE if underlines in the text indicate mnemonics
|
||||
*
|
||||
@ -5513,7 +5513,7 @@ gtk_label_set_use_underline (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_use_underline: (attributes org.gtk.Method.get_property=use-underline)
|
||||
* gtk_label_get_use_underline:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Returns whether an embedded underlines in the label indicate mnemonics.
|
||||
@ -5532,7 +5532,7 @@ gtk_label_get_use_underline (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_single_line_mode: (attributes org.gtk.Method.set_property=single-line-mode)
|
||||
* gtk_label_set_single_line_mode:
|
||||
* @self: a `GtkLabel`
|
||||
* @single_line_mode: %TRUE if the label should be in single line mode
|
||||
*
|
||||
@ -5558,7 +5558,7 @@ gtk_label_set_single_line_mode (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_single_line_mode: (attributes org.gtk.Method.get_property=single-line-mode)
|
||||
* gtk_label_get_single_line_mode:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Returns whether the label is in single line mode.
|
||||
@ -6012,7 +6012,7 @@ _gtk_label_get_selection_bound (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_lines: (attributes org.gtk.Method.set_property=lines)
|
||||
* gtk_label_set_lines:
|
||||
* @self: a `GtkLabel`
|
||||
* @lines: the desired number of lines, or -1
|
||||
*
|
||||
@ -6038,7 +6038,7 @@ gtk_label_set_lines (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_lines: (attributes org.gtk.Method.get_property=lines)
|
||||
* gtk_label_get_lines:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Gets the number of lines to which an ellipsized, wrapping
|
||||
@ -6057,7 +6057,7 @@ gtk_label_get_lines (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_xalign: (attributes org.gtk.Method.set_property=xalign)
|
||||
* gtk_label_set_xalign:
|
||||
* @self: a `GtkLabel`
|
||||
* @xalign: the new xalign value, between 0 and 1
|
||||
*
|
||||
@ -6083,7 +6083,7 @@ gtk_label_set_xalign (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_xalign: (attributes org.gtk.Method.get_property=xalign)
|
||||
* gtk_label_get_xalign:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Gets the `xalign` of the label.
|
||||
@ -6101,7 +6101,7 @@ gtk_label_get_xalign (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_yalign: (attributes org.gtk.Method.set_property=yalign)
|
||||
* gtk_label_set_yalign:
|
||||
* @self: a `GtkLabel`
|
||||
* @yalign: the new yalign value, between 0 and 1
|
||||
*
|
||||
@ -6127,7 +6127,7 @@ gtk_label_set_yalign (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_yalign: (attributes org.gtk.Method.get_property=yalign)
|
||||
* gtk_label_get_yalign:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Gets the `yalign` of the label.
|
||||
@ -6145,7 +6145,7 @@ gtk_label_get_yalign (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_extra_menu: (attributes org.gtk.Method.set_property=extra-menu)
|
||||
* gtk_label_set_extra_menu:
|
||||
* @self: a `GtkLabel`
|
||||
* @model: (nullable): a `GMenuModel`
|
||||
*
|
||||
@ -6166,7 +6166,7 @@ gtk_label_set_extra_menu (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_extra_menu: (attributes org.gtk.Method.get_property=extra-menu)
|
||||
* gtk_label_get_extra_menu:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Gets the extra menu model of @label.
|
||||
@ -6184,7 +6184,7 @@ gtk_label_get_extra_menu (GtkLabel *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_set_tabs: (attributes org.gtk.Method.set_property=tabs)
|
||||
* gtk_label_set_tabs:
|
||||
* @self: a `GtkLabel`
|
||||
* @tabs: (nullable): tabs as a `PangoTabArray`
|
||||
*
|
||||
@ -6211,7 +6211,7 @@ gtk_label_set_tabs (GtkLabel *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_label_get_tabs: (attributes org.gtk.Method.get_property=tabs)
|
||||
* gtk_label_get_tabs:
|
||||
* @self: a `GtkLabel`
|
||||
*
|
||||
* Gets the tabs for @self.
|
||||
|
@ -148,7 +148,7 @@ gtk_layout_child_init (GtkLayoutChild *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_layout_child_get_layout_manager: (attributes org.gtk.Method.get_property=layout-manager)
|
||||
* gtk_layout_child_get_layout_manager:
|
||||
* @layout_child: a `GtkLayoutChild`
|
||||
*
|
||||
* Retrieves the `GtkLayoutManager` instance that created the
|
||||
@ -167,7 +167,7 @@ gtk_layout_child_get_layout_manager (GtkLayoutChild *layout_child)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_layout_child_get_child_widget: (attributes org.gtk.Method.get_property=child-widget)
|
||||
* gtk_layout_child_get_child_widget:
|
||||
* @layout_child: a `GtkLayoutChild`
|
||||
*
|
||||
* Retrieves the `GtkWidget` associated to the given @layout_child.
|
||||
|
@ -1098,7 +1098,7 @@ gtk_level_bar_new_for_interval (double min_value,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_get_min_value: (attributes org.gtk.Method.get_property=min-value)
|
||||
* gtk_level_bar_get_min_value:
|
||||
* @self: a `GtkLevelBar`
|
||||
*
|
||||
* Returns the `min-value` of the `GtkLevelBar`.
|
||||
@ -1114,7 +1114,7 @@ gtk_level_bar_get_min_value (GtkLevelBar *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_get_max_value: (attributes org.gtk.Method.get_property=max-value)
|
||||
* gtk_level_bar_get_max_value:
|
||||
* @self: a `GtkLevelBar`
|
||||
*
|
||||
* Returns the `max-value` of the `GtkLevelBar`.
|
||||
@ -1130,7 +1130,7 @@ gtk_level_bar_get_max_value (GtkLevelBar *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_get_value: (attributes org.gtk.Method.get_property=value)
|
||||
* gtk_level_bar_get_value:
|
||||
* @self: a `GtkLevelBar`
|
||||
*
|
||||
* Returns the `value` of the `GtkLevelBar`.
|
||||
@ -1158,7 +1158,7 @@ gtk_level_bar_set_value_internal (GtkLevelBar *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_set_min_value: (attributes org.gtk.Method.set_property=min-value)
|
||||
* gtk_level_bar_set_min_value:
|
||||
* @self: a `GtkLevelBar`
|
||||
* @value: a positive value
|
||||
*
|
||||
@ -1194,7 +1194,7 @@ gtk_level_bar_set_min_value (GtkLevelBar *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_set_max_value: (attributes org.gtk.Method.set_property=max-value)
|
||||
* gtk_level_bar_set_max_value:
|
||||
* @self: a `GtkLevelBar`
|
||||
* @value: a positive value
|
||||
*
|
||||
@ -1231,7 +1231,7 @@ gtk_level_bar_set_max_value (GtkLevelBar *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_set_value: (attributes org.gtk.Method.set_property=value)
|
||||
* gtk_level_bar_set_value:
|
||||
* @self: a `GtkLevelBar`
|
||||
* @value: a value in the interval between
|
||||
* [property@Gtk.LevelBar:min-value] and [property@Gtk.LevelBar:max-value]
|
||||
@ -1256,7 +1256,7 @@ gtk_level_bar_set_value (GtkLevelBar *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_get_mode: (attributes org.gtk.Method.get_property=mode)
|
||||
* gtk_level_bar_get_mode:
|
||||
* @self: a `GtkLevelBar`
|
||||
*
|
||||
* Returns the `mode` of the `GtkLevelBar`.
|
||||
@ -1272,7 +1272,7 @@ gtk_level_bar_get_mode (GtkLevelBar *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_set_mode: (attributes org.gtk.Method.set_property=mode)
|
||||
* gtk_level_bar_set_mode:
|
||||
* @self: a `GtkLevelBar`
|
||||
* @mode: a `GtkLevelBarMode`
|
||||
*
|
||||
@ -1298,7 +1298,7 @@ gtk_level_bar_set_mode (GtkLevelBar *self,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_get_inverted: (attributes org.gtk.Method.get_property=inverted)
|
||||
* gtk_level_bar_get_inverted:
|
||||
* @self: a `GtkLevelBar`
|
||||
*
|
||||
* Returns whether the levelbar is inverted.
|
||||
@ -1314,7 +1314,7 @@ gtk_level_bar_get_inverted (GtkLevelBar *self)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_level_bar_set_inverted: (attributes org.gtk.Method.set_property=inverted)
|
||||
* gtk_level_bar_set_inverted:
|
||||
* @self: a `GtkLevelBar`
|
||||
* @inverted: %TRUE to invert the level bar
|
||||
*
|
||||
|
@ -670,7 +670,7 @@ gtk_link_button_query_tooltip_cb (GtkWidget *widget,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_link_button_set_uri: (attributes org.gtk.Method.set_property=uri)
|
||||
* gtk_link_button_set_uri:
|
||||
* @link_button: a `GtkLinkButton`
|
||||
* @uri: a valid URI
|
||||
*
|
||||
@ -694,7 +694,7 @@ gtk_link_button_set_uri (GtkLinkButton *link_button,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_link_button_get_uri: (attributes org.gtk.Method.get_property=uri)
|
||||
* gtk_link_button_get_uri:
|
||||
* @link_button: a `GtkLinkButton`
|
||||
*
|
||||
* Retrieves the URI of the `GtkLinkButton`.
|
||||
@ -711,7 +711,7 @@ gtk_link_button_get_uri (GtkLinkButton *link_button)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_link_button_set_visited: (attributes org.gtk.Method.set_property=visited)
|
||||
* gtk_link_button_set_visited:
|
||||
* @link_button: a `GtkLinkButton`
|
||||
* @visited: the new “visited” state
|
||||
*
|
||||
@ -751,7 +751,7 @@ gtk_link_button_set_visited (GtkLinkButton *link_button,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_link_button_get_visited: (attributes org.gtk.Method.get_property=visited)
|
||||
* gtk_link_button_get_visited:
|
||||
* @link_button: a `GtkLinkButton`
|
||||
*
|
||||
* Retrieves the “visited” state of the `GtkLinkButton`.
|
||||
|
@ -1181,7 +1181,7 @@ gtk_list_box_parent_cb (GObject *object,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_set_selection_mode: (attributes org.gtk.Method.set_property=selection-mode)
|
||||
* gtk_list_box_set_selection_mode:
|
||||
* @box: a `GtkListBox`
|
||||
* @mode: The `GtkSelectionMode`
|
||||
*
|
||||
@ -1220,7 +1220,7 @@ gtk_list_box_set_selection_mode (GtkListBox *box,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_get_selection_mode: (attributes org.gtk.Method.get_property=selection-mode)
|
||||
* gtk_list_box_get_selection_mode:
|
||||
* @box: a `GtkListBox`
|
||||
*
|
||||
* Gets the selection mode of the listbox.
|
||||
@ -1502,7 +1502,7 @@ gtk_list_box_got_row_changed (GtkListBox *box,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_set_activate_on_single_click: (attributes org.gtk.Method.set_property=activate-on-single-click)
|
||||
* gtk_list_box_set_activate_on_single_click:
|
||||
* @box: a `GtkListBox`
|
||||
* @single: a boolean
|
||||
*
|
||||
@ -1526,7 +1526,7 @@ gtk_list_box_set_activate_on_single_click (GtkListBox *box,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_get_activate_on_single_click: (attributes org.gtk.Method.get_property=activate-on-single-click)
|
||||
* gtk_list_box_get_activate_on_single_click:
|
||||
* @box: a `GtkListBox`
|
||||
*
|
||||
* Returns whether rows activate on single clicks.
|
||||
@ -3029,7 +3029,7 @@ gtk_list_box_row_new (void)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_row_set_child: (attributes org.gtk.Method.set_property=child)
|
||||
* gtk_list_box_row_set_child:
|
||||
* @row: a `GtkListBoxRow`
|
||||
* @child: (nullable): the child widget
|
||||
*
|
||||
@ -3057,7 +3057,7 @@ gtk_list_box_row_set_child (GtkListBoxRow *row,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_row_get_child: (attributes org.gtk.Method.get_property=child)
|
||||
* gtk_list_box_row_get_child:
|
||||
* @row: a `GtkListBoxRow`
|
||||
*
|
||||
* Gets the child widget of @row.
|
||||
@ -3350,7 +3350,7 @@ gtk_list_box_update_row_styles (GtkListBox *box)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_row_set_activatable: (attributes org.gtk.Method.set_property=activatable)
|
||||
* gtk_list_box_row_set_activatable:
|
||||
* @row: a `GtkListBoxRow`
|
||||
* @activatable: %TRUE to mark the row as activatable
|
||||
*
|
||||
@ -3374,7 +3374,7 @@ gtk_list_box_row_set_activatable (GtkListBoxRow *row,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_row_get_activatable: (attributes org.gtk.Method.get_property=activatable)
|
||||
* gtk_list_box_row_get_activatable:
|
||||
* @row: a `GtkListBoxRow`
|
||||
*
|
||||
* Gets whether the row is activatable.
|
||||
@ -3390,7 +3390,7 @@ gtk_list_box_row_get_activatable (GtkListBoxRow *row)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_row_set_selectable: (attributes org.gtk.Method.set_property=selectable)
|
||||
* gtk_list_box_row_set_selectable:
|
||||
* @row: a `GtkListBoxRow`
|
||||
* @selectable: %TRUE to mark the row as selectable
|
||||
*
|
||||
@ -3426,7 +3426,7 @@ gtk_list_box_row_set_selectable (GtkListBoxRow *row,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_row_get_selectable: (attributes org.gtk.Method.get_property=selectable)
|
||||
* gtk_list_box_row_get_selectable:
|
||||
* @row: a `GtkListBoxRow`
|
||||
*
|
||||
* Gets whether the row can be selected.
|
||||
@ -3828,7 +3828,7 @@ gtk_list_box_bind_model (GtkListBox *box,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_set_show_separators: (attributes org.gtk.Method.set_property=show-separators)
|
||||
* gtk_list_box_set_show_separators:
|
||||
* @box: a `GtkListBox`
|
||||
* @show_separators: %TRUE to show separators
|
||||
*
|
||||
@ -3855,7 +3855,7 @@ gtk_list_box_set_show_separators (GtkListBox *box,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_get_show_separators: (attributes org.gtk.Method.get_property=show-separators)
|
||||
* gtk_list_box_get_show_separators:
|
||||
* @box: a `GtkListBox`
|
||||
*
|
||||
* Returns whether the list box should show separators
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user