diff --git a/gdk/gdkapplaunchcontext.c b/gdk/gdkapplaunchcontext.c index 0a6ed3dbe5..5c2e62b501 100644 --- a/gdk/gdkapplaunchcontext.c +++ b/gdk/gdkapplaunchcontext.c @@ -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. diff --git a/gdk/gdkclipboard.c b/gdk/gdkclipboard.c index 8ad989074d..15de331d8f 100644 --- a/gdk/gdkclipboard.c +++ b/gdk/gdkclipboard.c @@ -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. diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index 6f428d6672..4762a26209 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -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. diff --git a/gdk/gdkdevice.c b/gdk/gdkdevice.c index 696922141d..88bce31b95 100644 --- a/gdk/gdkdevice.c +++ b/gdk/gdkdevice.c @@ -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 diff --git a/gdk/gdkdevicetool.c b/gdk/gdkdevicetool.c index f60432a93b..4c5d25e819 100644 --- a/gdk/gdkdevicetool.c +++ b/gdk/gdkdevicetool.c @@ -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. diff --git a/gdk/gdkdisplaymanager.c b/gdk/gdkdisplaymanager.c index cbd3800a70..a9ebe06c28 100644 --- a/gdk/gdkdisplaymanager.c +++ b/gdk/gdkdisplaymanager.c @@ -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`. diff --git a/gdk/gdkdmabuftexturebuilder.c b/gdk/gdkdmabuftexturebuilder.c index 61494767d1..5ab60d51f4 100644 --- a/gdk/gdkdmabuftexturebuilder.c +++ b/gdk/gdkdmabuftexturebuilder.c @@ -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 * diff --git a/gdk/gdkdrag.c b/gdk/gdkdrag.c index 6a8b22b729..67d50ee7f0 100644 --- a/gdk/gdkdrag.c +++ b/gdk/gdkdrag.c @@ -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. diff --git a/gdk/gdkdrawcontext.c b/gdk/gdkdrawcontext.c index e6db7dc09c..f73092e384 100644 --- a/gdk/gdkdrawcontext.c +++ b/gdk/gdkdrawcontext.c @@ -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. diff --git a/gdk/gdkdrop.c b/gdk/gdkdrop.c index 939503a28f..39bdafb7b7 100644 --- a/gdk/gdkdrop.c +++ b/gdk/gdkdrop.c @@ -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` diff --git a/gdk/gdkglcontext.c b/gdk/gdkglcontext.c index 7c989ccd54..f2a8be1325 100644 --- a/gdk/gdkglcontext.c +++ b/gdk/gdkglcontext.c @@ -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. diff --git a/gdk/gdkgltexturebuilder.c b/gdk/gdkgltexturebuilder.c index 048037c0b2..0f83086204 100644 --- a/gdk/gdkgltexturebuilder.c +++ b/gdk/gdkgltexturebuilder.c @@ -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 * diff --git a/gdk/gdkmemorytexturebuilder.c b/gdk/gdkmemorytexturebuilder.c index 84115365b2..424b767180 100644 --- a/gdk/gdkmemorytexturebuilder.c +++ b/gdk/gdkmemorytexturebuilder.c @@ -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 * diff --git a/gdk/gdkmonitor.c b/gdk/gdkmonitor.c index e39b3eeae7..5acddfcada 100644 --- a/gdk/gdkmonitor.c +++ b/gdk/gdkmonitor.c @@ -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. diff --git a/gdk/gdkpopup.c b/gdk/gdkpopup.c index c6778784a3..7df023f9c1 100644 --- a/gdk/gdkpopup.c +++ b/gdk/gdkpopup.c @@ -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. diff --git a/gdk/gdkseat.c b/gdk/gdkseat.c index fbb2ad662a..d9d0589564 100644 --- a/gdk/gdkseat.c +++ b/gdk/gdkseat.c @@ -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. diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c index 301cd23096..2d18d82bcb 100644 --- a/gdk/gdksurface.c +++ b/gdk/gdksurface.c @@ -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 diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c index 3bdf7b55bd..876d09553e 100644 --- a/gdk/gdktexture.c +++ b/gdk/gdktexture.c @@ -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. diff --git a/gdk/gdktoplevel.c b/gdk/gdktoplevel.c index e2348af4be..3e47560a76 100644 --- a/gdk/gdktoplevel.c +++ b/gdk/gdktoplevel.c @@ -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 * diff --git a/gdk/macos/gdkmacossurface.c b/gdk/macos/gdkmacossurface.c index 625e251d95..62f1b22593 100644 --- a/gdk/macos/gdkmacossurface.c +++ b/gdk/macos/gdkmacossurface.c @@ -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. diff --git a/gsk/gskglshader.c b/gsk/gskglshader.c index 24e405d896..35fef22485 100644 --- a/gsk/gskglshader.c +++ b/gsk/gskglshader.c @@ -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 diff --git a/gsk/gskrenderer.c b/gsk/gskrenderer.c index 37cf572af0..8260727dd8 100644 --- a/gsk/gskrenderer.c +++ b/gsk/gskrenderer.c @@ -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(). diff --git a/gtk/deprecated/gtkappchooser.c b/gtk/deprecated/gtkappchooser.c index 7746831034..ae4fc3663a 100644 --- a/gtk/deprecated/gtkappchooser.c +++ b/gtk/deprecated/gtkappchooser.c @@ -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` diff --git a/gtk/deprecated/gtkappchooserbutton.c b/gtk/deprecated/gtkappchooserbutton.c index b8ac976aff..00c995c1aa 100644 --- a/gtk/deprecated/gtkappchooserbutton.c +++ b/gtk/deprecated/gtkappchooserbutton.c @@ -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. diff --git a/gtk/deprecated/gtkappchooserdialog.c b/gtk/deprecated/gtkappchooserdialog.c index 20e3999019..71a74461da 100644 --- a/gtk/deprecated/gtkappchooserdialog.c +++ b/gtk/deprecated/gtkappchooserdialog.c @@ -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. diff --git a/gtk/deprecated/gtkappchooserwidget.c b/gtk/deprecated/gtkappchooserwidget.c index d262c7c5c6..ca3fc56906 100644 --- a/gtk/deprecated/gtkappchooserwidget.c +++ b/gtk/deprecated/gtkappchooserwidget.c @@ -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 diff --git a/gtk/deprecated/gtkcolorbutton.c b/gtk/deprecated/gtkcolorbutton.c index ace49eff95..eceb1266f6 100644 --- a/gtk/deprecated/gtkcolorbutton.c +++ b/gtk/deprecated/gtkcolorbutton.c @@ -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. diff --git a/gtk/deprecated/gtkcolorchooser.c b/gtk/deprecated/gtkcolorchooser.c index 496c4960e8..ec4945476c 100644 --- a/gtk/deprecated/gtkcolorchooser.c +++ b/gtk/deprecated/gtkcolorchooser.c @@ -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 * diff --git a/gtk/deprecated/gtkcombobox.c b/gtk/deprecated/gtkcombobox.c index 9dd6d0ce59..e6bdc59a25 100644 --- a/gtk/deprecated/gtkcombobox.c +++ b/gtk/deprecated/gtkcombobox.c @@ -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. diff --git a/gtk/deprecated/gtkentrycompletion.c b/gtk/deprecated/gtkentrycompletion.c index af215dca81..1b3995c74d 100644 --- a/gtk/deprecated/gtkentrycompletion.c +++ b/gtk/deprecated/gtkentrycompletion.c @@ -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. diff --git a/gtk/deprecated/gtkfilechooser.c b/gtk/deprecated/gtkfilechooser.c index 211dfd8d70..c54cc8790f 100644 --- a/gtk/deprecated/gtkfilechooser.c +++ b/gtk/deprecated/gtkfilechooser.c @@ -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. diff --git a/gtk/deprecated/gtkfontbutton.c b/gtk/deprecated/gtkfontbutton.c index 23326e3e59..d324dec6b9 100644 --- a/gtk/deprecated/gtkfontbutton.c +++ b/gtk/deprecated/gtkfontbutton.c @@ -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. diff --git a/gtk/deprecated/gtkfontchooser.c b/gtk/deprecated/gtkfontchooser.c index d7369eeb3e..2307b76a25 100644 --- a/gtk/deprecated/gtkfontchooser.c +++ b/gtk/deprecated/gtkfontchooser.c @@ -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 * diff --git a/gtk/deprecated/gtkinfobar.c b/gtk/deprecated/gtkinfobar.c index a0f7f38967..5f62f191af 100644 --- a/gtk/deprecated/gtkinfobar.c +++ b/gtk/deprecated/gtkinfobar.c @@ -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. diff --git a/gtk/deprecated/gtklockbutton.c b/gtk/deprecated/gtklockbutton.c index 0b15c1ce9d..977adc7369 100644 --- a/gtk/deprecated/gtklockbutton.c +++ b/gtk/deprecated/gtklockbutton.c @@ -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 * diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index d0eec9326d..3b78350307 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -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. diff --git a/gtk/gtkactionbar.c b/gtk/gtkactionbar.c index a9edd85402..72dad1cff2 100644 --- a/gtk/gtkactionbar.c +++ b/gtk/gtkactionbar.c @@ -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. diff --git a/gtk/gtkadjustment.c b/gtk/gtkadjustment.c index 8aeb03b4f9..582b8e3e82 100644 --- a/gtk/gtkadjustment.c +++ b/gtk/gtkadjustment.c @@ -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 * diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 8d2813f3de..03b7bc4c6a 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -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 diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index 202aaef79e..adf221c911 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -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 * diff --git a/gtk/gtkaspectframe.c b/gtk/gtkaspectframe.c index 4e1018e8da..36791c0141 100644 --- a/gtk/gtkaspectframe.c +++ b/gtk/gtkaspectframe.c @@ -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. diff --git a/gtk/gtkatcontext.c b/gtk/gtkatcontext.c index d94741d161..78c76f0fa0 100644 --- a/gtk/gtkatcontext.c +++ b/gtk/gtkatcontext.c @@ -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. diff --git a/gtk/gtkbookmarklist.c b/gtk/gtkbookmarklist.c index bf4b02d955..c76d3a0cf3 100644 --- a/gtk/gtkbookmarklist.c +++ b/gtk/gtkbookmarklist.c @@ -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. diff --git a/gtk/gtkboolfilter.c b/gtk/gtkboolfilter.c index 854a0f1bf4..b35ebeda18 100644 --- a/gtk/gtkboolfilter.c +++ b/gtk/gtkboolfilter.c @@ -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 * diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index e83b262476..8215621310 100644 --- a/gtk/gtkbox.c +++ b/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(). diff --git a/gtk/gtkboxlayout.c b/gtk/gtkboxlayout.c index f1dc93f071..4b55bcd724 100644 --- a/gtk/gtkboxlayout.c +++ b/gtk/gtkboxlayout.c @@ -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 * diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 3c605b05f2..eaa3cce57d 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -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 * diff --git a/gtk/gtkbuilderlistitemfactory.c b/gtk/gtkbuilderlistitemfactory.c index 17c5299936..007972dfb9 100644 --- a/gtk/gtkbuilderlistitemfactory.c +++ b/gtk/gtkbuilderlistitemfactory.c @@ -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. diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 6e40d3fb7d..9ba167ee88 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -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. diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index bb6dd0beaa..e11f5cb77e 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -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 diff --git a/gtk/gtkcenterbox.c b/gtk/gtkcenterbox.c index 3e7386aaae..6fbd62156b 100644 --- a/gtk/gtkcenterbox.c +++ b/gtk/gtkcenterbox.c @@ -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. diff --git a/gtk/gtkcenterlayout.c b/gtk/gtkcenterlayout.c index 0e35cd6b72..fe744b1e75 100644 --- a/gtk/gtkcenterlayout.c +++ b/gtk/gtkcenterlayout.c @@ -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. diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index 23c2ebc6d7..9309a85e42 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -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. diff --git a/gtk/gtkcolumnview.c b/gtk/gtkcolumnview.c index 7c1162b3ce..b41e5cf8f5 100644 --- a/gtk/gtkcolumnview.c +++ b/gtk/gtkcolumnview.c @@ -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 Tab 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 * diff --git a/gtk/gtkcolumnviewcell.c b/gtk/gtkcolumnviewcell.c index 023c5f5756..544bac2968 100644 --- a/gtk/gtkcolumnviewcell.c +++ b/gtk/gtkcolumnviewcell.c @@ -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 * diff --git a/gtk/gtkcolumnviewcolumn.c b/gtk/gtkcolumnviewcolumn.c index d6bd50739d..ddba176819 100644 --- a/gtk/gtkcolumnviewcolumn.c +++ b/gtk/gtkcolumnviewcolumn.c @@ -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(). diff --git a/gtk/gtkcolumnviewrow.c b/gtk/gtkcolumnviewrow.c index d5fff4af18..707f1a2902 100644 --- a/gtk/gtkcolumnviewrow.c +++ b/gtk/gtkcolumnviewrow.c @@ -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 * diff --git a/gtk/gtkconstraint.c b/gtk/gtkconstraint.c index 519834fc76..7e31b8d35b 100644 --- a/gtk/gtkconstraint.c +++ b/gtk/gtkconstraint.c @@ -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. diff --git a/gtk/gtkconstraintguide.c b/gtk/gtkconstraintguide.c index 98418fa46e..72319954a3 100644 --- a/gtk/gtkconstraintguide.c +++ b/gtk/gtkconstraintguide.c @@ -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 * diff --git a/gtk/gtkdirectorylist.c b/gtk/gtkdirectorylist.c index 7077553fb2..bb5f779543 100644 --- a/gtk/gtkdirectorylist.c +++ b/gtk/gtkdirectorylist.c @@ -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 diff --git a/gtk/gtkdragicon.c b/gtk/gtkdragicon.c index 9c23d4cdfc..7827ee0ae7 100644 --- a/gtk/gtkdragicon.c +++ b/gtk/gtkdragicon.c @@ -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. diff --git a/gtk/gtkdragsource.c b/gtk/gtkdragsource.c index b86b3b7f61..777843d413 100644 --- a/gtk/gtkdragsource.c +++ b/gtk/gtkdragsource.c @@ -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 * diff --git a/gtk/gtkdrawingarea.c b/gtk/gtkdrawingarea.c index 9017ec6569..c5cad6e529 100644 --- a/gtk/gtkdrawingarea.c +++ b/gtk/gtkdrawingarea.c @@ -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`. diff --git a/gtk/gtkdropcontrollermotion.c b/gtk/gtkdropcontrollermotion.c index b9dcef0a14..5cdafac8c3 100644 --- a/gtk/gtkdropcontrollermotion.c +++ b/gtk/gtkdropcontrollermotion.c @@ -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 diff --git a/gtk/gtkdropdown.c b/gtk/gtkdropdown.c index 030589337c..774c142fb6 100644 --- a/gtk/gtkdropdown.c +++ b/gtk/gtkdropdown.c @@ -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. diff --git a/gtk/gtkdroptarget.c b/gtk/gtkdroptarget.c index d0f96a0f91..d1bbc401f9 100644 --- a/gtk/gtkdroptarget.c +++ b/gtk/gtkdroptarget.c @@ -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`. diff --git a/gtk/gtkdroptargetasync.c b/gtk/gtkdroptargetasync.c index 2bc4686f94..dcd87482ca 100644 --- a/gtk/gtkdroptargetasync.c +++ b/gtk/gtkdroptargetasync.c @@ -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. diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c index 9b1dcf7150..84136471fa 100644 --- a/gtk/gtkeditable.c +++ b/gtk/gtkeditable.c @@ -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 * diff --git a/gtk/gtkeditablelabel.c b/gtk/gtkeditablelabel.c index 3e0c84657f..4f1c0f5582 100644 --- a/gtk/gtkeditablelabel.c +++ b/gtk/gtkeditablelabel.c @@ -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”. diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index a517c5bfa0..3672d88f4d 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -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(). diff --git a/gtk/gtkentrybuffer.c b/gtk/gtkentrybuffer.c index d58f83c491..8558444da9 100644 --- a/gtk/gtkentrybuffer.c +++ b/gtk/gtkentrybuffer.c @@ -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. diff --git a/gtk/gtkeventcontroller.c b/gtk/gtkeventcontroller.c index 2b4d8c088a..a46e1f8ce0 100644 --- a/gtk/gtkeventcontroller.c +++ b/gtk/gtkeventcontroller.c @@ -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 * diff --git a/gtk/gtkeventcontrollerfocus.c b/gtk/gtkeventcontrollerfocus.c index d46f0522fd..512895fe54 100644 --- a/gtk/gtkeventcontrollerfocus.c +++ b/gtk/gtkeventcontrollerfocus.c @@ -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. diff --git a/gtk/gtkeventcontrollermotion.c b/gtk/gtkeventcontrollermotion.c index 63919b31b8..12ab2738cf 100644 --- a/gtk/gtkeventcontrollermotion.c +++ b/gtk/gtkeventcontrollermotion.c @@ -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. diff --git a/gtk/gtkeventcontrollerscroll.c b/gtk/gtkeventcontrollerscroll.c index 07f68b95a2..7d6adce483 100644 --- a/gtk/gtkeventcontrollerscroll.c +++ b/gtk/gtkeventcontrollerscroll.c @@ -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. diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index fc00560032..20d4bf69ef 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -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. diff --git a/gtk/gtkfilechoosernative.c b/gtk/gtkfilechoosernative.c index 64a9e6e493..2c15b80255 100644 --- a/gtk/gtkfilechoosernative.c +++ b/gtk/gtkfilechoosernative.c @@ -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 * diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c index ba236b5d10..71f45efa4d 100644 --- a/gtk/gtkfilefilter.c +++ b/gtk/gtkfilefilter.c @@ -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. diff --git a/gtk/gtkfilterlistmodel.c b/gtk/gtkfilterlistmodel.c index b6960763ff..c7a78bf051 100644 --- a/gtk/gtkfilterlistmodel.c +++ b/gtk/gtkfilterlistmodel.c @@ -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. diff --git a/gtk/gtkfixedlayout.c b/gtk/gtkfixedlayout.c index 140864c30a..3371043e48 100644 --- a/gtk/gtkfixedlayout.c +++ b/gtk/gtkfixedlayout.c @@ -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` * diff --git a/gtk/gtkflattenlistmodel.c b/gtk/gtkflattenlistmodel.c index d5fbac1a1a..3f8d16928b 100644 --- a/gtk/gtkflattenlistmodel.c +++ b/gtk/gtkflattenlistmodel.c @@ -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(). diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index 5e6f7c5d43..585b54e11f 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -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. diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index 653cf85bc4..e47d327880 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -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. diff --git a/gtk/gtkgesturelongpress.c b/gtk/gtkgesturelongpress.c index 825de6749f..f5597abac1 100644 --- a/gtk/gtkgesturelongpress.c +++ b/gtk/gtkgesturelongpress.c @@ -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. diff --git a/gtk/gtkgesturepan.c b/gtk/gtkgesturepan.c index baff26686f..ae38b73c87 100644 --- a/gtk/gtkgesturepan.c +++ b/gtk/gtkgesturepan.c @@ -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 * diff --git a/gtk/gtkgesturesingle.c b/gtk/gtkgesturesingle.c index 3891650a64..72bb82affb 100644 --- a/gtk/gtkgesturesingle.c +++ b/gtk/gtkgesturesingle.c @@ -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 * diff --git a/gtk/gtkgesturestylus.c b/gtk/gtkgesturestylus.c index 66528a1746..5d34decd1e 100644 --- a/gtk/gtkgesturestylus.c +++ b/gtk/gtkgesturestylus.c @@ -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 * diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c index 8c03878b53..6cc12e6ff2 100644 --- a/gtk/gtkglarea.c +++ b/gtk/gtkglarea.c @@ -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 * diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c index 307ae7f8a2..4b157cd7e1 100644 --- a/gtk/gtkgrid.c +++ b/gtk/gtkgrid.c @@ -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. diff --git a/gtk/gtkgridlayout.c b/gtk/gtkgridlayout.c index 6364a93fc1..1d0fa38213 100644 --- a/gtk/gtkgridlayout.c +++ b/gtk/gtkgridlayout.c @@ -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(). diff --git a/gtk/gtkgridview.c b/gtk/gtkgridview.c index 10754963a8..e87f3ffa51 100644 --- a/gtk/gtkgridview.c +++ b/gtk/gtkgridview.c @@ -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 Tab key. diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c index 91351a32a4..5c8874401f 100644 --- a/gtk/gtkheaderbar.c +++ b/gtk/gtkheaderbar.c @@ -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`. diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index db8ca5f8cf..99cdc4b5e5 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -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. diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 53aa6e9adf..b60f6da6d6 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -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. diff --git a/gtk/gtkinscription.c b/gtk/gtkinscription.c index 3f6c84066d..1d4cd4cef7 100644 --- a/gtk/gtkinscription.c +++ b/gtk/gtkinscription.c @@ -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 * diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index d970912d2b..156f060626 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -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. diff --git a/gtk/gtklayoutchild.c b/gtk/gtklayoutchild.c index ea56212c29..f75f78e699 100644 --- a/gtk/gtklayoutchild.c +++ b/gtk/gtklayoutchild.c @@ -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. diff --git a/gtk/gtklevelbar.c b/gtk/gtklevelbar.c index 9e1ab3c323..06a1a9f258 100644 --- a/gtk/gtklevelbar.c +++ b/gtk/gtklevelbar.c @@ -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 * diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c index fef4aeae58..d0b35368eb 100644 --- a/gtk/gtklinkbutton.c +++ b/gtk/gtklinkbutton.c @@ -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`. diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index bfb8e002ab..47829ba0fb 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -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 diff --git a/gtk/gtklistheader.c b/gtk/gtklistheader.c index c1d35d6f8f..0729e0bb9d 100644 --- a/gtk/gtklistheader.c +++ b/gtk/gtklistheader.c @@ -227,7 +227,7 @@ gtk_list_header_do_notify (GtkListHeader *list_header, } /** - * gtk_list_header_get_item: (attributes org.gtk.Method.get_property=item) + * gtk_list_header_get_item: * @self: a `GtkListHeader` * * Gets the model item at the start of the section. @@ -252,7 +252,7 @@ gtk_list_header_get_item (GtkListHeader *self) } /** - * gtk_list_header_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_list_header_get_child: * @self: a `GtkListHeader` * * Gets the child previously set via gtk_list_header_set_child() or @@ -271,7 +271,7 @@ gtk_list_header_get_child (GtkListHeader *self) } /** - * gtk_list_header_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_list_header_set_child: * @self: a `GtkListHeader` * @child: (nullable): The list item's child or %NULL to unset * @@ -308,7 +308,7 @@ gtk_list_header_set_child (GtkListHeader *self, } /** - * gtk_list_header_get_start: (attributes org.gtk.Method.get_property=start) + * gtk_list_header_get_start: * @self: a `GtkListHeader` * * Gets the start position in the model of the section that @self is @@ -332,7 +332,7 @@ gtk_list_header_get_start (GtkListHeader *self) } /** - * gtk_list_header_get_end: (attributes org.gtk.Method.get_property=end) + * gtk_list_header_get_end: * @self: a `GtkListHeader` * * Gets the end position in the model of the section that @self is @@ -356,7 +356,7 @@ gtk_list_header_get_end (GtkListHeader *self) } /** - * gtk_list_header_get_n_items: (attributes org.gtk.Method.get_property=n-items) + * gtk_list_header_get_n_items: * @self: a `GtkListHeader` * * Gets the the number of items in the section. diff --git a/gtk/gtklistitem.c b/gtk/gtklistitem.c index 9e888b0a3d..b17aa8faef 100644 --- a/gtk/gtklistitem.c +++ b/gtk/gtklistitem.c @@ -316,7 +316,7 @@ gtk_list_item_do_notify (GtkListItem *list_item, } /** - * gtk_list_item_get_item: (attributes org.gtk.Method.get_property=item) + * gtk_list_item_get_item: * @self: a `GtkListItem` * * Gets the model item that associated with @self. @@ -339,7 +339,7 @@ gtk_list_item_get_item (GtkListItem *self) } /** - * gtk_list_item_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_list_item_get_child: * @self: a `GtkListItem` * * Gets the child previously set via gtk_list_item_set_child() or @@ -359,7 +359,7 @@ gtk_list_item_get_child (GtkListItem *self) } /** - * gtk_list_item_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_list_item_set_child: * @self: a `GtkListItem` * @child: (nullable): The list item's child or %NULL to unset * @@ -406,7 +406,7 @@ gtk_list_item_set_child (GtkListItem *self, } /** - * gtk_list_item_get_position: (attributes org.gtk.Method.get_property=position) + * gtk_list_item_get_position: * @self: a `GtkListItem` * * Gets the position in the model that @self currently displays. @@ -429,7 +429,7 @@ gtk_list_item_get_position (GtkListItem *self) } /** - * gtk_list_item_get_selected: (attributes org.gtk.Method.get_property=selected) + * gtk_list_item_get_selected: * @self: a `GtkListItem` * * Checks if the item is displayed as selected. @@ -453,7 +453,7 @@ gtk_list_item_get_selected (GtkListItem *self) } /** - * gtk_list_item_get_selectable: (attributes org.gtk.Method.get_property=selectable) + * gtk_list_item_get_selectable: * @self: a `GtkListItem` * * Checks if a list item has been set to be selectable via @@ -472,7 +472,7 @@ gtk_list_item_get_selectable (GtkListItem *self) } /** - * gtk_list_item_set_selectable: (attributes org.gtk.Method.set_property=selectable) + * gtk_list_item_set_selectable: * @self: a `GtkListItem` * @selectable: if the item should be selectable * @@ -507,7 +507,7 @@ gtk_list_item_set_selectable (GtkListItem *self, } /** - * gtk_list_item_get_activatable: (attributes org.gtk.Method.get_property=activatable) + * gtk_list_item_get_activatable: * @self: a `GtkListItem` * * Checks if a list item has been set to be activatable via @@ -524,7 +524,7 @@ gtk_list_item_get_activatable (GtkListItem *self) } /** - * gtk_list_item_set_activatable: (attributes org.gtk.Method.set_property=activatable) + * gtk_list_item_set_activatable: * @self: a `GtkListItem` * @activatable: if the item should be activatable * @@ -556,7 +556,7 @@ gtk_list_item_set_activatable (GtkListItem *self, } /** - * gtk_list_item_get_focusable: (attributes org.gtk.Method.get_property=focusable) + * gtk_list_item_get_focusable: * @self: a `GtkListItem` * * Checks if a list item has been set to be focusable via @@ -575,7 +575,7 @@ gtk_list_item_get_focusable (GtkListItem *self) } /** - * gtk_list_item_set_focusable: (attributes org.gtk.Method.set_property=focusable) + * gtk_list_item_set_focusable: * @self: a `GtkListItem` * @focusable: if the item should be focusable * diff --git a/gtk/gtklistview.c b/gtk/gtklistview.c index 74e1eceae4..a90b31bb46 100644 --- a/gtk/gtklistview.c +++ b/gtk/gtklistview.c @@ -1047,7 +1047,7 @@ gtk_list_view_new (GtkSelectionModel *model, } /** - * gtk_list_view_get_model: (attributes org.gtk.Method.get_property=model) + * gtk_list_view_get_model: * @self: a `GtkListView` * * Gets the model that's currently used to read the items displayed. @@ -1063,7 +1063,7 @@ gtk_list_view_get_model (GtkListView *self) } /** - * gtk_list_view_set_model: (attributes org.gtk.Method.set_property=model) + * gtk_list_view_set_model: * @self: a `GtkListView` * @model: (nullable) (transfer none): the model to use * @@ -1089,7 +1089,7 @@ gtk_list_view_set_model (GtkListView *self, } /** - * gtk_list_view_get_factory: (attributes org.gtk.Method.get_property=factory) + * gtk_list_view_get_factory: * @self: a `GtkListView` * * Gets the factory that's currently used to populate list items. @@ -1105,7 +1105,7 @@ gtk_list_view_get_factory (GtkListView *self) } /** - * gtk_list_view_set_factory: (attributes org.gtk.Method.set_property=factory) + * gtk_list_view_set_factory: * @self: a `GtkListView` * @factory: (nullable) (transfer none): the factory to use * @@ -1127,7 +1127,7 @@ gtk_list_view_set_factory (GtkListView *self, } /** - * gtk_list_view_get_header_factory: (attributes org.gtk.Method.get_property=header-factory) + * gtk_list_view_get_header_factory: * @self: a `GtkListView` * * Gets the factory that's currently used to populate section headers. @@ -1145,7 +1145,7 @@ gtk_list_view_get_header_factory (GtkListView *self) } /** - * gtk_list_view_set_header_factory: (attributes org.gtk.Method.set_property=header-factory) + * gtk_list_view_set_header_factory: * @self: a `GtkListView` * @factory: (nullable) (transfer none): the factory to use * @@ -1190,7 +1190,7 @@ gtk_list_view_set_header_factory (GtkListView *self, } /** - * gtk_list_view_set_show_separators: (attributes org.gtk.Method.set_property=show-separators) + * gtk_list_view_set_show_separators: * @self: a `GtkListView` * @show_separators: %TRUE to show separators * @@ -1217,7 +1217,7 @@ gtk_list_view_set_show_separators (GtkListView *self, } /** - * gtk_list_view_get_show_separators: (attributes org.gtk.Method.get_property=show-separators) + * gtk_list_view_get_show_separators: * @self: a `GtkListView` * * Returns whether the list box should show separators @@ -1234,7 +1234,7 @@ gtk_list_view_get_show_separators (GtkListView *self) } /** - * gtk_list_view_set_single_click_activate: (attributes org.gtk.Method.set_property=single-click-activate) + * gtk_list_view_set_single_click_activate: * @self: a `GtkListView` * @single_click_activate: %TRUE to activate items on single click * @@ -1266,7 +1266,7 @@ gtk_list_view_set_single_click_activate (GtkListView *self, } /** - * gtk_list_view_get_single_click_activate: (attributes org.gtk.Method.get_property=single-click-activate) + * gtk_list_view_get_single_click_activate: * @self: a `GtkListView` * * Returns whether rows will be activated on single click and @@ -1283,7 +1283,7 @@ gtk_list_view_get_single_click_activate (GtkListView *self) } /** - * gtk_list_view_set_enable_rubberband: (attributes org.gtk.Method.set_property=enable-rubberband) + * gtk_list_view_set_enable_rubberband: * @self: a `GtkListView` * @enable_rubberband: %TRUE to enable rubberband selection * @@ -1304,7 +1304,7 @@ gtk_list_view_set_enable_rubberband (GtkListView *self, } /** - * gtk_list_view_get_enable_rubberband: (attributes org.gtk.Method.get_property=enable-rubberband) + * gtk_list_view_get_enable_rubberband: * @self: a `GtkListView` * * Returns whether rows can be selected by dragging with the mouse. @@ -1320,7 +1320,7 @@ gtk_list_view_get_enable_rubberband (GtkListView *self) } /** - * gtk_list_view_set_tab_behavior: (attributes org.gtk.Method.set_property=tab-behavior) + * gtk_list_view_set_tab_behavior: * @self: a `GtkListView` * @tab_behavior: The desired tab behavior * @@ -1343,7 +1343,7 @@ gtk_list_view_set_tab_behavior (GtkListView *self, } /** - * gtk_list_view_get_tab_behavior: (attributes org.gtk.Method.get_property=tab-behavior) + * gtk_list_view_get_tab_behavior: * @self: a `GtkListView` * * Gets the behavior set for the Tab key. diff --git a/gtk/gtkmaplistmodel.c b/gtk/gtkmaplistmodel.c index b539e7c81f..3166bccf1d 100644 --- a/gtk/gtkmaplistmodel.c +++ b/gtk/gtkmaplistmodel.c @@ -617,7 +617,7 @@ gtk_map_list_model_set_map_func (GtkMapListModel *self, } /** - * gtk_map_list_model_set_model: (attributes org.gtk.Method.set_property=model) + * gtk_map_list_model_set_model: * @self: a `GtkMapListModel` * @model: (nullable): The model to be mapped * @@ -667,7 +667,7 @@ gtk_map_list_model_set_model (GtkMapListModel *self, } /** - * gtk_map_list_model_get_model: (attributes org.gtk.Method.get_property=model) + * gtk_map_list_model_get_model: * @self: a `GtkMapListModel` * * Gets the model that is currently being mapped or %NULL if none. @@ -683,7 +683,7 @@ gtk_map_list_model_get_model (GtkMapListModel *self) } /** - * gtk_map_list_model_has_map: (attributes org.gtk.Method.get_property=has-map) + * gtk_map_list_model_has_map: * @self: a `GtkMapListModel` * * Checks if a map function is currently set on @self. diff --git a/gtk/gtkmediacontrols.c b/gtk/gtkmediacontrols.c index 82288f04d0..4278c53e11 100644 --- a/gtk/gtkmediacontrols.c +++ b/gtk/gtkmediacontrols.c @@ -320,7 +320,7 @@ gtk_media_controls_new (GtkMediaStream *stream) } /** - * gtk_media_controls_get_media_stream: (attributes org.gtk.Method.get_property=media-stream) + * gtk_media_controls_get_media_stream: * @controls: a `GtkMediaControls` * * Gets the media stream managed by @controls or %NULL if none. @@ -485,7 +485,7 @@ gtk_media_controls_notify_cb (GtkMediaStream *stream, } /** - * gtk_media_controls_set_media_stream: (attributes org.gtk.Method.set_property=media-stream) + * gtk_media_controls_set_media_stream: * @controls: a `GtkMediaControls` widget * @stream: (nullable): a `GtkMediaStream` * diff --git a/gtk/gtkmediafile.c b/gtk/gtkmediafile.c index ebff759bc4..8a70e703ab 100644 --- a/gtk/gtkmediafile.c +++ b/gtk/gtkmediafile.c @@ -487,7 +487,7 @@ gtk_media_file_set_resource (GtkMediaFile *self, } /** - * gtk_media_file_set_file: (attributes org.gtk.Method.set_property=file) + * gtk_media_file_set_file: * @self: a `GtkMediaFile` * @file: (nullable): the file to play * @@ -523,7 +523,7 @@ gtk_media_file_set_file (GtkMediaFile *self, } /** - * gtk_media_file_get_file: (attributes org.gtk.Method.get_property=file) + * gtk_media_file_get_file: * @self: a `GtkMediaFile` * * Returns the file that @self is currently playing from. @@ -544,7 +544,7 @@ gtk_media_file_get_file (GtkMediaFile *self) } /** - * gtk_media_file_set_input_stream: (attributes org.gtk.Method.set_property=input-stream) + * gtk_media_file_set_input_stream: * @self: a `GtkMediaFile` * @stream: (nullable): the stream to play from * @@ -583,7 +583,7 @@ gtk_media_file_set_input_stream (GtkMediaFile *self, } /** - * gtk_media_file_get_input_stream: (attributes org.gtk.Method.get_property=input-stream) + * gtk_media_file_get_input_stream: * @self: a `GtkMediaFile` * * Returns the stream that @self is currently playing from. diff --git a/gtk/gtkmediastream.c b/gtk/gtkmediastream.c index 0c3c0de298..75538eaa32 100644 --- a/gtk/gtkmediastream.c +++ b/gtk/gtkmediastream.c @@ -453,7 +453,7 @@ gtk_media_stream_is_prepared (GtkMediaStream *self) } /** - * gtk_media_stream_has_audio: (attributes org.gtk.Method.get_property=has-audio) + * gtk_media_stream_has_audio: * @self: a `GtkMediaStream` * * Returns whether the stream has audio. @@ -471,7 +471,7 @@ gtk_media_stream_has_audio (GtkMediaStream *self) } /** - * gtk_media_stream_has_video: (attributes org.gtk.Method.get_property=has-video) + * gtk_media_stream_has_video: * @self: a `GtkMediaStream` * * Returns whether the stream has video. @@ -554,7 +554,7 @@ gtk_media_stream_pause (GtkMediaStream *self) } /** - * gtk_media_stream_get_playing: (attributes org.gtk.Method.get_property=playing) + * gtk_media_stream_get_playing: * @self: a `GtkMediaStream` * * Return whether the stream is currently playing. @@ -572,7 +572,7 @@ gtk_media_stream_get_playing (GtkMediaStream *self) } /** - * gtk_media_stream_set_playing: (attributes org.gtk.Method.set_property=playing) + * gtk_media_stream_set_playing: * @self: a `GtkMediaStream` * @playing: whether to start or pause playback * @@ -591,7 +591,7 @@ gtk_media_stream_set_playing (GtkMediaStream *self, } /** - * gtk_media_stream_get_ended: (attributes org.gtk.Method.get_property=ended) + * gtk_media_stream_get_ended: * @self: a `GtkMediaStream` * * Returns whether the streams playback is finished. @@ -609,7 +609,7 @@ gtk_media_stream_get_ended (GtkMediaStream *self) } /** - * gtk_media_stream_get_timestamp: (attributes org.gtk.Method.get_property=timestamp) + * gtk_media_stream_get_timestamp: * @self: a `GtkMediaStream` * * Returns the current presentation timestamp in microseconds. @@ -627,7 +627,7 @@ gtk_media_stream_get_timestamp (GtkMediaStream *self) } /** - * gtk_media_stream_get_duration: (attributes org.gtk.Method.get_property=duration) + * gtk_media_stream_get_duration: * @self: a `GtkMediaStream` * * Gets the duration of the stream. @@ -691,7 +691,7 @@ gtk_media_stream_is_seeking (GtkMediaStream *self) } /** - * gtk_media_stream_get_error: (attributes org.gtk.Method.get_property=error) + * gtk_media_stream_get_error: * @self: a `GtkMediaStream` * * If the stream is in an error state, returns the `GError` @@ -769,7 +769,7 @@ gtk_media_stream_seek (GtkMediaStream *self, } /** - * gtk_media_stream_get_loop: (attributes org.gtk.Method.get_property=loop) + * gtk_media_stream_get_loop: * @self: a `GtkMediaStream` * * Returns whether the stream is set to loop. @@ -789,7 +789,7 @@ gtk_media_stream_get_loop (GtkMediaStream *self) } /** - * gtk_media_stream_set_loop: (attributes org.gtk.Method.set_property=loop) + * gtk_media_stream_set_loop: * @self: a `GtkMediaStream` * @loop: %TRUE if the stream should loop * @@ -818,7 +818,7 @@ gtk_media_stream_set_loop (GtkMediaStream *self, } /** - * gtk_media_stream_get_muted: (attributes org.gtk.Method.get_property=muted) + * gtk_media_stream_get_muted: * @self: a `GtkMediaStream` * * Returns whether the audio for the stream is muted. @@ -838,7 +838,7 @@ gtk_media_stream_get_muted (GtkMediaStream *self) } /** - * gtk_media_stream_set_muted: (attributes org.gtk.Method.set_property=muted) + * gtk_media_stream_set_muted: * @self: a `GtkMediaStream` * @muted: %TRUE if the stream should be muted * @@ -870,7 +870,7 @@ gtk_media_stream_set_muted (GtkMediaStream *self, } /** - * gtk_media_stream_get_volume: (attributes org.gtk.Method.get_property=volume) + * gtk_media_stream_get_volume: * @self: a `GtkMediaStream` * * Returns the volume of the audio for the stream. @@ -890,7 +890,7 @@ gtk_media_stream_get_volume (GtkMediaStream *self) } /** - * gtk_media_stream_set_volume: (attributes org.gtk.Method.set_property=volume) + * gtk_media_stream_set_volume: * @self: a `GtkMediaStream` * @volume: New volume of the stream from 0.0 to 1.0 * diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c index 3e9a70743a..99b9b4207f 100644 --- a/gtk/gtkmenubutton.c +++ b/gtk/gtkmenubutton.c @@ -760,7 +760,7 @@ menu_deactivate_cb (GtkMenuButton *self) } /** - * gtk_menu_button_set_menu_model: (attributes org.gtk.Method.set_property=menu-model) + * gtk_menu_button_set_menu_model: * @menu_button: a `GtkMenuButton` * @menu_model: (nullable): a `GMenuModel`, or %NULL to unset and disable the * button @@ -812,7 +812,7 @@ gtk_menu_button_set_menu_model (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_menu_model: (attributes org.gtk.Method.get_property=menu-model) + * gtk_menu_button_get_menu_model: * @menu_button: a `GtkMenuButton` * * Returns the `GMenuModel` used to generate the popup. @@ -860,7 +860,7 @@ popover_destroy_cb (GtkMenuButton *menu_button) } /** - * gtk_menu_button_set_direction: (attributes org.gtk.Method.set_property=direction) + * gtk_menu_button_set_direction: * @menu_button: a `GtkMenuButton` * @direction: a `GtkArrowType` * @@ -892,7 +892,7 @@ gtk_menu_button_set_direction (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_direction: (attributes org.gtk.Method.get_property=direction) + * gtk_menu_button_get_direction: * @menu_button: a `GtkMenuButton` * * Returns the direction the popup will be pointing at when popped up. @@ -934,7 +934,7 @@ gtk_menu_button_dispose (GObject *object) } /** - * gtk_menu_button_set_popover: (attributes org.gtk.Method.set_property=popover) + * gtk_menu_button_set_popover: * @menu_button: a `GtkMenuButton` * @popover: (nullable): a `GtkPopover`, or %NULL to unset and disable the button * @@ -990,7 +990,7 @@ gtk_menu_button_set_popover (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_popover: (attributes org.gtk.Method.get_property=popover) + * gtk_menu_button_get_popover: * @menu_button: a `GtkMenuButton` * * Returns the `GtkPopover` that pops out of the button. @@ -1009,7 +1009,7 @@ gtk_menu_button_get_popover (GtkMenuButton *menu_button) } /** - * gtk_menu_button_set_icon_name: (attributes org.gtk.Method.set_property=icon-name) + * gtk_menu_button_set_icon_name: * @menu_button: a `GtkMenuButton` * @icon_name: the icon name * @@ -1065,7 +1065,7 @@ gtk_menu_button_set_icon_name (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_icon_name: (attributes org.gtk.Method.get_property=icon-name) + * gtk_menu_button_get_icon_name: * @menu_button: a `GtkMenuButton` * * Gets the name of the icon shown in the button. @@ -1084,7 +1084,7 @@ gtk_menu_button_get_icon_name (GtkMenuButton *menu_button) } /** - * gtk_menu_button_set_always_show_arrow: (attributes org.gtk.Method.set_property=always-show-arrow) + * gtk_menu_button_set_always_show_arrow: * @menu_button: a `GtkMenuButton` * @always_show_arrow: whether to show a dropdown arrow even when using an icon * or a custom child @@ -1113,7 +1113,7 @@ gtk_menu_button_set_always_show_arrow (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_always_show_arrow: (attributes org.gtk.Method.get_property=always-show-arrow) + * gtk_menu_button_get_always_show_arrow: * @menu_button: a `GtkMenuButton` * * Gets whether to show a dropdown arrow even when using an icon or a custom @@ -1133,7 +1133,7 @@ gtk_menu_button_get_always_show_arrow (GtkMenuButton *menu_button) } /** - * gtk_menu_button_set_label: (attributes org.gtk.Method.set_property=label) + * gtk_menu_button_set_label: * @menu_button: a `GtkMenuButton` * @label: the label * @@ -1189,7 +1189,7 @@ gtk_menu_button_set_label (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_label: (attributes org.gtk.Method.get_property=label) + * gtk_menu_button_get_label: * @menu_button: a `GtkMenuButton` * * Gets the label shown in the button @@ -1208,7 +1208,7 @@ gtk_menu_button_get_label (GtkMenuButton *menu_button) } /** - * gtk_menu_button_set_has_frame: (attributes org.gtk.Method.set_property=has-frame) + * gtk_menu_button_set_has_frame: * @menu_button: a `GtkMenuButton` * @has_frame: whether the button should have a visible frame * @@ -1228,7 +1228,7 @@ gtk_menu_button_set_has_frame (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_has_frame: (attributes org.gtk.Method.get_property=has-frame) + * gtk_menu_button_get_has_frame: * @menu_button: a `GtkMenuButton` * * Returns whether the button has a frame. @@ -1312,7 +1312,7 @@ gtk_menu_button_set_create_popup_func (GtkMenuButton *menu_button } /** - * gtk_menu_button_set_use_underline: (attributes org.gtk.Method.set_property=use-underline) + * gtk_menu_button_set_use_underline: * @menu_button: a `GtkMenuButton` * @use_underline: %TRUE if underlines in the text indicate mnemonics * @@ -1335,7 +1335,7 @@ gtk_menu_button_set_use_underline (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_use_underline: (attributes org.gtk.Method.get_property=use-underline) + * gtk_menu_button_get_use_underline: * @menu_button: a `GtkMenuButton` * * Returns whether an embedded underline in the text indicates a @@ -1410,7 +1410,7 @@ gtk_menu_button_unroot (GtkWidget *widget) } /** - * gtk_menu_button_set_primary: (attributes org.gtk.Method.set_property=primary) + * gtk_menu_button_set_primary: * @menu_button: a `GtkMenuButton` * @primary: whether the menubutton should act as a primary menu * @@ -1446,7 +1446,7 @@ gtk_menu_button_set_primary (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_primary: (attributes org.gtk.Method.get_property=primary) + * gtk_menu_button_get_primary: * @menu_button: a `GtkMenuButton` * * Returns whether the menu button acts as a primary menu. @@ -1464,7 +1464,7 @@ gtk_menu_button_get_primary (GtkMenuButton *menu_button) } /** - * gtk_menu_button_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_menu_button_set_child: * @menu_button: a `GtkMenuButton` * @child: (nullable): the child widget * @@ -1535,7 +1535,7 @@ gtk_menu_button_set_child (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_menu_button_get_child: * @menu_button: a `GtkMenuButton` * * Gets the child widget of @menu_button. @@ -1553,7 +1553,7 @@ gtk_menu_button_get_child (GtkMenuButton *menu_button) } /** - * gtk_menu_button_set_active: (attributes org.gtk.Method.set_property=active) + * gtk_menu_button_set_active: * @menu_button: a `GtkMenuButton` * @active: whether the menu button is active * @@ -1577,7 +1577,7 @@ gtk_menu_button_set_active (GtkMenuButton *menu_button, } /** - * gtk_menu_button_get_active: (attributes org.gtk.Method.get_property=active) + * gtk_menu_button_get_active: * @menu_button: a `GtkMenuButton` * * Returns whether the menu button is active. diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index 9e2847f42e..58efb7ebe4 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -1722,7 +1722,7 @@ gtk_mount_operation_new (GtkWindow *parent) } /** - * gtk_mount_operation_is_showing: (attributes org.gtk.Method.get_property=is-showing) + * gtk_mount_operation_is_showing: * @op: a `GtkMountOperation` * * Returns whether the `GtkMountOperation` is currently displaying @@ -1739,7 +1739,7 @@ gtk_mount_operation_is_showing (GtkMountOperation *op) } /** - * gtk_mount_operation_set_parent: (attributes org.gtk.Method.set_property=parent) + * gtk_mount_operation_set_parent: * @op: a `GtkMountOperation` * @parent: (nullable): transient parent of the window * @@ -1782,7 +1782,7 @@ gtk_mount_operation_set_parent (GtkMountOperation *op, } /** - * gtk_mount_operation_get_parent: (attributes org.gtk.Method.get_property=parent) + * gtk_mount_operation_get_parent: * @op: a `GtkMountOperation` * * Gets the transient parent used by the `GtkMountOperation`. @@ -1798,7 +1798,7 @@ gtk_mount_operation_get_parent (GtkMountOperation *op) } /** - * gtk_mount_operation_set_display: (attributes org.gtk.Method.set_property=display) + * gtk_mount_operation_set_display: * @op: a `GtkMountOperation` * @display: a `GdkDisplay` * @@ -1830,7 +1830,7 @@ gtk_mount_operation_set_display (GtkMountOperation *op, } /** - * gtk_mount_operation_get_display: (attributes org.gtk.Method.get_property=display) + * gtk_mount_operation_get_display: * @op: a `GtkMountOperation` * * Gets the display on which windows of the `GtkMountOperation` diff --git a/gtk/gtkmultiselection.c b/gtk/gtkmultiselection.c index b3ed96da13..c5bc5dae39 100644 --- a/gtk/gtkmultiselection.c +++ b/gtk/gtkmultiselection.c @@ -458,7 +458,7 @@ gtk_multi_selection_new (GListModel *model) } /** - * gtk_multi_selection_get_model: (attributes org.gtk.Method.get_property=model) + * gtk_multi_selection_get_model: * @self: a `GtkMultiSelection` * * Returns the underlying model of @self. @@ -474,7 +474,7 @@ gtk_multi_selection_get_model (GtkMultiSelection *self) } /** - * gtk_multi_selection_set_model: (attributes org.gtk.Method.set_property=model) + * gtk_multi_selection_set_model: * @self: a `GtkMultiSelection` * @model: (nullable): A `GListModel` to wrap * diff --git a/gtk/gtknativedialog.c b/gtk/gtknativedialog.c index 80468685f2..2def629fca 100644 --- a/gtk/gtknativedialog.c +++ b/gtk/gtknativedialog.c @@ -369,7 +369,7 @@ _gtk_native_dialog_emit_response (GtkNativeDialog *self, } /** - * gtk_native_dialog_get_visible: (attributes org.gtk.Method.get_property=visible) + * gtk_native_dialog_get_visible: * @self: a `GtkNativeDialog` * * Determines whether the dialog is visible. @@ -387,7 +387,7 @@ gtk_native_dialog_get_visible (GtkNativeDialog *self) } /** - * gtk_native_dialog_set_modal: (attributes org.gtk.Method.set_property=modal) + * gtk_native_dialog_set_modal: * @self: a `GtkNativeDialog` * @modal: whether the window is modal * @@ -417,7 +417,7 @@ gtk_native_dialog_set_modal (GtkNativeDialog *self, } /** - * gtk_native_dialog_get_modal: (attributes org.gtk.Method.get_property=modal) + * gtk_native_dialog_get_modal: * @self: a `GtkNativeDialog` * * Returns whether the dialog is modal. @@ -435,7 +435,7 @@ gtk_native_dialog_get_modal (GtkNativeDialog *self) } /** - * gtk_native_dialog_set_title: (attributes org.gtk.Method.set_property=title) + * gtk_native_dialog_set_title: * @self: a `GtkNativeDialog` * @title: title of the dialog * @@ -456,7 +456,7 @@ gtk_native_dialog_set_title (GtkNativeDialog *self, } /** - * gtk_native_dialog_get_title: (attributes org.gtk.Method.get_property=title) + * gtk_native_dialog_get_title: * @self: a `GtkNativeDialog` * * Gets the title of the `GtkNativeDialog`. @@ -485,7 +485,7 @@ parent_destroyed (GtkWidget *parent, } /** - * gtk_native_dialog_set_transient_for: (attributes org.gtk.Method.set_property=transient-for) + * gtk_native_dialog_set_transient_for: * @self: a `GtkNativeDialog` * @parent: (nullable): parent window * @@ -520,7 +520,7 @@ gtk_native_dialog_set_transient_for (GtkNativeDialog *self, } /** - * gtk_native_dialog_get_transient_for: (attributes org.gtk.Method.get_property=transient-for) + * gtk_native_dialog_get_transient_for: * @self: a `GtkNativeDialog` * * Fetches the transient parent for this window. diff --git a/gtk/gtknoselection.c b/gtk/gtknoselection.c index f063c2f5a8..05fafa8ec7 100644 --- a/gtk/gtknoselection.c +++ b/gtk/gtknoselection.c @@ -317,7 +317,7 @@ gtk_no_selection_new (GListModel *model) } /** - * gtk_no_selection_get_model: (attributes org.gtk.Method.get_property=model) + * gtk_no_selection_get_model: * @self: a `GtkNoSelection` * * Gets the model that @self is wrapping. @@ -333,7 +333,7 @@ gtk_no_selection_get_model (GtkNoSelection *self) } /** - * gtk_no_selection_set_model: (attributes org.gtk.Method.set_property=model) + * gtk_no_selection_set_model: * @self: a `GtkNoSelection` * @model: (nullable): A `GListModel` to wrap * diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index f0fae1ea0e..89ce36531f 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -6177,7 +6177,7 @@ gtk_notebook_prev_page (GtkNotebook *notebook) * gtk_notebook_get_scrollable */ /** - * gtk_notebook_set_show_border: (attributes org.gtk.Method.set_property=show-border) + * gtk_notebook_set_show_border: * @notebook: a `GtkNotebook` * @show_border: %TRUE if a bevel should be drawn around the notebook * @@ -6205,7 +6205,7 @@ gtk_notebook_set_show_border (GtkNotebook *notebook, } /** - * gtk_notebook_get_show_border: (attributes org.gtk.Method.get_property=show-border) + * gtk_notebook_get_show_border: * @notebook: a `GtkNotebook` * * Returns whether a bevel will be drawn around the notebook pages. @@ -6221,7 +6221,7 @@ gtk_notebook_get_show_border (GtkNotebook *notebook) } /** - * gtk_notebook_set_show_tabs: (attributes org.gtk.Method.set_property=show-tabs) + * gtk_notebook_set_show_tabs: * @notebook: a `GtkNotebook` * @show_tabs: %TRUE if the tabs should be shown * @@ -6279,7 +6279,7 @@ gtk_notebook_set_show_tabs (GtkNotebook *notebook, } /** - * gtk_notebook_get_show_tabs: (attributes org.gtk.Method.get_property=show-tabs) + * gtk_notebook_get_show_tabs: * @notebook: a `GtkNotebook` * * Returns whether the tabs of the notebook are shown. @@ -6380,7 +6380,7 @@ gtk_notebook_update_tab_pos (GtkNotebook *notebook) } /** - * gtk_notebook_set_tab_pos: (attributes org.gtk.Method.set_property=tab-pos) + * gtk_notebook_set_tab_pos: * @notebook: a `GtkNotebook`. * @pos: the edge to draw the tabs at * @@ -6404,7 +6404,7 @@ gtk_notebook_set_tab_pos (GtkNotebook *notebook, } /** - * gtk_notebook_get_tab_pos: (attributes org.gtk.Method.get_property=tab-pos) + * gtk_notebook_get_tab_pos: * @notebook: a `GtkNotebook` * * Gets the edge at which the tabs are drawn. @@ -6420,7 +6420,7 @@ gtk_notebook_get_tab_pos (GtkNotebook *notebook) } /** - * gtk_notebook_set_scrollable: (attributes org.gtk.Method.set_property=scrollable) + * gtk_notebook_set_scrollable: * @notebook: a `GtkNotebook` * @scrollable: %TRUE if scroll arrows should be added * @@ -6937,7 +6937,7 @@ gtk_notebook_reorder_child (GtkNotebook *notebook, } /** - * gtk_notebook_set_group_name: (attributes org.gtk.Method.set_property=group-name) + * gtk_notebook_set_group_name: * @notebook: a `GtkNotebook` * @group_name: (nullable): the name of the notebook group, * or %NULL to unset it @@ -6967,7 +6967,7 @@ gtk_notebook_set_group_name (GtkNotebook *notebook, } /** - * gtk_notebook_get_group_name: (attributes org.gtk.Method.get_property=group-name) + * gtk_notebook_get_group_name: * @notebook: a `GtkNotebook` * * Gets the current group name for @notebook. @@ -7233,7 +7233,7 @@ gtk_notebook_get_page (GtkNotebook *notebook, } /** - * gtk_notebook_page_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_notebook_page_get_child: * @page: a `GtkNotebookPage` * * Returns the notebook child to which @page belongs. @@ -7362,7 +7362,7 @@ gtk_notebook_pages_new (GtkNotebook *notebook) } /** - * gtk_notebook_get_pages: (attributes org.gtk.Method.get_property=pages) + * gtk_notebook_get_pages: * @notebook: a `GtkNotebook` * * Returns a `GListModel` that contains the pages of the notebook. diff --git a/gtk/gtknumericsorter.c b/gtk/gtknumericsorter.c index f6f7cd9ea1..2be43051c4 100644 --- a/gtk/gtknumericsorter.c +++ b/gtk/gtknumericsorter.c @@ -597,7 +597,7 @@ gtk_numeric_sorter_new (GtkExpression *expression) } /** - * gtk_numeric_sorter_get_expression: (attributes org.gtk.Method.get_property=expression) + * gtk_numeric_sorter_get_expression: * @self: a `GtkNumericSorter` * * Gets the expression that is evaluated to obtain numbers from items. @@ -613,7 +613,7 @@ gtk_numeric_sorter_get_expression (GtkNumericSorter *self) } /** - * gtk_numeric_sorter_set_expression: (attributes org.gtk.Method.set_property=expression) + * gtk_numeric_sorter_set_expression: * @self: a `GtkNumericSorter` * @expression: (nullable) (transfer none): a `GtkExpression` * @@ -646,7 +646,7 @@ gtk_numeric_sorter_set_expression (GtkNumericSorter *self, } /** - * gtk_numeric_sorter_set_sort_order: (attributes org.gtk.Method.set_property=sort-order) + * gtk_numeric_sorter_set_sort_order: * @self: a `GtkNumericSorter` * @sort_order: whether to sort smaller numbers first * @@ -671,7 +671,7 @@ gtk_numeric_sorter_set_sort_order (GtkNumericSorter *self, } /** - * gtk_numeric_sorter_get_sort_order: (attributes org.gtk.Method.get_property=sort-order) + * gtk_numeric_sorter_get_sort_order: * @self: a `GtkNumericSorter` * * Gets whether this sorter will sort smaller numbers first. diff --git a/gtk/gtkorientable.c b/gtk/gtkorientable.c index 0ed4265c92..b816873f76 100644 --- a/gtk/gtkorientable.c +++ b/gtk/gtkorientable.c @@ -65,7 +65,7 @@ gtk_orientable_default_init (GtkOrientableInterface *iface) } /** - * gtk_orientable_set_orientation: (attributes org.gtk.Method.set_property=orientation) + * gtk_orientable_set_orientation: * @orientable: a `GtkOrientable` * @orientation: the orientable’s new orientation * @@ -86,7 +86,7 @@ gtk_orientable_set_orientation (GtkOrientable *orientable, } /** - * gtk_orientable_get_orientation: (attributes org.gtk.Method.get_property=orientation) + * gtk_orientable_get_orientation: * @orientable: a `GtkOrientable` * * Retrieves the orientation of the @orientable. diff --git a/gtk/gtkoverlaylayout.c b/gtk/gtkoverlaylayout.c index f55eee05da..8d8b28ac24 100644 --- a/gtk/gtkoverlaylayout.c +++ b/gtk/gtkoverlaylayout.c @@ -159,7 +159,7 @@ gtk_overlay_layout_child_init (GtkOverlayLayoutChild *self) } /** - * gtk_overlay_layout_child_set_measure: (attributes org.gtk.Method.set_property=measure) + * gtk_overlay_layout_child_set_measure: * @child: a `GtkOverlayLayoutChild` * @measure: whether to measure this child * @@ -185,7 +185,7 @@ gtk_overlay_layout_child_set_measure (GtkOverlayLayoutChild *child, } /** - * gtk_overlay_layout_child_get_measure: (attributes org.gtk.Method.get_property=measure) + * gtk_overlay_layout_child_get_measure: * @child: a `GtkOverlayLayoutChild` * * Retrieves whether the child is measured. @@ -201,7 +201,7 @@ gtk_overlay_layout_child_get_measure (GtkOverlayLayoutChild *child) } /** - * gtk_overlay_layout_child_set_clip_overlay: (attributes org.gtk.Method.set_property=clip-overlay) + * gtk_overlay_layout_child_set_clip_overlay: * @child: a `GtkOverlayLayoutChild` * @clip_overlay: whether to clip this child * @@ -227,7 +227,7 @@ gtk_overlay_layout_child_set_clip_overlay (GtkOverlayLayoutChild *child, } /** - * gtk_overlay_layout_child_get_clip_overlay: (attributes org.gtk.Method.get_property=clip-overlay) + * gtk_overlay_layout_child_get_clip_overlay: * @child: a `GtkOverlayLayoutChild` * * Retrieves whether the child is clipped. diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 2212f4fc40..09a6549af2 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -1621,7 +1621,7 @@ gtk_paned_new (GtkOrientation orientation) } /** - * gtk_paned_set_start_child: (attributes org.gtk.Method.set_property=start-child) + * gtk_paned_set_start_child: * @paned: a `GtkPaned` * @child: (nullable): the widget to add * @@ -1651,7 +1651,7 @@ gtk_paned_set_start_child (GtkPaned *paned, } /** - * gtk_paned_get_start_child: (attributes org.gtk.Method.get_property=start-child) + * gtk_paned_get_start_child: * @paned: a `GtkPaned` * * Retrieves the start child of the given `GtkPaned`. @@ -1667,7 +1667,7 @@ gtk_paned_get_start_child (GtkPaned *paned) } /** - * gtk_paned_set_resize_start_child: (attributes org.gtk.Method.set_property=resize-start-child) + * gtk_paned_set_resize_start_child: * @paned: a `GtkPaned` * @resize: true to let the start child be resized * @@ -1688,7 +1688,7 @@ gtk_paned_set_resize_start_child (GtkPaned *paned, } /** - * gtk_paned_get_resize_start_child: (attributes org.gtk.Method.get_property=resize-start-child) + * gtk_paned_get_resize_start_child: * @paned: a `GtkPaned` * * Returns whether the [property@Gtk.Paned:start-child] can be resized. @@ -1704,7 +1704,7 @@ gtk_paned_get_resize_start_child (GtkPaned *paned) } /** - * gtk_paned_set_shrink_start_child: (attributes org.gtk.Method.set_property=shrink-start-child) + * gtk_paned_set_shrink_start_child: * @paned: a `GtkPaned` * @resize: true to let the start child be shrunk * @@ -1725,7 +1725,7 @@ gtk_paned_set_shrink_start_child (GtkPaned *paned, } /** - * gtk_paned_get_shrink_start_child: (attributes org.gtk.Method.get_property=shrink-start-child) + * gtk_paned_get_shrink_start_child: * @paned: a `GtkPaned` * * Returns whether the [property@Gtk.Paned:start-child] can shrink. @@ -1741,7 +1741,7 @@ gtk_paned_get_shrink_start_child (GtkPaned *paned) } /** - * gtk_paned_set_end_child: (attributes org.gtk.Method.set_property=end-child) + * gtk_paned_set_end_child: * @paned: a `GtkPaned` * @child: (nullable): the widget to add * @@ -1771,7 +1771,7 @@ gtk_paned_set_end_child (GtkPaned *paned, } /** - * gtk_paned_get_end_child: (attributes org.gtk.Method.get_property=end-child) + * gtk_paned_get_end_child: * @paned: a `GtkPaned` * * Retrieves the end child of the given `GtkPaned`. @@ -1787,7 +1787,7 @@ gtk_paned_get_end_child (GtkPaned *paned) } /** - * gtk_paned_set_resize_end_child: (attributes org.gtk.Method.set_property=resize-end-child) + * gtk_paned_set_resize_end_child: * @paned: a `GtkPaned` * @resize: true to let the end child be resized * @@ -1808,7 +1808,7 @@ gtk_paned_set_resize_end_child (GtkPaned *paned, } /** - * gtk_paned_get_resize_end_child: (attributes org.gtk.Method.get_property=resize-end-child) + * gtk_paned_get_resize_end_child: * @paned: a `GtkPaned` * * Returns whether the [property@Gtk.Paned:end-child] can be resized. @@ -1824,7 +1824,7 @@ gtk_paned_get_resize_end_child (GtkPaned *paned) } /** - * gtk_paned_set_shrink_end_child: (attributes org.gtk.Method.set_property=shrink-end-child) + * gtk_paned_set_shrink_end_child: * @paned: a `GtkPaned` * @resize: true to let the end child be shrunk * @@ -1845,7 +1845,7 @@ gtk_paned_set_shrink_end_child (GtkPaned *paned, } /** - * gtk_paned_get_shrink_end_child: (attributes org.gtk.Method.get_property=shrink-end-child) + * gtk_paned_get_shrink_end_child: * @paned: a `GtkPaned` * * Returns whether the [property@Gtk.Paned:end-child] can shrink. @@ -1861,7 +1861,7 @@ gtk_paned_get_shrink_end_child (GtkPaned *paned) } /** - * gtk_paned_get_position: (attributes org.gtk.Method.get_property=position) + * gtk_paned_get_position: * @paned: a `GtkPaned` widget * * Obtains the position of the divider between the two panes. @@ -1877,7 +1877,7 @@ gtk_paned_get_position (GtkPaned *paned) } /** - * gtk_paned_set_position: (attributes org.gtk.Method.set_property=position) + * gtk_paned_set_position: * @paned: a `GtkPaned` widget * @position: pixel position of divider, a negative value means that the position * is unset @@ -2559,7 +2559,7 @@ gtk_paned_toggle_handle_focus (GtkPaned *paned) } /** - * gtk_paned_set_wide_handle: (attributes org.gtk.Method.set_property=wide-handle) + * gtk_paned_set_wide_handle: * @paned: a `GtkPaned` * @wide: the new value for the [property@Gtk.Paned:wide-handle] property * @@ -2586,7 +2586,7 @@ gtk_paned_set_wide_handle (GtkPaned *paned, } /** - * gtk_paned_get_wide_handle: (attributes org.gtk.Method.get_property=wide-handle) + * gtk_paned_get_wide_handle: * @paned: a `GtkPaned` * * Gets whether the separator should be wide. diff --git a/gtk/gtkpasswordentry.c b/gtk/gtkpasswordentry.c index 773e8d395b..07a2b3074e 100644 --- a/gtk/gtkpasswordentry.c +++ b/gtk/gtkpasswordentry.c @@ -596,7 +596,7 @@ gtk_password_entry_new (void) } /** - * gtk_password_entry_set_show_peek_icon: (attributes org.gtk.Method.set_property=show-peek-icon) + * gtk_password_entry_set_show_peek_icon: * @entry: a `GtkPasswordEntry` * @show_peek_icon: whether to show the peek icon * @@ -651,7 +651,7 @@ gtk_password_entry_set_show_peek_icon (GtkPasswordEntry *entry, } /** - * gtk_password_entry_get_show_peek_icon: (attributes org.gtk.Method.get_property=show-peek-icon) + * gtk_password_entry_get_show_peek_icon: * @entry: a `GtkPasswordEntry` * * Returns whether the entry is showing an icon to @@ -668,7 +668,7 @@ gtk_password_entry_get_show_peek_icon (GtkPasswordEntry *entry) } /** - * gtk_password_entry_set_extra_menu: (attributes org.gtk.Method.set_property=extra-menu) + * gtk_password_entry_set_extra_menu: * @entry: a `GtkPasswordEntry` * @model: (nullable): a `GMenuModel` * @@ -719,7 +719,7 @@ gtk_password_entry_set_extra_menu (GtkPasswordEntry *entry, } /** - * gtk_password_entry_get_extra_menu: (attributes org.gtk.Method.get_property=extra-menu) + * gtk_password_entry_get_extra_menu: * @entry: a `GtkPasswordEntry` * * Gets the menu model set with gtk_password_entry_set_extra_menu(). diff --git a/gtk/gtkpicture.c b/gtk/gtkpicture.c index ac6958dfe7..ea6f193fa2 100644 --- a/gtk/gtkpicture.c +++ b/gtk/gtkpicture.c @@ -651,7 +651,7 @@ gtk_picture_new_for_resource (const char *resource_path) } /** - * gtk_picture_set_file: (attributes org.gtk.Method.set_property=file) + * gtk_picture_set_file: * @self: a `GtkPicture` * @file: (nullable): a `GFile` * @@ -688,7 +688,7 @@ gtk_picture_set_file (GtkPicture *self, } /** - * gtk_picture_get_file: (attributes org.gtk.Method.get_property=file) + * gtk_picture_get_file: * @self: a `GtkPicture` * * Gets the `GFile` currently displayed if @self is displaying a file. @@ -809,7 +809,7 @@ gtk_picture_set_pixbuf (GtkPicture *self, } /** - * gtk_picture_set_paintable: (attributes org.gtk.Method.set_property=paintable) + * gtk_picture_set_paintable: * @self: a `GtkPicture` * @paintable: (nullable): a `GdkPaintable` * @@ -863,7 +863,7 @@ gtk_picture_set_paintable (GtkPicture *self, } /** - * gtk_picture_get_paintable: (attributes org.gtk.Method.get_property=paintable) + * gtk_picture_get_paintable: * @self: a `GtkPicture` * * Gets the `GdkPaintable` being displayed by the `GtkPicture`. @@ -879,7 +879,7 @@ gtk_picture_get_paintable (GtkPicture *self) } /** - * gtk_picture_set_keep_aspect_ratio: (attributes org.gtk.Method.set_property=keep-aspect-ratio) + * gtk_picture_set_keep_aspect_ratio: * @self: a `GtkPicture` * @keep_aspect_ratio: whether to keep aspect ratio * @@ -908,7 +908,7 @@ gtk_picture_set_keep_aspect_ratio (GtkPicture *self, } /** - * gtk_picture_get_keep_aspect_ratio: (attributes org.gtk.Method.get_property=keep-aspect-ratio) + * gtk_picture_get_keep_aspect_ratio: * @self: a `GtkPicture` * * Returns whether the `GtkPicture` preserves its contents aspect ratio. @@ -928,7 +928,7 @@ gtk_picture_get_keep_aspect_ratio (GtkPicture *self) } /** - * gtk_picture_set_can_shrink: (attributes org.gtk.Method.set_property=can-shrink) + * gtk_picture_set_can_shrink: * @self: a `GtkPicture` * @can_shrink: if @self can be made smaller than its contents * @@ -960,7 +960,7 @@ gtk_picture_set_can_shrink (GtkPicture *self, } /** - * gtk_picture_get_can_shrink: (attributes org.gtk.Method.get_property=can-shrink) + * gtk_picture_get_can_shrink: * @self: a `GtkPicture` * * Returns whether the `GtkPicture` respects its contents size. @@ -976,7 +976,7 @@ gtk_picture_get_can_shrink (GtkPicture *self) } /** - * gtk_picture_set_content_fit: (attributes org.gtk.Method.set_property=content-fit) + * gtk_picture_set_content_fit: * @self: a `GtkPicture` * @content_fit: the content fit mode * @@ -1011,7 +1011,7 @@ gtk_picture_set_content_fit (GtkPicture *self, } /** - * gtk_picture_get_content_fit: (attributes org.gtk.Method.get_property=content-fit) + * gtk_picture_get_content_fit: * @self: a `GtkPicture` * * Returns the fit mode for the content of the `GtkPicture`. @@ -1031,7 +1031,7 @@ gtk_picture_get_content_fit (GtkPicture *self) } /** - * gtk_picture_set_alternative_text: (attributes org.gtk.Method.set_property=alternative-text) + * gtk_picture_set_alternative_text: * @self: a `GtkPicture` * @alternative_text: (nullable): a textual description of the contents * @@ -1063,7 +1063,7 @@ gtk_picture_set_alternative_text (GtkPicture *self, } /** - * gtk_picture_get_alternative_text: (attributes org.gtk.Method.get_property=alternative-text) + * gtk_picture_get_alternative_text: * @self: a `GtkPicture` * * Gets the alternative textual description of the picture. diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c index 9706ab3cd5..c5a94f4b6c 100644 --- a/gtk/gtkpopover.c +++ b/gtk/gtkpopover.c @@ -2038,7 +2038,7 @@ gtk_popover_new (void) } /** - * gtk_popover_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_popover_set_child: * @popover: a `GtkPopover` * @child: (nullable): the child widget * @@ -2068,7 +2068,7 @@ gtk_popover_set_child (GtkPopover *popover, } /** - * gtk_popover_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_popover_get_child: * @popover: a `GtkPopover` * * Gets the child widget of @popover. @@ -2087,7 +2087,7 @@ gtk_popover_get_child (GtkPopover *popover) /** - * gtk_popover_set_default_widget: (attributes org.gtk.Method.set_property=default-widget) + * gtk_popover_set_default_widget: * @popover: a `GtkPopover` * @widget: (nullable): a child widget of @popover to set as * the default, or %NULL to unset the default widget for the popover @@ -2165,7 +2165,7 @@ gtk_popover_buildable_init (GtkBuildableIface *iface) } /** - * gtk_popover_set_pointing_to: (attributes org.gtk.Method.set_property=pointing-to) + * gtk_popover_set_pointing_to: * @popover: a `GtkPopover` * @rect: (nullable): rectangle to point to * @@ -2198,7 +2198,7 @@ gtk_popover_set_pointing_to (GtkPopover *popover, } /** - * gtk_popover_get_pointing_to: (attributes org.gtk.Method.get_property=pointing-to) + * gtk_popover_get_pointing_to: * @popover: a `GtkPopover` * @rect: (out): location to store the rectangle * @@ -2243,7 +2243,7 @@ gtk_popover_get_pointing_to (GtkPopover *popover, } /** - * gtk_popover_set_position: (attributes org.gtk.Method.set_property=position) + * gtk_popover_set_position: * @popover: a `GtkPopover` * @position: preferred popover position * @@ -2279,7 +2279,7 @@ gtk_popover_set_position (GtkPopover *popover, } /** - * gtk_popover_get_position: (attributes org.gtk.Method.get_property=position) + * gtk_popover_get_position: * @popover: a `GtkPopover` * * Returns the preferred position of @popover. @@ -2297,7 +2297,7 @@ gtk_popover_get_position (GtkPopover *popover) } /** - * gtk_popover_set_autohide: (attributes org.gtk.Method.set_property=autohide) + * gtk_popover_set_autohide: * @popover: a `GtkPopover` * @autohide: %TRUE to dismiss the popover on outside clicks * @@ -2332,7 +2332,7 @@ gtk_popover_set_autohide (GtkPopover *popover, } /** - * gtk_popover_get_autohide: (attributes org.gtk.Method.get_property=autohide) + * gtk_popover_get_autohide: * @popover: a `GtkPopover` * * Returns whether the popover is modal. @@ -2428,7 +2428,7 @@ gtk_popover_get_contents_widget (GtkPopover *popover) } /** - * gtk_popover_set_has_arrow: (attributes org.gtk.Method.set_property=has-arrow) + * gtk_popover_set_has_arrow: * @popover: a `GtkPopover` * @has_arrow: %TRUE to draw an arrow * @@ -2453,7 +2453,7 @@ gtk_popover_set_has_arrow (GtkPopover *popover, } /** - * gtk_popover_get_has_arrow: (attributes org.gtk.Method.get_property=has-arrow) + * gtk_popover_get_has_arrow: * @popover: a `GtkPopover` * * Gets whether this popover is showing an arrow @@ -2472,7 +2472,7 @@ gtk_popover_get_has_arrow (GtkPopover *popover) } /** - * gtk_popover_set_mnemonics_visible: (attributes org.gtk.Method.set_property=mnemonics-visible) + * gtk_popover_set_mnemonics_visible: * @popover: a `GtkPopover` * @mnemonics_visible: the new value * @@ -2502,7 +2502,7 @@ gtk_popover_set_mnemonics_visible (GtkPopover *popover, } /** - * gtk_popover_get_mnemonics_visible: (attributes org.gtk.Method.get_property=mnemonics-visible) + * gtk_popover_get_mnemonics_visible: * @popover: a `GtkPopover` * * Gets whether mnemonics are visible. @@ -2583,7 +2583,7 @@ gtk_popover_get_offset (GtkPopover *popover, } /** - * gtk_popover_set_cascade_popdown: (attributes org.gtk.Method.set_property=cascade-popdown) + * gtk_popover_set_cascade_popdown: * @popover: A `GtkPopover` * @cascade_popdown: %TRUE if the popover should follow a child closing * @@ -2606,7 +2606,7 @@ gtk_popover_set_cascade_popdown (GtkPopover *popover, } /** - * gtk_popover_get_cascade_popdown: (attributes org.gtk.Method.get_property=cascade-popdown) + * gtk_popover_get_cascade_popdown: * @popover: a `GtkPopover` * * Returns whether the popover will close after a modal child is closed. diff --git a/gtk/gtkpopovermenu.c b/gtk/gtkpopovermenu.c index c8c015ec1a..f43bd9421b 100644 --- a/gtk/gtkpopovermenu.c +++ b/gtk/gtkpopovermenu.c @@ -824,7 +824,7 @@ gtk_popover_menu_new_from_model_full (GMenuModel *model, } /** - * gtk_popover_menu_set_menu_model: (attributes org.gtk.Method.set_property=menu-model) + * gtk_popover_menu_set_menu_model: * @popover: a `GtkPopoverMenu` * @model: (nullable): a `GMenuModel` * @@ -849,7 +849,7 @@ gtk_popover_menu_set_menu_model (GtkPopoverMenu *popover, } /** - * gtk_popover_menu_set_flags: (attributes org.gtk.Method.set_property=flags) + * gtk_popover_menu_set_flags: * @popover: a `GtkPopoverMenu` * @flags: a set of `GtkPopoverMenuFlags` * @@ -879,7 +879,7 @@ gtk_popover_menu_set_flags (GtkPopoverMenu *popover, } /** - * gtk_popover_menu_get_menu_model: (attributes org.gtk.Method.get_property=menu-model) + * gtk_popover_menu_get_menu_model: * @popover: a `GtkPopoverMenu` * * Returns the menu model used to populate the popover. @@ -895,7 +895,7 @@ gtk_popover_menu_get_menu_model (GtkPopoverMenu *popover) } /** - * gtk_popover_menu_get_flags: (attributes org.gtk.Method.get_property=flags) + * gtk_popover_menu_get_flags: * @popover: a `GtkPopoverMenu` * * Returns the flags that @popover uses to create/display a menu from its model. diff --git a/gtk/gtkpopovermenubar.c b/gtk/gtkpopovermenubar.c index 1a25e4c0b0..d913499bcd 100644 --- a/gtk/gtkpopovermenubar.c +++ b/gtk/gtkpopovermenubar.c @@ -695,7 +695,7 @@ gtk_popover_menu_bar_new_from_model (GMenuModel *model) } /** - * gtk_popover_menu_bar_set_menu_model: (attributes org.gtk.Method.set_property=menu-model) + * gtk_popover_menu_bar_set_menu_model: * @bar: a `GtkPopoverMenuBar` * @model: (nullable): a `GMenuModel` * @@ -738,7 +738,7 @@ gtk_popover_menu_bar_set_menu_model (GtkPopoverMenuBar *bar, } /** - * gtk_popover_menu_bar_get_menu_model: (attributes org.gtk.Method.get_property=menu-model) + * gtk_popover_menu_bar_get_menu_model: * @bar: a `GtkPopoverMenuBar` * * Returns the model from which the contents of @bar are taken. diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index 1d80a6b2d3..6bfb456cf7 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -757,7 +757,7 @@ gtk_progress_bar_set_activity_mode (GtkProgressBar *pbar, } /** - * gtk_progress_bar_set_fraction: (attributes org.gtk.Method.set_property=fraction) + * gtk_progress_bar_set_fraction: * @pbar: a `GtkProgressBar` * @fraction: fraction of the task that’s been completed * @@ -841,7 +841,7 @@ gtk_progress_bar_pulse (GtkProgressBar *pbar) } /** - * gtk_progress_bar_set_text: (attributes org.gtk.Method.set_property=text) + * gtk_progress_bar_set_text: * @pbar: a `GtkProgressBar` * @text: (nullable): a UTF-8 string * @@ -877,7 +877,7 @@ gtk_progress_bar_set_text (GtkProgressBar *pbar, } /** - * gtk_progress_bar_set_show_text: (attributes org.gtk.Method.set_property=show-text) + * gtk_progress_bar_set_show_text: * @pbar: a `GtkProgressBar` * @show_text: whether to show text * @@ -927,7 +927,7 @@ gtk_progress_bar_set_show_text (GtkProgressBar *pbar, } /** - * gtk_progress_bar_get_show_text: (attributes org.gtk.Method.get_property=show-text) + * gtk_progress_bar_get_show_text: * @pbar: a `GtkProgressBar` * * Returns whether the `GtkProgressBar` shows text. @@ -945,7 +945,7 @@ gtk_progress_bar_get_show_text (GtkProgressBar *pbar) } /** - * gtk_progress_bar_set_pulse_step: (attributes org.gtk.Method.set_property=pulse-step) + * gtk_progress_bar_set_pulse_step: * @pbar: a `GtkProgressBar` * @fraction: fraction between 0.0 and 1.0 * @@ -1013,7 +1013,7 @@ gtk_progress_bar_set_orientation (GtkProgressBar *pbar, } /** - * gtk_progress_bar_set_inverted: (attributes org.gtk.Method.set_property=inverted) + * gtk_progress_bar_set_inverted: * @pbar: a `GtkProgressBar` * @inverted: %TRUE to invert the progress bar * @@ -1040,7 +1040,7 @@ gtk_progress_bar_set_inverted (GtkProgressBar *pbar, } /** - * gtk_progress_bar_get_text: (attributes org.gtk.Method.get_property=text) + * gtk_progress_bar_get_text: * @pbar: a `GtkProgressBar` * * Retrieves the text that is displayed with the progress bar. @@ -1059,7 +1059,7 @@ gtk_progress_bar_get_text (GtkProgressBar *pbar) } /** - * gtk_progress_bar_get_fraction: (attributes org.gtk.Method.get_property=fraction) + * gtk_progress_bar_get_fraction: * @pbar: a `GtkProgressBar` * * Returns the current fraction of the task that’s been completed. @@ -1075,7 +1075,7 @@ gtk_progress_bar_get_fraction (GtkProgressBar *pbar) } /** - * gtk_progress_bar_get_pulse_step: (attributes org.gtk.Method.get_property=pulse-step) + * gtk_progress_bar_get_pulse_step: * @pbar: a `GtkProgressBar` * * Retrieves the pulse step. @@ -1093,7 +1093,7 @@ gtk_progress_bar_get_pulse_step (GtkProgressBar *pbar) } /** - * gtk_progress_bar_get_inverted: (attributes org.gtk.Method.get_property=inverted) + * gtk_progress_bar_get_inverted: * @pbar: a `GtkProgressBar` * * Returns whether the progress bar is inverted. @@ -1109,7 +1109,7 @@ gtk_progress_bar_get_inverted (GtkProgressBar *pbar) } /** - * gtk_progress_bar_set_ellipsize: (attributes org.gtk.Method.set_property=ellipsize) + * gtk_progress_bar_set_ellipsize: * @pbar: a `GtkProgressBar` * @mode: a `PangoEllipsizeMode` * @@ -1138,7 +1138,7 @@ gtk_progress_bar_set_ellipsize (GtkProgressBar *pbar, } /** - * gtk_progress_bar_get_ellipsize: (attributes org.gtk.Method.get_property=ellipsize) + * gtk_progress_bar_get_ellipsize: * @pbar: a `GtkProgressBar` * * Returns the ellipsizing position of the progress bar. diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index c00bca71b0..d309d68cbf 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -635,7 +635,7 @@ gtk_range_set_orientation (GtkRange *range, } /** - * gtk_range_get_adjustment: (attributes org.gtk.Method.get_property=adjustment) + * gtk_range_get_adjustment: * @range: a `GtkRange` * * Get the adjustment which is the “model” object for `GtkRange`. @@ -656,7 +656,7 @@ gtk_range_get_adjustment (GtkRange *range) } /** - * gtk_range_set_adjustment: (attributes org.gtk.Method.set_property=adjustment) + * gtk_range_set_adjustment: * @range: a `GtkRange` * @adjustment: a `GtkAdjustment` * @@ -792,7 +792,7 @@ update_fill_position (GtkRange *range) } /** - * gtk_range_set_inverted: (attributes org.gtk.Method.set_property=inverted) + * gtk_range_set_inverted: * @range: a `GtkRange` * @setting: %TRUE to invert the range * @@ -827,7 +827,7 @@ gtk_range_set_inverted (GtkRange *range, } /** - * gtk_range_get_inverted: (attributes org.gtk.Method.get_property=inverted) + * gtk_range_get_inverted: * @range: a `GtkRange` * * Gets whether the range is inverted. @@ -1144,7 +1144,7 @@ gtk_range_get_value (GtkRange *range) } /** - * gtk_range_set_show_fill_level: (attributes org.gtk.Method.set_property=show-fill-level) + * gtk_range_set_show_fill_level: * @range: A `GtkRange` * @show_fill_level: Whether a fill level indicator graphics is shown. * @@ -1184,7 +1184,7 @@ gtk_range_set_show_fill_level (GtkRange *range, } /** - * gtk_range_get_show_fill_level: (attributes org.gtk.Method.get_property=show-fill-level) + * gtk_range_get_show_fill_level: * @range: A `GtkRange` * * Gets whether the range displays the fill level graphically. @@ -1202,7 +1202,7 @@ gtk_range_get_show_fill_level (GtkRange *range) } /** - * gtk_range_set_restrict_to_fill_level: (attributes org.gtk.Method.set_property=restrict-to-fill-level) + * gtk_range_set_restrict_to_fill_level: * @range: A `GtkRange` * @restrict_to_fill_level: Whether the fill level restricts slider movement. * @@ -1231,7 +1231,7 @@ gtk_range_set_restrict_to_fill_level (GtkRange *range, } /** - * gtk_range_get_restrict_to_fill_level: (attributes org.gtk.Method.get_property=restrict-to-fill-level) + * gtk_range_get_restrict_to_fill_level: * @range: A `GtkRange` * * Gets whether the range is restricted to the fill level. @@ -1249,7 +1249,7 @@ gtk_range_get_restrict_to_fill_level (GtkRange *range) } /** - * gtk_range_set_fill_level: (attributes org.gtk.Method.set_property=fill-level) + * gtk_range_set_fill_level: * @range: a `GtkRange` * @fill_level: the new position of the fill level indicator * @@ -1293,7 +1293,7 @@ gtk_range_set_fill_level (GtkRange *range, } /** - * gtk_range_get_fill_level: (attributes org.gtk.Method.get_property=fill-level) + * gtk_range_get_fill_level: * @range: A `GtkRange` * * Gets the current position of the fill level indicator. @@ -2894,7 +2894,7 @@ _gtk_range_get_stop_positions (GtkRange *range, } /** - * gtk_range_set_round_digits: (attributes org.gtk.Method.set_property=round-digits) + * gtk_range_set_round_digits: * @range: a `GtkRange` * @round_digits: the precision in digits, or -1 * @@ -2920,7 +2920,7 @@ gtk_range_set_round_digits (GtkRange *range, } /** - * gtk_range_get_round_digits: (attributes org.gtk.Method.get_property=round-digits) + * gtk_range_get_round_digits: * @range: a `GtkRange` * * Gets the number of digits to round the value to when diff --git a/gtk/gtkrevealer.c b/gtk/gtkrevealer.c index 4ee7db5faa..dec45c3220 100644 --- a/gtk/gtkrevealer.c +++ b/gtk/gtkrevealer.c @@ -668,7 +668,7 @@ gtk_revealer_start_animation (GtkRevealer *revealer, } /** - * gtk_revealer_set_reveal_child: (attributes org.gtk.Method.set_property=reveal-child) + * gtk_revealer_set_reveal_child: * @revealer: a `GtkRevealer` * @reveal_child: %TRUE to reveal the child * @@ -690,7 +690,7 @@ gtk_revealer_set_reveal_child (GtkRevealer *revealer, } /** - * gtk_revealer_get_reveal_child: (attributes org.gtk.Method.get_property=reveal-child) + * gtk_revealer_get_reveal_child: * @revealer: a `GtkRevealer` * * Returns whether the child is currently revealed. @@ -711,7 +711,7 @@ gtk_revealer_get_reveal_child (GtkRevealer *revealer) } /** - * gtk_revealer_get_child_revealed: (attributes org.gtk.Method.get_property=child-revealed) + * gtk_revealer_get_child_revealed: * @revealer: a `GtkRevealer` * * Returns whether the child is fully revealed. @@ -775,7 +775,7 @@ gtk_revealer_measure (GtkWidget *widget, } /** - * gtk_revealer_get_transition_duration: (attributes org.gtk.Method.get_property=transition-duration) + * gtk_revealer_get_transition_duration: * @revealer: a `GtkRevealer` * * Returns the amount of time (in milliseconds) that @@ -792,7 +792,7 @@ gtk_revealer_get_transition_duration (GtkRevealer *revealer) } /** - * gtk_revealer_set_transition_duration: (attributes org.gtk.Method.set_property=transition-duration) + * gtk_revealer_set_transition_duration: * @revealer: a `GtkRevealer` * @duration: the new duration, in milliseconds * @@ -812,7 +812,7 @@ gtk_revealer_set_transition_duration (GtkRevealer *revealer, } /** - * gtk_revealer_get_transition_type: (attributes org.gtk.Method.get_property=transition-type) + * gtk_revealer_get_transition_type: * @revealer: a `GtkRevealer` * * Gets the type of animation that will be used @@ -829,7 +829,7 @@ gtk_revealer_get_transition_type (GtkRevealer *revealer) } /** - * gtk_revealer_set_transition_type: (attributes org.gtk.Method.set_property=transition-type) + * gtk_revealer_set_transition_type: * @revealer: a `GtkRevealer` * @transition: the new transition type * @@ -853,7 +853,7 @@ gtk_revealer_set_transition_type (GtkRevealer *revealer, } /** - * gtk_revealer_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_revealer_set_child: * @revealer: a `GtkRevealer` * @child: (nullable): the child widget * @@ -882,7 +882,7 @@ gtk_revealer_set_child (GtkRevealer *revealer, } /** - * gtk_revealer_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_revealer_get_child: * @revealer: a `GtkRevealer` * * Gets the child widget of @revealer. diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index c2974cf2a3..252db1d13b 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -1007,7 +1007,7 @@ gtk_scale_new_with_range (GtkOrientation orientation, } /** - * gtk_scale_set_digits: (attributes org.gtk.Method.set_property=digits) + * gtk_scale_set_digits: * @scale: a `GtkScale` * @digits: the number of decimal places to display, * e.g. use 1 to display 1.0, 2 to display 1.00, etc @@ -1054,7 +1054,7 @@ gtk_scale_set_digits (GtkScale *scale, } /** - * gtk_scale_get_digits: (attributes org.gtk.Method.get_property=digits) + * gtk_scale_get_digits: * @scale: a `GtkScale` * * Gets the number of decimal places that are displayed in the value. @@ -1105,7 +1105,7 @@ update_value_position (GtkScale *scale) } /** - * gtk_scale_set_draw_value: (attributes org.gtk.Method.set_property=draw-value) + * gtk_scale_set_draw_value: * @scale: a `GtkScale` * @draw_value: %TRUE to draw the value * @@ -1147,7 +1147,7 @@ gtk_scale_set_draw_value (GtkScale *scale, } /** - * gtk_scale_get_draw_value: (attributes org.gtk.Method.get_property=draw-value) + * gtk_scale_get_draw_value: * @scale: a `GtkScale` * * Returns whether the current value is displayed as a string @@ -1166,7 +1166,7 @@ gtk_scale_get_draw_value (GtkScale *scale) } /** - * gtk_scale_set_has_origin: (attributes org.gtk.Method.set_property=has-origin) + * gtk_scale_set_has_origin: * @scale: a `GtkScale` * @has_origin: %TRUE if the scale has an origin * @@ -1195,7 +1195,7 @@ gtk_scale_set_has_origin (GtkScale *scale, } /** - * gtk_scale_get_has_origin: (attributes org.gtk.Method.get_property=has-origin) + * gtk_scale_get_has_origin: * @scale: a `GtkScale` * * Returns whether the scale has an origin. @@ -1211,7 +1211,7 @@ gtk_scale_get_has_origin (GtkScale *scale) } /** - * gtk_scale_set_value_pos: (attributes org.gtk.Method.set_property=value-pos) + * gtk_scale_set_value_pos: * @scale: a `GtkScale` * @pos: the position in which the current value is displayed * @@ -1237,7 +1237,7 @@ gtk_scale_set_value_pos (GtkScale *scale, } /** - * gtk_scale_get_value_pos: (attributes org.gtk.Method.get_property=value-pos) + * gtk_scale_get_value_pos: * @scale: a `GtkScale` * * Gets the position in which the current value is displayed. diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index c9ac62adfb..d536c20aba 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -635,7 +635,7 @@ gtk_scale_button_new (double min, } /** - * gtk_scale_button_get_value: (attributes org.gtk.Method.get_property=value) + * gtk_scale_button_get_value: * @button: a `GtkScaleButton` * * Gets the current value of the scale button. @@ -653,7 +653,7 @@ gtk_scale_button_get_value (GtkScaleButton * button) } /** - * gtk_scale_button_set_value: (attributes org.gtk.Method.set_property=value) + * gtk_scale_button_set_value: * @button: a `GtkScaleButton` * @value: new value of the scale button * @@ -678,7 +678,7 @@ gtk_scale_button_set_value (GtkScaleButton *button, } /** - * gtk_scale_button_set_icons: (attributes org.gtk.Method.set_property=icons) + * gtk_scale_button_set_icons: * @button: a `GtkScaleButton` * @icons: (array zero-terminated=1): a %NULL-terminated array of icon names * @@ -702,7 +702,7 @@ gtk_scale_button_set_icons (GtkScaleButton *button, } /** - * gtk_scale_button_get_adjustment: (attributes org.gtk.Method.get_property=adjustment) + * gtk_scale_button_get_adjustment: * @button: a `GtkScaleButton` * * Gets the `GtkAdjustment` associated with the `GtkScaleButton`’s scale. @@ -722,7 +722,7 @@ gtk_scale_button_get_adjustment (GtkScaleButton *button) } /** - * gtk_scale_button_set_adjustment: (attributes org.gtk.Method.set_property=adjustment) + * gtk_scale_button_set_adjustment: * @button: a `GtkScaleButton` * @adjustment: a `GtkAdjustment` * @@ -821,7 +821,7 @@ gtk_scale_button_get_popup (GtkScaleButton *button) } /** - * gtk_scale_button_get_active: (attributes org.gtk.Method.get_property=active) + * gtk_scale_button_get_active: * @button: a `GtkScaleButton` * * Queries a `GtkScaleButton` and returns its current state. @@ -844,7 +844,7 @@ gtk_scale_button_get_active (GtkScaleButton *button) } /** - * gtk_scale_button_get_has_frame: (attributes org.gtk.Method.get_property=has-frame) + * gtk_scale_button_get_has_frame: * @button: a `GtkScaleButton` * * Returns whether the button has a frame. @@ -864,7 +864,7 @@ gtk_scale_button_get_has_frame (GtkScaleButton *button) } /** - * gtk_scale_button_set_has_frame: (attributes org.gtk.Method.set_property=has-frame) + * gtk_scale_button_set_has_frame: * @button: a `GtkScaleButton` * @has_frame: whether the button should have a visible frame * diff --git a/gtk/gtkscrollable.c b/gtk/gtkscrollable.c index e5c563bcae..02435cb7ee 100644 --- a/gtk/gtkscrollable.c +++ b/gtk/gtkscrollable.c @@ -111,7 +111,7 @@ gtk_scrollable_default_init (GtkScrollableInterface *iface) } /** - * gtk_scrollable_get_hadjustment: (attributes org.gtk.Method.get_property=hadjustment) + * gtk_scrollable_get_hadjustment: * @scrollable: a `GtkScrollable` * * Retrieves the `GtkAdjustment` used for horizontal scrolling. @@ -138,7 +138,7 @@ gtk_scrollable_get_hadjustment (GtkScrollable *scrollable) } /** - * gtk_scrollable_set_hadjustment: (attributes org.gtk.Method.set_property=hadjustment) + * gtk_scrollable_set_hadjustment: * @scrollable: a `GtkScrollable` * @hadjustment: (nullable): a `GtkAdjustment` * @@ -155,7 +155,7 @@ gtk_scrollable_set_hadjustment (GtkScrollable *scrollable, } /** - * gtk_scrollable_get_vadjustment: (attributes org.gtk.Method.get_property=vadjustment) + * gtk_scrollable_get_vadjustment: * @scrollable: a `GtkScrollable` * * Retrieves the `GtkAdjustment` used for vertical scrolling. @@ -182,7 +182,7 @@ gtk_scrollable_get_vadjustment (GtkScrollable *scrollable) } /** - * gtk_scrollable_set_vadjustment: (attributes org.gtk.Method.set_property=vadjustment) + * gtk_scrollable_set_vadjustment: * @scrollable: a `GtkScrollable` * @vadjustment: (nullable): a `GtkAdjustment` * @@ -200,7 +200,7 @@ gtk_scrollable_set_vadjustment (GtkScrollable *scrollable, /** - * gtk_scrollable_get_hscroll_policy: (attributes org.gtk.Method.get_property=hscroll-policy) + * gtk_scrollable_get_hscroll_policy: * @scrollable: a `GtkScrollable` * * Gets the horizontal `GtkScrollablePolicy`. @@ -220,7 +220,7 @@ gtk_scrollable_get_hscroll_policy (GtkScrollable *scrollable) } /** - * gtk_scrollable_set_hscroll_policy: (attributes org.gtk.Method.set_property=hscroll-policy) + * gtk_scrollable_set_hscroll_policy: * @scrollable: a `GtkScrollable` * @policy: the horizontal `GtkScrollablePolicy` * @@ -239,7 +239,7 @@ gtk_scrollable_set_hscroll_policy (GtkScrollable *scrollable, } /** - * gtk_scrollable_get_vscroll_policy: (attributes org.gtk.Method.get_property=vscroll-policy) + * gtk_scrollable_get_vscroll_policy: * @scrollable: a `GtkScrollable` * * Gets the vertical `GtkScrollablePolicy`. @@ -259,7 +259,7 @@ gtk_scrollable_get_vscroll_policy (GtkScrollable *scrollable) } /** - * gtk_scrollable_set_vscroll_policy: (attributes org.gtk.Method.set_property=vscroll-policy) + * gtk_scrollable_set_vscroll_policy: * @scrollable: a `GtkScrollable` * @policy: the vertical `GtkScrollablePolicy` * diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index 414ecc2413..493bd7676d 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -319,7 +319,7 @@ gtk_scrollbar_adjustment_value_changed (GtkAdjustment *adjustment, } /** - * gtk_scrollbar_set_adjustment: (attributes org.gtk.Method.set_property=adjustment) + * gtk_scrollbar_set_adjustment: * @self: a `GtkScrollbar` * @adjustment: (nullable): the adjustment to set * @@ -365,7 +365,7 @@ gtk_scrollbar_set_adjustment (GtkScrollbar *self, } /** - * gtk_scrollbar_get_adjustment: (attributes org.gtk.Method.get_property=adjustment) + * gtk_scrollbar_get_adjustment: * @self: a `GtkScrollbar` * * Returns the scrollbar's adjustment. diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 98f6f9bd3a..ff79d82cb1 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -2169,7 +2169,7 @@ gtk_scrolled_window_new (void) } /** - * gtk_scrolled_window_set_hadjustment: (attributes org.gtk.Method.set_property=hadjustment) + * gtk_scrolled_window_set_hadjustment: * @scrolled_window: a `GtkScrolledWindow` * @hadjustment: (nullable): the `GtkAdjustment` to use, or %NULL to create a new one * @@ -2238,7 +2238,7 @@ gtk_scrolled_window_set_hadjustment (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_set_vadjustment: (attributes org.gtk.Method.set_property=vadjustment) + * gtk_scrolled_window_set_vadjustment: * @scrolled_window: a `GtkScrolledWindow` * @vadjustment: (nullable): the `GtkAdjustment` to use, or %NULL to create a new one * @@ -2307,7 +2307,7 @@ gtk_scrolled_window_set_vadjustment (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_get_hadjustment: (attributes org.gtk.Method.get_property=hadjustment) + * gtk_scrolled_window_get_hadjustment: * @scrolled_window: a `GtkScrolledWindow` * * Returns the horizontal scrollbar’s adjustment. @@ -2328,7 +2328,7 @@ gtk_scrolled_window_get_hadjustment (GtkScrolledWindow *scrolled_window) } /** - * gtk_scrolled_window_get_vadjustment: (attributes org.gtk.Method.get_property=vadjustment) + * gtk_scrolled_window_get_vadjustment: * @scrolled_window: a `GtkScrolledWindow` * * Returns the vertical scrollbar’s adjustment. @@ -2521,7 +2521,7 @@ gtk_scrolled_window_unset_placement (GtkScrolledWindow *scrolled_window) } /** - * gtk_scrolled_window_set_has_frame: (attributes org.gtk.Method.set_property=has-frame) + * gtk_scrolled_window_set_has_frame: * @scrolled_window: a `GtkScrolledWindow` * @has_frame: whether to draw a frame around scrolled window contents * @@ -2549,7 +2549,7 @@ gtk_scrolled_window_set_has_frame (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_get_has_frame: (attributes org.gtk.Method.get_property=has-frame) + * gtk_scrolled_window_get_has_frame: * @scrolled_window: a `GtkScrolledWindow` * * Gets whether the scrolled window draws a frame. @@ -2567,7 +2567,7 @@ gtk_scrolled_window_get_has_frame (GtkScrolledWindow *scrolled_window) } /** - * gtk_scrolled_window_set_kinetic_scrolling: (attributes org.gtk.Method.set_property=kinetic-scrolling) + * gtk_scrolled_window_set_kinetic_scrolling: * @scrolled_window: a `GtkScrolledWindow` * @kinetic_scrolling: %TRUE to enable kinetic scrolling * @@ -2605,7 +2605,7 @@ gtk_scrolled_window_set_kinetic_scrolling (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_get_kinetic_scrolling: (attributes org.gtk.Method.get_property=kinetic-scrolling) + * gtk_scrolled_window_get_kinetic_scrolling: * @scrolled_window: a `GtkScrolledWindow` * * Returns the specified kinetic scrolling behavior. @@ -3888,7 +3888,7 @@ gtk_scrolled_window_unrealize (GtkWidget *widget) } /** - * gtk_scrolled_window_get_min_content_width: (attributes org.gtk.Method.get_property=min-content-width) + * gtk_scrolled_window_get_min_content_width: * @scrolled_window: a `GtkScrolledWindow` * * Gets the minimum content width of @scrolled_window. @@ -3906,7 +3906,7 @@ gtk_scrolled_window_get_min_content_width (GtkScrolledWindow *scrolled_window) } /** - * gtk_scrolled_window_set_min_content_width: (attributes org.gtk.Method.set_property=min-content-width) + * gtk_scrolled_window_set_min_content_width: * @scrolled_window: a `GtkScrolledWindow` * @width: the minimal content width * @@ -3939,7 +3939,7 @@ gtk_scrolled_window_set_min_content_width (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_get_min_content_height: (attributes org.gtk.Method.get_property=min-content-height) + * gtk_scrolled_window_get_min_content_height: * @scrolled_window: a `GtkScrolledWindow` * * Gets the minimal content height of @scrolled_window. @@ -3957,7 +3957,7 @@ gtk_scrolled_window_get_min_content_height (GtkScrolledWindow *scrolled_window) } /** - * gtk_scrolled_window_set_min_content_height: (attributes org.gtk.Method.set_property=min-content-height) + * gtk_scrolled_window_set_min_content_height: * @scrolled_window: a `GtkScrolledWindow` * @height: the minimal content height * @@ -3990,7 +3990,7 @@ gtk_scrolled_window_set_min_content_height (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_set_overlay_scrolling: (attributes org.gtk.Method.set_property=overlay-scrolling) + * gtk_scrolled_window_set_overlay_scrolling: * @scrolled_window: a `GtkScrolledWindow` * @overlay_scrolling: whether to enable overlay scrolling * @@ -4015,7 +4015,7 @@ gtk_scrolled_window_set_overlay_scrolling (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_get_overlay_scrolling: (attributes org.gtk.Method.get_property=overlay-scrolling) + * gtk_scrolled_window_get_overlay_scrolling: * @scrolled_window: a `GtkScrolledWindow` * * Returns whether overlay scrolling is enabled for this scrolled window. @@ -4033,7 +4033,7 @@ gtk_scrolled_window_get_overlay_scrolling (GtkScrolledWindow *scrolled_window) } /** - * gtk_scrolled_window_set_max_content_width: (attributes org.gtk.Method.set_property=max-content-width) + * gtk_scrolled_window_set_max_content_width: * @scrolled_window: a `GtkScrolledWindow` * @width: the maximum content width * @@ -4064,7 +4064,7 @@ gtk_scrolled_window_set_max_content_width (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_get_max_content_width: (attributes org.gtk.Method.get_property=max-content-width) + * gtk_scrolled_window_get_max_content_width: * @scrolled_window: a `GtkScrolledWindow` * * Returns the maximum content width set. @@ -4082,7 +4082,7 @@ gtk_scrolled_window_get_max_content_width (GtkScrolledWindow *scrolled_window) } /** - * gtk_scrolled_window_set_max_content_height: (attributes org.gtk.Method.set_property=max-content-height) + * gtk_scrolled_window_set_max_content_height: * @scrolled_window: a `GtkScrolledWindow` * @height: the maximum content height * @@ -4113,7 +4113,7 @@ gtk_scrolled_window_set_max_content_height (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_get_max_content_height: (attributes org.gtk.Method.get_property=max-content-height) + * gtk_scrolled_window_get_max_content_height: * @scrolled_window: a `GtkScrolledWindow` * * Returns the maximum content height set. @@ -4131,7 +4131,7 @@ gtk_scrolled_window_get_max_content_height (GtkScrolledWindow *scrolled_window) } /** - * gtk_scrolled_window_set_propagate_natural_width: (attributes org.gtk.Method.set_property=propagate-natural-width) + * gtk_scrolled_window_set_propagate_natural_width: * @scrolled_window: a `GtkScrolledWindow` * @propagate: whether to propagate natural width * @@ -4157,7 +4157,7 @@ gtk_scrolled_window_set_propagate_natural_width (GtkScrolledWindow *scrolled_win } /** - * gtk_scrolled_window_get_propagate_natural_width: (attributes org.gtk.Method.get_property=propagate-natural-width) + * gtk_scrolled_window_get_propagate_natural_width: * @scrolled_window: a `GtkScrolledWindow` * * Reports whether the natural width of the child will be calculated @@ -4176,7 +4176,7 @@ gtk_scrolled_window_get_propagate_natural_width (GtkScrolledWindow *scrolled_win } /** - * gtk_scrolled_window_set_propagate_natural_height: (attributes org.gtk.Method.set_property=propagate-natural-height) + * gtk_scrolled_window_set_propagate_natural_height: * @scrolled_window: a `GtkScrolledWindow` * @propagate: whether to propagate natural height * @@ -4202,7 +4202,7 @@ gtk_scrolled_window_set_propagate_natural_height (GtkScrolledWindow *scrolled_wi } /** - * gtk_scrolled_window_get_propagate_natural_height: (attributes org.gtk.Method.get_property=propagate-natural-height) + * gtk_scrolled_window_get_propagate_natural_height: * @scrolled_window: a `GtkScrolledWindow` * * Reports whether the natural height of the child will be calculated @@ -4221,7 +4221,7 @@ gtk_scrolled_window_get_propagate_natural_height (GtkScrolledWindow *scrolled_wi } /** - * gtk_scrolled_window_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_scrolled_window_set_child: * @scrolled_window: a `GtkScrolledWindow` * @child: (nullable): the child widget * @@ -4320,7 +4320,7 @@ gtk_scrolled_window_set_child (GtkScrolledWindow *scrolled_window, } /** - * gtk_scrolled_window_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_scrolled_window_get_child: * @scrolled_window: a `GtkScrolledWindow` * * Gets the child widget of @scrolled_window. diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c index 9ff8a439cf..514225786f 100644 --- a/gtk/gtksearchbar.c +++ b/gtk/gtksearchbar.c @@ -478,7 +478,7 @@ gtk_search_bar_set_search_mode (GtkSearchBar *bar, } /** - * gtk_search_bar_get_show_close_button: (attributes org.gtk.Method.get_property=show-close-button) + * gtk_search_bar_get_show_close_button: * @bar: a `GtkSearchBar` * * Returns whether the close button is shown. @@ -494,7 +494,7 @@ gtk_search_bar_get_show_close_button (GtkSearchBar *bar) } /** - * gtk_search_bar_set_show_close_button: (attributes org.gtk.Method.set_property=show-close-button) + * gtk_search_bar_set_show_close_button: * @bar: a `GtkSearchBar` * @visible: whether the close button will be shown or not * @@ -599,7 +599,7 @@ capture_widget_key_handled (GtkEventControllerKey *controller, } /** - * gtk_search_bar_set_key_capture_widget: (attributes org.gtk.Method.set_property=key-capture-widget) + * gtk_search_bar_set_key_capture_widget: * @bar: a `GtkSearchBar` * @widget: (nullable) (transfer none): a `GtkWidget` * @@ -655,7 +655,7 @@ gtk_search_bar_set_key_capture_widget (GtkSearchBar *bar, } /** - * gtk_search_bar_get_key_capture_widget: (attributes org.gtk.Method.get_property=key-capture-widget) + * gtk_search_bar_get_key_capture_widget: * @bar: a `GtkSearchBar` * * Gets the widget that @bar is capturing key events from. @@ -671,7 +671,7 @@ gtk_search_bar_get_key_capture_widget (GtkSearchBar *bar) } /** - * gtk_search_bar_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_search_bar_set_child: * @bar: a `GtkSearchBar` * @child: (nullable): the child widget * @@ -709,7 +709,7 @@ gtk_search_bar_set_child (GtkSearchBar *bar, } /** - * gtk_search_bar_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_search_bar_get_child: * @bar: a `GtkSearchBar` * * Gets the child widget of @bar. diff --git a/gtk/gtkselectionfiltermodel.c b/gtk/gtkselectionfiltermodel.c index 30730ed5ba..fb3c0b0c43 100644 --- a/gtk/gtkselectionfiltermodel.c +++ b/gtk/gtkselectionfiltermodel.c @@ -292,7 +292,7 @@ gtk_selection_filter_model_new (GtkSelectionModel *model) } /** - * gtk_selection_filter_model_set_model: (attributes org.gtk.Method.set_property=model) + * gtk_selection_filter_model_set_model: * @self: a `GtkSelectionFilterModel` * @model: (nullable): The model to be filtered * @@ -343,7 +343,7 @@ gtk_selection_filter_model_set_model (GtkSelectionFilterModel *self, } /** - * gtk_selection_filter_model_get_model: (attributes org.gtk.Method.get_property=model) + * gtk_selection_filter_model_get_model: * @self: a `GtkSelectionFilterModel` * * Gets the model currently filtered or %NULL if none. diff --git a/gtk/gtkshortcut.c b/gtk/gtkshortcut.c index 2cfd164150..97a84dce1b 100644 --- a/gtk/gtkshortcut.c +++ b/gtk/gtkshortcut.c @@ -270,7 +270,7 @@ gtk_shortcut_new_with_arguments (GtkShortcutTrigger *trigger, } /** - * gtk_shortcut_get_action: (attributes org.gtk.Method.get_property=action) + * gtk_shortcut_get_action: * @self: a `GtkShortcut` * * Gets the action that is activated by this shortcut. @@ -286,7 +286,7 @@ gtk_shortcut_get_action (GtkShortcut *self) } /** - * gtk_shortcut_set_action: (attributes org.gtk.Method.set_property=action) + * gtk_shortcut_set_action: * @self: a `GtkShortcut` * @action: (transfer full) (nullable): The new action. * If the @action is %NULL, the nothing action will be used. @@ -310,7 +310,7 @@ gtk_shortcut_set_action (GtkShortcut *self, } /** - * gtk_shortcut_get_trigger: (attributes org.gtk.Method.get_property=trigger) + * gtk_shortcut_get_trigger: * @self: a `GtkShortcut` * * Gets the trigger used to trigger @self. @@ -326,7 +326,7 @@ gtk_shortcut_get_trigger (GtkShortcut *self) } /** - * gtk_shortcut_set_trigger: (attributes org.gtk.Method.set_property=trigger) + * gtk_shortcut_set_trigger: * @self: a `GtkShortcut` * @trigger: (transfer full) (nullable): The new trigger. * If the @trigger is %NULL, the never trigger will be used. @@ -350,7 +350,7 @@ gtk_shortcut_set_trigger (GtkShortcut *self, } /** - * gtk_shortcut_get_arguments: (attributes org.gtk.Method.get_property=arguments) + * gtk_shortcut_get_arguments: * @self: a `GtkShortcut` * * Gets the arguments that are passed when activating the shortcut. @@ -366,7 +366,7 @@ gtk_shortcut_get_arguments (GtkShortcut *self) } /** - * gtk_shortcut_set_arguments: (attributes org.gtk.Method.set_property=arguments) + * gtk_shortcut_set_arguments: * @self: a `GtkShortcut` * @args: (nullable): arguments to pass when activating @self * diff --git a/gtk/gtkshortcutaction.c b/gtk/gtkshortcutaction.c index 30a8a44fbb..fea9698ff4 100644 --- a/gtk/gtkshortcutaction.c +++ b/gtk/gtkshortcutaction.c @@ -991,7 +991,7 @@ gtk_signal_action_new (const char *signal_name) } /** - * gtk_signal_action_get_signal_name: (attributes org.gtk.Method.get_property=signal-name) + * gtk_signal_action_get_signal_name: * @self: a signal action * * Returns the name of the signal that will be emitted. @@ -1234,7 +1234,7 @@ gtk_named_action_new (const char *name) } /** - * gtk_named_action_get_action_name: (attributes org.gtk.Method.get_property=action-name) + * gtk_named_action_get_action_name: * @self: a named action * * Returns the name of the action that will be activated. diff --git a/gtk/gtkshortcutcontroller.c b/gtk/gtkshortcutcontroller.c index b3fd35a610..eb78f0444d 100644 --- a/gtk/gtkshortcutcontroller.c +++ b/gtk/gtkshortcutcontroller.c @@ -857,7 +857,7 @@ gtk_shortcut_controller_remove_shortcut (GtkShortcutController *self, } /** - * gtk_shortcut_controller_set_scope: (attributes org.gtk.Method.set_property=scope) + * gtk_shortcut_controller_set_scope: * @self: a `GtkShortcutController` * @scope: the new scope to use * @@ -896,7 +896,7 @@ gtk_shortcut_controller_set_scope (GtkShortcutController *self, } /** - * gtk_shortcut_controller_get_scope: (attributes org.gtk.Method.get_property=scope) + * gtk_shortcut_controller_get_scope: * @self: a `GtkShortcutController` * * Gets the scope for when this controller activates its shortcuts. diff --git a/gtk/gtkshortcutlabel.c b/gtk/gtkshortcutlabel.c index e502861bb3..e242f138c3 100644 --- a/gtk/gtkshortcutlabel.c +++ b/gtk/gtkshortcutlabel.c @@ -551,7 +551,7 @@ gtk_shortcut_label_new (const char *accelerator) } /** - * gtk_shortcut_label_get_accelerator: (attributes org.gtk.Method.get_property=accelerator) + * gtk_shortcut_label_get_accelerator: * @self: a `GtkShortcutLabel` * * Retrieves the current accelerator of @self. @@ -567,7 +567,7 @@ gtk_shortcut_label_get_accelerator (GtkShortcutLabel *self) } /** - * gtk_shortcut_label_set_accelerator: (attributes org.gtk.Method.set_property=accelerator) + * gtk_shortcut_label_set_accelerator: * @self: a `GtkShortcutLabel` * @accelerator: the new accelerator * @@ -589,7 +589,7 @@ gtk_shortcut_label_set_accelerator (GtkShortcutLabel *self, } /** - * gtk_shortcut_label_get_disabled_text: (attributes org.gtk.Method.get_property=disabled-text) + * gtk_shortcut_label_get_disabled_text: * @self: a `GtkShortcutLabel` * * Retrieves the text that is displayed when no accelerator is set. @@ -606,7 +606,7 @@ gtk_shortcut_label_get_disabled_text (GtkShortcutLabel *self) } /** - * gtk_shortcut_label_set_disabled_text: (attributes org.gtk.Method.set_property=disabled-text) + * gtk_shortcut_label_set_disabled_text: * @self: a `GtkShortcutLabel` * @disabled_text: the text to be displayed when no accelerator is set * diff --git a/gtk/gtkshortcuttrigger.c b/gtk/gtkshortcuttrigger.c index 6c11e328c1..956f128906 100644 --- a/gtk/gtkshortcuttrigger.c +++ b/gtk/gtkshortcuttrigger.c @@ -705,7 +705,7 @@ gtk_keyval_trigger_new (guint keyval, } /** - * gtk_keyval_trigger_get_modifiers: (attributes org.gtk.Method.get_property=modifiers) + * gtk_keyval_trigger_get_modifiers: * @self: a keyval `GtkShortcutTrigger` * * Gets the modifiers that must be present to succeed @@ -722,7 +722,7 @@ gtk_keyval_trigger_get_modifiers (GtkKeyvalTrigger *self) } /** - * gtk_keyval_trigger_get_keyval: (attributes org.gtk.Method.get_property=keyval) + * gtk_keyval_trigger_get_keyval: * @self: a keyval `GtkShortcutTrigger` * * Gets the keyval that must be pressed to succeed @@ -944,7 +944,7 @@ gtk_mnemonic_trigger_new (guint keyval) } /** - * gtk_mnemonic_trigger_get_keyval: (attributes org.gtk.Method.get_property=keyval) + * gtk_mnemonic_trigger_get_keyval: * @self: a mnemonic `GtkShortcutTrigger` * * Gets the keyval that must be pressed to succeed triggering @self. @@ -1212,7 +1212,7 @@ gtk_alternative_trigger_new (GtkShortcutTrigger *first, } /** - * gtk_alternative_trigger_get_first: (attributes org.gtk.Method.get_property=first) + * gtk_alternative_trigger_get_first: * @self: an alternative `GtkShortcutTrigger` * * Gets the first of the two alternative triggers that may @@ -1232,7 +1232,7 @@ gtk_alternative_trigger_get_first (GtkAlternativeTrigger *self) } /** - * gtk_alternative_trigger_get_second: (attributes org.gtk.Method.get_property=second) + * gtk_alternative_trigger_get_second: * @self: an alternative `GtkShortcutTrigger` * * Gets the second of the two alternative triggers that may diff --git a/gtk/gtksingleselection.c b/gtk/gtksingleselection.c index d7818d98fe..eea4cfc1a3 100644 --- a/gtk/gtksingleselection.c +++ b/gtk/gtksingleselection.c @@ -544,7 +544,7 @@ gtk_single_selection_new (GListModel *model) } /** - * gtk_single_selection_get_model: (attributes org.gtk.Method.get_property=model) + * gtk_single_selection_get_model: * @self: a `GtkSingleSelection` * * Gets the model that @self is wrapping. @@ -560,7 +560,7 @@ gtk_single_selection_get_model (GtkSingleSelection *self) } /** - * gtk_single_selection_set_model: (attributes org.gtk.Method.set_property=model) + * gtk_single_selection_set_model: * @self: a `GtkSingleSelection` * @model: (nullable): A `GListModel` to wrap * @@ -622,7 +622,7 @@ gtk_single_selection_set_model (GtkSingleSelection *self, } /** - * gtk_single_selection_get_selected: (attributes org.gtk.Method.get_property=selected) + * gtk_single_selection_get_selected: * @self: a `GtkSingleSelection` * * Gets the position of the selected item. @@ -640,7 +640,7 @@ gtk_single_selection_get_selected (GtkSingleSelection *self) } /** - * gtk_single_selection_set_selected: (attributes org.gtk.Method.set_property=selected) + * gtk_single_selection_set_selected: * @self: a `GtkSingleSelection` * @position: the item to select or %GTK_INVALID_LIST_POSITION * @@ -699,7 +699,7 @@ gtk_single_selection_set_selected (GtkSingleSelection *self, } /** - * gtk_single_selection_get_selected_item: (attributes org.gtk.Method.get_property=selected-item) + * gtk_single_selection_get_selected_item: * @self: a `GtkSingleSelection` * * Gets the selected item. @@ -717,7 +717,7 @@ gtk_single_selection_get_selected_item (GtkSingleSelection *self) } /** - * gtk_single_selection_get_autoselect: (attributes org.gtk.Method.get_property=autoselect) + * gtk_single_selection_get_autoselect: * @self: a `GtkSingleSelection` * * Checks if autoselect has been enabled or disabled via @@ -734,7 +734,7 @@ gtk_single_selection_get_autoselect (GtkSingleSelection *self) } /** - * gtk_single_selection_set_autoselect: (attributes org.gtk.Method.set_property=autoselect) + * gtk_single_selection_set_autoselect: * @self: a `GtkSingleSelection` * @autoselect: %TRUE to always select an item * @@ -766,7 +766,7 @@ gtk_single_selection_set_autoselect (GtkSingleSelection *self, } /** - * gtk_single_selection_get_can_unselect: (attributes org.gtk.Method.get_property=can-unselect) + * gtk_single_selection_get_can_unselect: * @self: a `GtkSingleSelection` * * If %TRUE, gtk_selection_model_unselect_item() is supported and allows @@ -783,7 +783,7 @@ gtk_single_selection_get_can_unselect (GtkSingleSelection *self) } /** - * gtk_single_selection_set_can_unselect: (attributes org.gtk.Method.set_property=can-unselect) + * gtk_single_selection_set_can_unselect: * @self: a `GtkSingleSelection` * @can_unselect: %TRUE to allow unselecting * diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c index c0c33b08d3..d18d6f98c9 100644 --- a/gtk/gtksizegroup.c +++ b/gtk/gtksizegroup.c @@ -306,7 +306,7 @@ gtk_size_group_new (GtkSizeGroupMode mode) } /** - * gtk_size_group_set_mode: (attributes org.gtk.Method.set_property=mode) + * gtk_size_group_set_mode: * @size_group: a `GtkSizeGroup` * @mode: the mode to set for the size group. * @@ -339,7 +339,7 @@ gtk_size_group_set_mode (GtkSizeGroup *size_group, } /** - * gtk_size_group_get_mode: (attributes org.gtk.Method.get_property=mode) + * gtk_size_group_get_mode: * @size_group: a `GtkSizeGroup` * * Gets the current mode of the size group. diff --git a/gtk/gtkslicelistmodel.c b/gtk/gtkslicelistmodel.c index 3e85b8e060..7cc25b439a 100644 --- a/gtk/gtkslicelistmodel.c +++ b/gtk/gtkslicelistmodel.c @@ -422,7 +422,7 @@ gtk_slice_list_model_new (GListModel *model, } /** - * gtk_slice_list_model_set_model: (attributes org.gtk.Method.set_property=model) + * gtk_slice_list_model_set_model: * @self: a `GtkSliceListModel` * @model: (nullable): The model to be sliced * @@ -468,7 +468,7 @@ gtk_slice_list_model_set_model (GtkSliceListModel *self, } /** - * gtk_slice_list_model_get_model: (attributes org.gtk.Method.get_property=model) + * gtk_slice_list_model_get_model: * @self: a `GtkSliceListModel` * * Gets the model that is currently being used or %NULL if none. @@ -484,7 +484,7 @@ gtk_slice_list_model_get_model (GtkSliceListModel *self) } /** - * gtk_slice_list_model_set_offset: (attributes org.gtk.Method.set_property=offset) + * gtk_slice_list_model_set_offset: * @self: a `GtkSliceListModel` * @offset: the new offset to use * @@ -519,7 +519,7 @@ gtk_slice_list_model_set_offset (GtkSliceListModel *self, } /** - * gtk_slice_list_model_get_offset: (attributes org.gtk.Method.get_property=offset) + * gtk_slice_list_model_get_offset: * @self: a `GtkSliceListModel` * * Gets the offset set via gtk_slice_list_model_set_offset(). @@ -535,7 +535,7 @@ gtk_slice_list_model_get_offset (GtkSliceListModel *self) } /** - * gtk_slice_list_model_set_size: (attributes org.gtk.Method.set_property=size) + * gtk_slice_list_model_set_size: * @self: a `GtkSliceListModel` * @size: the maximum size * @@ -578,7 +578,7 @@ gtk_slice_list_model_set_size (GtkSliceListModel *self, } /** - * gtk_slice_list_model_get_size: (attributes org.gtk.Method.get_property=size) + * gtk_slice_list_model_get_size: * @self: a `GtkSliceListModel` * * Gets the size set via gtk_slice_list_model_set_size(). diff --git a/gtk/gtksortlistmodel.c b/gtk/gtksortlistmodel.c index d47d6cd3f8..eb1df98ed9 100644 --- a/gtk/gtksortlistmodel.c +++ b/gtk/gtksortlistmodel.c @@ -1140,7 +1140,7 @@ gtk_sort_list_model_new (GListModel *model, } /** - * gtk_sort_list_model_set_model: (attributes org.gtk.Method.set_property=model) + * gtk_sort_list_model_set_model: * @self: a `GtkSortListModel` * @model: (nullable): The model to be sorted * @@ -1188,7 +1188,7 @@ gtk_sort_list_model_set_model (GtkSortListModel *self, } /** - * gtk_sort_list_model_get_model: (attributes org.gtk.Method.get_property=model) + * gtk_sort_list_model_get_model: * @self: a `GtkSortListModel` * * Gets the model currently sorted or %NULL if none. @@ -1204,7 +1204,7 @@ gtk_sort_list_model_get_model (GtkSortListModel *self) } /** - * gtk_sort_list_model_set_sorter: (attributes org.gtk.Method.set_property=sorter) + * gtk_sort_list_model_set_sorter: * @self: a `GtkSortListModel` * @sorter: (nullable): the `GtkSorter` to sort @model with * @@ -1228,7 +1228,7 @@ gtk_sort_list_model_set_sorter (GtkSortListModel *self, } /** - * gtk_sort_list_model_get_sorter: (attributes org.gtk.Method.get_property=sorter) + * gtk_sort_list_model_get_sorter: * @self: a `GtkSortListModel` * * Gets the sorter that is used to sort @self. @@ -1244,7 +1244,7 @@ gtk_sort_list_model_get_sorter (GtkSortListModel *self) } /** - * gtk_sort_list_model_set_section_sorter: (attributes org.gtk.Method.set_property=section-sorter) + * gtk_sort_list_model_set_section_sorter: * @self: a `GtkSortListModel` * @sorter: (nullable): the `GtkSorter` to sort @model with * @@ -1270,7 +1270,7 @@ gtk_sort_list_model_set_section_sorter (GtkSortListModel *self, } /** - * gtk_sort_list_model_get_section_sorter: (attributes org.gtk.Method.get_property=section-sorter) + * gtk_sort_list_model_get_section_sorter: * @self: a `GtkSortListModel` * * Gets the section sorter that is used to sort items of @self into @@ -1289,7 +1289,7 @@ gtk_sort_list_model_get_section_sorter (GtkSortListModel *self) } /** - * gtk_sort_list_model_set_incremental: (attributes org.gtk.Method.set_property=incremental) + * gtk_sort_list_model_set_incremental: * @self: a `GtkSortListModel` * @incremental: %TRUE to sort incrementally * @@ -1334,7 +1334,7 @@ gtk_sort_list_model_set_incremental (GtkSortListModel *self, } /** - * gtk_sort_list_model_get_incremental: (attributes org.gtk.Method.get_property=incremental) + * gtk_sort_list_model_get_incremental: * @self: a `GtkSortListModel` * * Returns whether incremental sorting is enabled. @@ -1352,7 +1352,7 @@ gtk_sort_list_model_get_incremental (GtkSortListModel *self) } /** - * gtk_sort_list_model_get_pending: (attributes org.gtk.Method.get_property=pending) + * gtk_sort_list_model_get_pending: * @self: a `GtkSortListModel` * * Estimates progress of an ongoing sorting operation. diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 47ca33e12d..bdc936c510 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -1938,7 +1938,7 @@ gtk_spin_button_new_with_range (double min, } /** - * gtk_spin_button_set_activates_default: (attributes org.gtk.Method.set_property=activates-default) + * gtk_spin_button_set_activates_default: * @spin_button: a `GtkSpinButton` * @activates_default: %TRUE to activate window’s default widget on activation * @@ -1965,7 +1965,7 @@ gtk_spin_button_set_activates_default (GtkSpinButton *spin_button, } /** - * gtk_spin_button_get_activates_default: (attributes org.gtk.Method.get_property=activates-default) + * gtk_spin_button_get_activates_default: * @spin_button: a `GtkSpinButton` * * Retrieves the value set by [method@Gtk.SpinButton.set_activates_default]. @@ -1983,7 +1983,7 @@ gtk_spin_button_get_activates_default (GtkSpinButton *spin_button) } /** - * gtk_spin_button_set_adjustment: (attributes org.gtk.Method.set_property=adjustment) + * gtk_spin_button_set_adjustment: * @spin_button: a `GtkSpinButton` * @adjustment: a `GtkAdjustment` to replace the existing adjustment * @@ -2007,7 +2007,7 @@ gtk_spin_button_set_adjustment (GtkSpinButton *spin_button, } /** - * gtk_spin_button_get_adjustment: (attributes org.gtk.Method.get_property=adjustment) + * gtk_spin_button_get_adjustment: * @spin_button: a `GtkSpinButton` * * Get the adjustment associated with a `GtkSpinButton`. @@ -2023,7 +2023,7 @@ gtk_spin_button_get_adjustment (GtkSpinButton *spin_button) } /** - * gtk_spin_button_set_digits: (attributes org.gtk.Method.set_property=digits) + * gtk_spin_button_set_digits: * @spin_button: a `GtkSpinButton` * @digits: the number of digits after the decimal point to be * displayed for the spin button’s value @@ -2050,7 +2050,7 @@ gtk_spin_button_set_digits (GtkSpinButton *spin_button, } /** - * gtk_spin_button_get_digits: (attributes org.gtk.Method.get_property=digits) + * gtk_spin_button_get_digits: * @spin_button: a `GtkSpinButton` * * Fetches the precision of @spin_button. @@ -2171,7 +2171,7 @@ gtk_spin_button_get_range (GtkSpinButton *spin_button, } /** - * gtk_spin_button_get_value: (attributes org.gtk.Method.get_property=value) + * gtk_spin_button_get_value: * @spin_button: a `GtkSpinButton` * * Get the value in the @spin_button. @@ -2209,7 +2209,7 @@ gtk_spin_button_get_value_as_int (GtkSpinButton *spin_button) } /** - * gtk_spin_button_set_value: (attributes org.gtk.Method.set_property=value) + * gtk_spin_button_set_value: * @spin_button: a `GtkSpinButton` * @value: the new value * @@ -2235,7 +2235,7 @@ gtk_spin_button_set_value (GtkSpinButton *spin_button, } /** - * gtk_spin_button_set_update_policy: (attributes org.gtk.Method.set_property=update-policy) + * gtk_spin_button_set_update_policy: * @spin_button: a `GtkSpinButton` * @policy: a `GtkSpinButtonUpdatePolicy` value * @@ -2258,7 +2258,7 @@ gtk_spin_button_set_update_policy (GtkSpinButton *spin_button, } /** - * gtk_spin_button_get_update_policy: (attributes org.gtk.Method.get_property=update-policy) + * gtk_spin_button_get_update_policy: * @spin_button: a `GtkSpinButton` * * Gets the update behavior of a spin button. @@ -2276,7 +2276,7 @@ gtk_spin_button_get_update_policy (GtkSpinButton *spin_button) } /** - * gtk_spin_button_set_numeric: (attributes org.gtk.Method.set_property=numeric) + * gtk_spin_button_set_numeric: * @spin_button: a `GtkSpinButton` * @numeric: flag indicating if only numeric entry is allowed * @@ -2304,7 +2304,7 @@ gtk_spin_button_set_numeric (GtkSpinButton *spin_button, } /** - * gtk_spin_button_get_numeric: (attributes org.gtk.Method.get_property=numeric) + * gtk_spin_button_get_numeric: * @spin_button: a `GtkSpinButton` * * Returns whether non-numeric text can be typed into the spin button. @@ -2320,7 +2320,7 @@ gtk_spin_button_get_numeric (GtkSpinButton *spin_button) } /** - * gtk_spin_button_set_wrap: (attributes org.gtk.Method.set_property=wrap) + * gtk_spin_button_set_wrap: * @spin_button: a `GtkSpinButton` * @wrap: a flag indicating if wrapping behavior is performed * @@ -2346,7 +2346,7 @@ gtk_spin_button_set_wrap (GtkSpinButton *spin_button, } /** - * gtk_spin_button_get_wrap: (attributes org.gtk.Method.get_property=wrap) + * gtk_spin_button_get_wrap: * @spin_button: a `GtkSpinButton` * * Returns whether the spin button’s value wraps around to the @@ -2364,7 +2364,7 @@ gtk_spin_button_get_wrap (GtkSpinButton *spin_button) } /** - * gtk_spin_button_set_snap_to_ticks: (attributes org.gtk.Method.set_property=snap-to-ticks) + * gtk_spin_button_set_snap_to_ticks: * @spin_button: a `GtkSpinButton` * @snap_to_ticks: a flag indicating if invalid values should be corrected * @@ -2393,7 +2393,7 @@ gtk_spin_button_set_snap_to_ticks (GtkSpinButton *spin_button, } /** - * gtk_spin_button_get_snap_to_ticks: (attributes org.gtk.Method.get_property=snap-to-ticks) + * gtk_spin_button_get_snap_to_ticks: * @spin_button: a `GtkSpinButton` * * Returns whether the values are corrected to the nearest step. @@ -2409,7 +2409,7 @@ gtk_spin_button_get_snap_to_ticks (GtkSpinButton *spin_button) } /** - * gtk_spin_button_set_climb_rate: (attributes org.gtk.Method.set_property=climb-rate) + * gtk_spin_button_set_climb_rate: * @spin_button: a `GtkSpinButton` * @climb_rate: the rate of acceleration, must be >= 0 * @@ -2432,7 +2432,7 @@ gtk_spin_button_set_climb_rate (GtkSpinButton *spin_button, } /** - * gtk_spin_button_get_climb_rate: (attributes org.gtk.Method.get_property=climb-rate) + * gtk_spin_button_get_climb_rate: * @spin_button: a `GtkSpinButton` * * Returns the acceleration rate for repeated changes. diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c index 81f9204fac..63b58b1e3a 100644 --- a/gtk/gtkspinner.c +++ b/gtk/gtkspinner.c @@ -160,7 +160,7 @@ gtk_spinner_css_changed (GtkWidget *widget, } /** - * gtk_spinner_get_spinning: (attributes org.gtk.Method.get_property=spinning) + * gtk_spinner_get_spinning: * @spinner: a `GtkSpinner` * * Returns whether the spinner is spinning. @@ -176,7 +176,7 @@ gtk_spinner_get_spinning (GtkSpinner *spinner) } /** - * gtk_spinner_set_spinning: (attributes org.gtk.Method.set_property=spinning) + * gtk_spinner_set_spinning: * @spinner: a `GtkSpinner` * @spinning: whether the spinner should be spinning * diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index 89aa917411..68a8e6e5c7 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -1859,7 +1859,7 @@ gtk_stack_get_child_by_name (GtkStack *stack, } /** - * gtk_stack_page_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_stack_page_get_child: * @self: a `GtkStackPage` * * Returns the stack child to which @self belongs. @@ -1873,7 +1873,7 @@ gtk_stack_page_get_child (GtkStackPage *self) } /** - * gtk_stack_set_hhomogeneous: (attributes org.gtk.Method.set_property=hhomogeneous) + * gtk_stack_set_hhomogeneous: * @stack: a `GtkStack` * @hhomogeneous: %TRUE to make @stack horizontally homogeneous * @@ -1905,7 +1905,7 @@ gtk_stack_set_hhomogeneous (GtkStack *stack, } /** - * gtk_stack_get_hhomogeneous: (attributes org.gtk.Method.get_property=hhomogeneous) + * gtk_stack_get_hhomogeneous: * @stack: a `GtkStack` * * Gets whether @stack is horizontally homogeneous. @@ -1923,7 +1923,7 @@ gtk_stack_get_hhomogeneous (GtkStack *stack) } /** - * gtk_stack_set_vhomogeneous: (attributes org.gtk.Method.set_property=vhomogeneous) + * gtk_stack_set_vhomogeneous: * @stack: a `GtkStack` * @vhomogeneous: %TRUE to make @stack vertically homogeneous * @@ -1955,7 +1955,7 @@ gtk_stack_set_vhomogeneous (GtkStack *stack, } /** - * gtk_stack_get_vhomogeneous: (attributes org.gtk.Method.get_property=vhomogeneous) + * gtk_stack_get_vhomogeneous: * @stack: a `GtkStack` * * Gets whether @stack is vertically homogeneous. @@ -1973,7 +1973,7 @@ gtk_stack_get_vhomogeneous (GtkStack *stack) } /** - * gtk_stack_get_transition_duration: (attributes org.gtk.Method.get_property=transition-duration) + * gtk_stack_get_transition_duration: * @stack: a `GtkStack` * * Returns the amount of time (in milliseconds) that @@ -1992,7 +1992,7 @@ gtk_stack_get_transition_duration (GtkStack *stack) } /** - * gtk_stack_set_transition_duration: (attributes org.gtk.Method.set_property=transition-duration) + * gtk_stack_set_transition_duration: * @stack: a `GtkStack` * @duration: the new duration, in milliseconds * @@ -2016,7 +2016,7 @@ gtk_stack_set_transition_duration (GtkStack *stack, } /** - * gtk_stack_get_transition_type: (attributes org.gtk.Method.get_property=transition-type) + * gtk_stack_get_transition_type: * @stack: a `GtkStack` * * Gets the type of animation that will be used @@ -2035,7 +2035,7 @@ gtk_stack_get_transition_type (GtkStack *stack) } /** - * gtk_stack_set_transition_type: (attributes org.gtk.Method.set_property=transition-type) + * gtk_stack_set_transition_type: * @stack: a `GtkStack` * @transition: the new transition type * @@ -2065,7 +2065,7 @@ gtk_stack_set_transition_type (GtkStack *stack, } /** - * gtk_stack_get_transition_running: (attributes org.gtk.Method.get_property=transition-running) + * gtk_stack_get_transition_running: * @stack: a `GtkStack` * * Returns whether the @stack is currently in a transition from one page to @@ -2084,7 +2084,7 @@ gtk_stack_get_transition_running (GtkStack *stack) } /** - * gtk_stack_set_interpolate_size: (attributes org.gtk.Method.set_property=interpolate-size) + * gtk_stack_set_interpolate_size: * @stack: A `GtkStack` * @interpolate_size: the new value * @@ -2114,7 +2114,7 @@ gtk_stack_set_interpolate_size (GtkStack *stack, } /** - * gtk_stack_get_interpolate_size: (attributes org.gtk.Method.get_property=interpolate-size) + * gtk_stack_get_interpolate_size: * @stack: A `GtkStack` * * Returns whether the `GtkStack` is set up to interpolate between @@ -2134,7 +2134,7 @@ gtk_stack_get_interpolate_size (GtkStack *stack) /** - * gtk_stack_get_visible_child: (attributes org.gtk.Method.get_property=visible-child) + * gtk_stack_get_visible_child: * @stack: a `GtkStack` * * Gets the currently visible child of @stack. @@ -2154,7 +2154,7 @@ gtk_stack_get_visible_child (GtkStack *stack) } /** - * gtk_stack_get_visible_child_name: (attributes org.gtk.Method.get_property=visible-child-name) + * gtk_stack_get_visible_child_name: * @stack: a `GtkStack` * * Returns the name of the currently visible child of @stack. @@ -2178,7 +2178,7 @@ gtk_stack_get_visible_child_name (GtkStack *stack) } /** - * gtk_stack_set_visible_child: (attributes org.gtk.Method.set_property=visible-child) + * gtk_stack_set_visible_child: * @stack: a `GtkStack` * @child: a child of @stack * @@ -2217,7 +2217,7 @@ gtk_stack_set_visible_child (GtkStack *stack, } /** - * gtk_stack_set_visible_child_name: (attributes org.gtk.Method.set_property=visible-child-name) + * gtk_stack_set_visible_child_name: * @stack: a `GtkStack` * @name: the name of the child to make visible * @@ -2798,7 +2798,7 @@ gtk_stack_init (GtkStack *stack) } /** - * gtk_stack_get_pages: (attributes org.gtk.Method.get_property=pages) + * gtk_stack_get_pages: * @stack: a `GtkStack` * * Returns a `GListModel` that contains the pages of the stack. @@ -2826,7 +2826,7 @@ gtk_stack_get_pages (GtkStack *stack) } /** - * gtk_stack_page_get_visible: (attributes org.gtk.Method.get_property=visible) + * gtk_stack_page_get_visible: * @self: a `GtkStackPage` * * Returns whether @page is visible in its `GtkStack`. @@ -2845,7 +2845,7 @@ gtk_stack_page_get_visible (GtkStackPage *self) } /** - * gtk_stack_page_set_visible: (attributes org.gtk.Method.set_property=visible) + * gtk_stack_page_set_visible: * @self: a `GtkStackPage` * @visible: The new property value * @@ -2871,7 +2871,7 @@ gtk_stack_page_set_visible (GtkStackPage *self, } /** - * gtk_stack_page_get_needs_attention: (attributes org.gtk.Method.get_property=needs-attention) + * gtk_stack_page_get_needs_attention: * @self: a `GtkStackPage` * * Returns whether the page is marked as “needs attention”. @@ -2886,7 +2886,7 @@ gtk_stack_page_get_needs_attention (GtkStackPage *self) } /** - * gtk_stack_page_set_needs_attention: (attributes org.gtk.Method.set_property=needs-attention) + * gtk_stack_page_set_needs_attention: * @self: a `GtkStackPage` * @setting: the new value to set * @@ -2906,7 +2906,7 @@ gtk_stack_page_set_needs_attention (GtkStackPage *self, } /** - * gtk_stack_page_get_use_underline: (attributes org.gtk.Method.get_property=use-underline) + * gtk_stack_page_get_use_underline: * @self: a `GtkStackPage` * * Gets whether underlines in the page title indicate mnemonics. @@ -2920,7 +2920,7 @@ gtk_stack_page_get_use_underline (GtkStackPage *self) } /** - * gtk_stack_page_set_use_underline: (attributes org.gtk.Method.set_property=use-underline) + * gtk_stack_page_set_use_underline: * @self: a `GtkStackPage` * @setting: the new value to set * @@ -2941,7 +2941,7 @@ gtk_stack_page_set_use_underline (GtkStackPage *self, /** - * gtk_stack_page_get_name: (attributes org.gtk.Method.get_property=name) + * gtk_stack_page_get_name: * @self: a `GtkStackPage` * * Returns the name of the page. @@ -2957,7 +2957,7 @@ gtk_stack_page_get_name (GtkStackPage *self) } /** - * gtk_stack_page_set_name: (attributes org.gtk.Method.set_property=name) + * gtk_stack_page_set_name: * @self: a `GtkStackPage` * @setting: (transfer none): the new value to set * @@ -3008,7 +3008,7 @@ gtk_stack_page_set_name (GtkStackPage *self, } /** - * gtk_stack_page_get_title: (attributes org.gtk.Method.get_property=title) + * gtk_stack_page_get_title: * @self: a `GtkStackPage` * * Gets the page title. @@ -3024,7 +3024,7 @@ gtk_stack_page_get_title (GtkStackPage *self) } /** - * gtk_stack_page_set_title: (attributes org.gtk.Method.set_property=title) + * gtk_stack_page_set_title: * @self: a `GtkStackPage` * @setting: (transfer none): the new value to set * @@ -3049,7 +3049,7 @@ gtk_stack_page_set_title (GtkStackPage *self, } /** - * gtk_stack_page_get_icon_name: (attributes org.gtk.Method.get_property=icon-name) + * gtk_stack_page_get_icon_name: * @self: a `GtkStackPage` * * Returns the icon name of the page. @@ -3065,7 +3065,7 @@ gtk_stack_page_get_icon_name (GtkStackPage *self) } /** - * gtk_stack_page_set_icon_name: (attributes org.gtk.Method.set_property=icon-name) + * gtk_stack_page_set_icon_name: * @self: a `GtkStackPage` * @setting: (transfer none): the new value to set * diff --git a/gtk/gtkstacksidebar.c b/gtk/gtkstacksidebar.c index 93eb243bee..0bea67daeb 100644 --- a/gtk/gtkstacksidebar.c +++ b/gtk/gtkstacksidebar.c @@ -402,7 +402,7 @@ gtk_stack_sidebar_new (void) } /** - * gtk_stack_sidebar_set_stack: (attributes org.gtk.Method.set_property=stack) + * gtk_stack_sidebar_set_stack: * @self: a `GtkStackSidebar` * @stack: a `GtkStack` * @@ -431,7 +431,7 @@ gtk_stack_sidebar_set_stack (GtkStackSidebar *self, } /** - * gtk_stack_sidebar_get_stack: (attributes org.gtk.Method.get_property=stack) + * gtk_stack_sidebar_get_stack: * @self: a `GtkStackSidebar` * * Retrieves the stack. diff --git a/gtk/gtkstackswitcher.c b/gtk/gtkstackswitcher.c index 26e1bd05a0..ecc10ac439 100644 --- a/gtk/gtkstackswitcher.c +++ b/gtk/gtkstackswitcher.c @@ -412,7 +412,7 @@ unset_stack (GtkStackSwitcher *switcher) } /** - * gtk_stack_switcher_set_stack: (attributes org.gtk.Method.set_property=stack) + * gtk_stack_switcher_set_stack: * @switcher: a `GtkStackSwitcher` * @stack: (nullable): a `GtkStack` * @@ -437,7 +437,7 @@ gtk_stack_switcher_set_stack (GtkStackSwitcher *switcher, } /** - * gtk_stack_switcher_get_stack: (attributes org.gtk.Method.get_property=stack) + * gtk_stack_switcher_get_stack: * @switcher: a `GtkStackSwitcher` * * Retrieves the stack. diff --git a/gtk/gtkstringfilter.c b/gtk/gtkstringfilter.c index 1eb95df307..20ee0422a5 100644 --- a/gtk/gtkstringfilter.c +++ b/gtk/gtkstringfilter.c @@ -323,7 +323,7 @@ gtk_string_filter_new (GtkExpression *expression) } /** - * gtk_string_filter_get_search: (attributes org.gtk.Method.get_property=search) + * gtk_string_filter_get_search: * @self: a `GtkStringFilter` * * Gets the search term. @@ -339,7 +339,7 @@ gtk_string_filter_get_search (GtkStringFilter *self) } /** - * gtk_string_filter_set_search: (attributes org.gtk.Method.set_property=search) + * gtk_string_filter_set_search: * @self: a `GtkStringFilter` * @search: (transfer none) (nullable): The string to search for * or %NULL to clear the search @@ -380,7 +380,7 @@ gtk_string_filter_set_search (GtkStringFilter *self, } /** - * gtk_string_filter_get_expression: (attributes org.gtk.Method.get_property=expression) + * gtk_string_filter_get_expression: * @self: a `GtkStringFilter` * * Gets the expression that the string filter uses to @@ -397,7 +397,7 @@ gtk_string_filter_get_expression (GtkStringFilter *self) } /** - * gtk_string_filter_set_expression: (attributes org.gtk.Method.set_property=expression) + * gtk_string_filter_set_expression: * @self: a `GtkStringFilter` * @expression: (nullable): a `GtkExpression` * @@ -426,7 +426,7 @@ gtk_string_filter_set_expression (GtkStringFilter *self, } /** - * gtk_string_filter_get_ignore_case: (attributes org.gtk.Method.get_property=ignore-case) + * gtk_string_filter_get_ignore_case: * @self: a `GtkStringFilter` * * Returns whether the filter ignores case differences. @@ -442,7 +442,7 @@ gtk_string_filter_get_ignore_case (GtkStringFilter *self) } /** - * gtk_string_filter_set_ignore_case: (attributes org.gtk.Method.set_property=ignore-case) + * gtk_string_filter_set_ignore_case: * @self: a `GtkStringFilter` * @ignore_case: %TRUE to ignore case * @@ -470,7 +470,7 @@ gtk_string_filter_set_ignore_case (GtkStringFilter *self, } /** - * gtk_string_filter_get_match_mode: (attributes org.gtk.Method.get_property=match-mode) + * gtk_string_filter_get_match_mode: * @self: a `GtkStringFilter` * * Returns the match mode that the filter is using. @@ -486,7 +486,7 @@ gtk_string_filter_get_match_mode (GtkStringFilter *self) } /** - * gtk_string_filter_set_match_mode: (attributes org.gtk.Method.set_property=match-mode) + * gtk_string_filter_set_match_mode: * @self: a `GtkStringFilter` * @mode: the new match mode * diff --git a/gtk/gtkstringlist.c b/gtk/gtkstringlist.c index e46f9c425a..fb7739dee8 100644 --- a/gtk/gtkstringlist.c +++ b/gtk/gtkstringlist.c @@ -172,7 +172,7 @@ gtk_string_object_new (const char *string) } /** - * gtk_string_object_get_string: (attributes org.gtk.Method.get_property=string) + * gtk_string_object_get_string: * @self: a `GtkStringObject` * * Returns the string contained in a `GtkStringObject`. diff --git a/gtk/gtkstringsorter.c b/gtk/gtkstringsorter.c index f07e30ece0..a96a7528b8 100644 --- a/gtk/gtkstringsorter.c +++ b/gtk/gtkstringsorter.c @@ -402,7 +402,7 @@ gtk_string_sorter_new (GtkExpression *expression) } /** - * gtk_string_sorter_get_expression: (attributes org.gtk.Method.get_property=expression) + * gtk_string_sorter_get_expression: * @self: a `GtkStringSorter` * * Gets the expression that is evaluated to obtain strings from items. @@ -418,7 +418,7 @@ gtk_string_sorter_get_expression (GtkStringSorter *self) } /** - * gtk_string_sorter_set_expression: (attributes org.gtk.Method.set_property=expression) + * gtk_string_sorter_set_expression: * @self: a `GtkStringSorter` * @expression: (nullable) (transfer none): a `GtkExpression` * @@ -448,7 +448,7 @@ gtk_string_sorter_set_expression (GtkStringSorter *self, } /** - * gtk_string_sorter_get_ignore_case: (attributes org.gtk.Method.get_property=ignore-case) + * gtk_string_sorter_get_ignore_case: * @self: a `GtkStringSorter` * * Gets whether the sorter ignores case differences. @@ -464,7 +464,7 @@ gtk_string_sorter_get_ignore_case (GtkStringSorter *self) } /** - * gtk_string_sorter_set_ignore_case: (attributes org.gtk.Method.set_property=ignore-case) + * gtk_string_sorter_set_ignore_case: * @self: a `GtkStringSorter` * @ignore_case: %TRUE to ignore case differences * @@ -489,7 +489,7 @@ gtk_string_sorter_set_ignore_case (GtkStringSorter *self, } /** - * gtk_string_sorter_get_collation: (attributes org.gtk.Method.get_property=collation) + * gtk_string_sorter_get_collation: * @self: a `GtkStringSorter` * * Gets which collation method the sorter uses. @@ -507,7 +507,7 @@ gtk_string_sorter_get_collation (GtkStringSorter *self) } /** - * gtk_string_sorter_set_collation: (attributes org.gtk.Method.set_property=collation) + * gtk_string_sorter_set_collation: * @self: a `GtkStringSorter` * @collation: the collation method * diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index 6ace81ee48..dbae9f7130 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -761,7 +761,7 @@ gtk_switch_new (void) } /** - * gtk_switch_set_active: (attributes org.gtk.Method.set_property=active) + * gtk_switch_set_active: * @self: a `GtkSwitch` * @is_active: %TRUE if @self should be active, and %FALSE otherwise * @@ -801,7 +801,7 @@ gtk_switch_set_active (GtkSwitch *self, } /** - * gtk_switch_get_active: (attributes org.gtk.Method.get_property=active) + * gtk_switch_get_active: * @self: a `GtkSwitch` * * Gets whether the `GtkSwitch` is in its “on” or “off” state. @@ -817,7 +817,7 @@ gtk_switch_get_active (GtkSwitch *self) } /** - * gtk_switch_set_state: (attributes org.gtk.Method.set_property=state) + * gtk_switch_set_state: * @self: a `GtkSwitch` * @state: the new state * @@ -850,7 +850,7 @@ gtk_switch_set_state (GtkSwitch *self, } /** - * gtk_switch_get_state: (attributes org.gtk.Method.get_property=state) + * gtk_switch_get_state: * @self: a `GtkSwitch` * * Gets the underlying state of the `GtkSwitch`. diff --git a/gtk/gtktext.c b/gtk/gtktext.c index 6b0cee19a9..0a0c6835a5 100644 --- a/gtk/gtktext.c +++ b/gtk/gtktext.c @@ -5655,7 +5655,7 @@ get_buffer (GtkText *self) } /** - * gtk_text_get_buffer: (attributes org.gtk.Method.get_property=buffer) + * gtk_text_get_buffer: * @self: a `GtkText` * * Get the `GtkEntryBuffer` object which holds the text for @@ -5672,7 +5672,7 @@ gtk_text_get_buffer (GtkText *self) } /** - * gtk_text_set_buffer: (attributes org.gtk.Method.set_property=buffer) + * gtk_text_set_buffer: * @self: a `GtkText` * @buffer: a `GtkEntryBuffer` * @@ -5813,7 +5813,7 @@ gtk_text_set_text (GtkText *self, } /** - * gtk_text_set_visibility: (attributes org.gtk.Method.set_property=visibility) + * gtk_text_set_visibility: * @self: a `GtkText` * @visible: %TRUE if the contents of the `GtkText` are displayed * as plaintext @@ -5859,7 +5859,7 @@ gtk_text_set_visibility (GtkText *self, } /** - * gtk_text_get_visibility: (attributes org.gtk.Method.get_property=visibility) + * gtk_text_get_visibility: * @self: a `GtkText` * * Retrieves whether the text in @self is visible. @@ -5877,7 +5877,7 @@ gtk_text_get_visibility (GtkText *self) } /** - * gtk_text_set_invisible_char: (attributes org.gtk.Method.set_property=invisible-char) + * gtk_text_set_invisible_char: * @self: a `GtkText` * @ch: a Unicode character * @@ -5911,7 +5911,7 @@ gtk_text_set_invisible_char (GtkText *self, } /** - * gtk_text_get_invisible_char: (attributes org.gtk.Method.get_property=invisible-char) + * gtk_text_get_invisible_char: * @self: a `GtkText` * * Retrieves the character displayed when visibility is set to false. @@ -5967,7 +5967,7 @@ gtk_text_unset_invisible_char (GtkText *self) } /** - * gtk_text_set_overwrite_mode: (attributes org.gtk.Method.set_property=overwrite-mode) + * gtk_text_set_overwrite_mode: * @self: a `GtkText` * @overwrite: new value * @@ -5991,7 +5991,7 @@ gtk_text_set_overwrite_mode (GtkText *self, } /** - * gtk_text_get_overwrite_mode: (attributes org.gtk.Method.get_property=overwrite-mode) + * gtk_text_get_overwrite_mode: * @self: a `GtkText` * * Gets whether text is overwritten when typing in the `GtkText`. @@ -6012,7 +6012,7 @@ gtk_text_get_overwrite_mode (GtkText *self) } /** - * gtk_text_set_max_length: (attributes org.gtk.Method.set_property=max-length) + * gtk_text_set_max_length: * @self: a `GtkText` * @length: the maximum length of the `GtkText`, or 0 for no maximum. * (other than the maximum length of entries.) The value passed @@ -6035,7 +6035,7 @@ gtk_text_set_max_length (GtkText *self, } /** - * gtk_text_get_max_length: (attributes org.gtk.Method.get_property=max-length) + * gtk_text_get_max_length: * @self: a `GtkText` * * Retrieves the maximum allowed length of the text in @self. @@ -6077,7 +6077,7 @@ gtk_text_get_text_length (GtkText *self) } /** - * gtk_text_set_activates_default: (attributes org.gtk.Method.set_property=activates-default) + * gtk_text_set_activates_default: * @self: a `GtkText` * @activates: %TRUE to activate window’s default widget on Enter keypress * @@ -6106,7 +6106,7 @@ gtk_text_set_activates_default (GtkText *self, } /** - * gtk_text_get_activates_default: (attributes org.gtk.Method.get_property=activates-default) + * gtk_text_get_activates_default: * @self: a `GtkText` * * Returns whether pressing Enter will activate @@ -6917,7 +6917,7 @@ gtk_text_reset_blink_time (GtkText *self) } /** - * gtk_text_set_placeholder_text: (attributes org.gtk.Method.set_property=placeholder-text) + * gtk_text_set_placeholder_text: * @self: a `GtkText` * @text: (nullable): a string to be displayed when @self * is empty and unfocused @@ -6958,7 +6958,7 @@ gtk_text_set_placeholder_text (GtkText *self, } /** - * gtk_text_get_placeholder_text: (attributes org.gtk.Method.get_property=placeholder-text) + * gtk_text_get_placeholder_text: * @self: a `GtkText` * * Retrieves the text that will be displayed when @@ -6982,7 +6982,7 @@ gtk_text_get_placeholder_text (GtkText *self) } /** - * gtk_text_set_input_purpose: (attributes org.gtk.Method.set_property=input-purpose) + * gtk_text_set_input_purpose: * @self: a `GtkText` * @purpose: the purpose * @@ -7010,7 +7010,7 @@ gtk_text_set_input_purpose (GtkText *self, } /** - * gtk_text_get_input_purpose: (attributes org.gtk.Method.get_property=input-purpose) + * gtk_text_get_input_purpose: * @self: a `GtkText` * * Gets the input purpose of the `GtkText`. @@ -7033,7 +7033,7 @@ gtk_text_get_input_purpose (GtkText *self) } /** - * gtk_text_set_input_hints: (attributes org.gtk.Method.set_property=input-hints) + * gtk_text_set_input_hints: * @self: a `GtkText` * @hints: the hints * @@ -7061,7 +7061,7 @@ gtk_text_set_input_hints (GtkText *self, } /** - * gtk_text_get_input_hints: (attributes org.gtk.Method.get_property=input-hints) + * gtk_text_get_input_hints: * @self: a `GtkText` * * Gets the input hints of the `GtkText`. @@ -7084,7 +7084,7 @@ gtk_text_get_input_hints (GtkText *self) } /** - * gtk_text_set_attributes: (attributes org.gtk.Method.set_property=attributes) + * gtk_text_set_attributes: * @self: a `GtkText` * @attrs: (nullable): a `PangoAttrList` * @@ -7115,7 +7115,7 @@ gtk_text_set_attributes (GtkText *self, } /** - * gtk_text_get_attributes: (attributes org.gtk.Method.get_property=attributes) + * gtk_text_get_attributes: * @self: a `GtkText` * * Gets the attribute list that was set on the `GtkText`. @@ -7135,7 +7135,7 @@ gtk_text_get_attributes (GtkText *self) } /** - * gtk_text_set_tabs: (attributes org.gtk.Method.set_property=tabs) + * gtk_text_set_tabs: * @self: a `GtkText` * @tabs: (nullable): a `PangoTabArray` * @@ -7164,7 +7164,7 @@ gtk_text_set_tabs (GtkText *self, } /** - * gtk_text_get_tabs: (attributes org.gtk.Method.get_property=tabs) + * gtk_text_get_tabs: * @self: a `GtkText` * * Gets the tabstops that were set on the `GtkText`. @@ -7242,7 +7242,7 @@ gtk_text_get_key_controller (GtkText *self) } /** - * gtk_text_set_extra_menu: (attributes org.gtk.Method.set_property=extra-menu) + * gtk_text_set_extra_menu: * @self: a `GtkText` * @model: (nullable): a `GMenuModel` * @@ -7266,7 +7266,7 @@ gtk_text_set_extra_menu (GtkText *self, } /** - * gtk_text_get_extra_menu: (attributes org.gtk.Method.get_property=extra-menu) + * gtk_text_get_extra_menu: * @self: a `GtkText` * * Gets the menu model for extra items in the context menu. @@ -7286,7 +7286,7 @@ gtk_text_get_extra_menu (GtkText *self) } /** - * gtk_text_set_enable_emoji_completion: (attributes org.gtk.Method.set_property=enable-emoji-completion) + * gtk_text_set_enable_emoji_completion: * @self: a `GtkText` * @enable_emoji_completion: %TRUE to enable Emoji completion * @@ -7318,7 +7318,7 @@ gtk_text_set_enable_emoji_completion (GtkText *self, } /** - * gtk_text_get_enable_emoji_completion: (attributes org.gtk.Method.get_property=enable-emoji-completion) + * gtk_text_get_enable_emoji_completion: * @self: a `GtkText` * * Returns whether Emoji completion is enabled for this @@ -7337,7 +7337,7 @@ gtk_text_get_enable_emoji_completion (GtkText *self) } /** - * gtk_text_set_propagate_text_width: (attributes org.gtk.Method.set_property=propagate-text-width) + * gtk_text_set_propagate_text_width: * @self: a `GtkText` * @propagate_text_width: %TRUE to propagate the text width * @@ -7362,7 +7362,7 @@ gtk_text_set_propagate_text_width (GtkText *self, } /** - * gtk_text_get_propagate_text_width: (attributes org.gtk.Method.get_property=propagate-text-width) + * gtk_text_get_propagate_text_width: * @self: a `GtkText` * * Returns whether the `GtkText` will grow and shrink @@ -7381,7 +7381,7 @@ gtk_text_get_propagate_text_width (GtkText *self) } /** - * gtk_text_set_truncate_multiline: (attributes org.gtk.Method.set_property=truncate-multiline) + * gtk_text_set_truncate_multiline: * @self: a `GtkText` * @truncate_multiline: %TRUE to truncate multi-line text * @@ -7405,7 +7405,7 @@ gtk_text_set_truncate_multiline (GtkText *self, } /** - * gtk_text_get_truncate_multiline: (attributes org.gtk.Method.get_property=truncate-multiline) + * gtk_text_get_truncate_multiline: * @self: a `GtkText` * * Returns whether the `GtkText` will truncate multi-line text diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index a7e387dc9c..75a02e9341 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -1142,7 +1142,7 @@ _gtk_text_buffer_get_btree (GtkTextBuffer *buffer) } /** - * gtk_text_buffer_get_tag_table: (attributes org.gtk.Method.get_property=tag-table) + * gtk_text_buffer_get_tag_table: * @buffer: a `GtkTextBuffer` * * Get the `GtkTextTagTable` associated with this buffer. @@ -1158,7 +1158,7 @@ gtk_text_buffer_get_tag_table (GtkTextBuffer *buffer) } /** - * gtk_text_buffer_set_text: (attributes org.gtk.Method.set_property=text) + * gtk_text_buffer_set_text: * @buffer: a `GtkTextBuffer` * @text: UTF-8 text to insert * @len: length of @text in bytes @@ -4942,7 +4942,7 @@ gtk_text_buffer_real_redo (GtkTextBuffer *buffer) } /** - * gtk_text_buffer_get_can_undo: (attributes org.gtk.Method.get_property=can-undo) + * gtk_text_buffer_get_can_undo: * @buffer: a `GtkTextBuffer` * * Gets whether there is an undoable action in the history. @@ -4958,7 +4958,7 @@ gtk_text_buffer_get_can_undo (GtkTextBuffer *buffer) } /** - * gtk_text_buffer_get_can_redo: (attributes org.gtk.Method.get_property=can-redo) + * gtk_text_buffer_get_can_redo: * @buffer: a `GtkTextBuffer` * * Gets whether there is a redoable action in the history. @@ -5075,7 +5075,7 @@ gtk_text_buffer_redo (GtkTextBuffer *buffer) } /** - * gtk_text_buffer_get_enable_undo: (attributes org.gtk.Method.get_property=enable-undo) + * gtk_text_buffer_get_enable_undo: * @buffer: a `GtkTextBuffer` * * Gets whether the buffer is saving modifications to the buffer @@ -5096,7 +5096,7 @@ gtk_text_buffer_get_enable_undo (GtkTextBuffer *buffer) } /** - * gtk_text_buffer_set_enable_undo: (attributes org.gtk.Method.set_property=enable-undo) + * gtk_text_buffer_set_enable_undo: * @buffer: a `GtkTextBuffer` * @enable_undo: %TRUE to enable undo * diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index e970f5c3e4..c5d777e8d0 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -2268,7 +2268,7 @@ gtk_text_view_new_with_buffer (GtkTextBuffer *buffer) } /** - * gtk_text_view_set_buffer: (attributes org.gtk.Method.set_property=buffer) + * gtk_text_view_set_buffer: * @text_view: a `GtkTextView` * @buffer: (nullable): a `GtkTextBuffer` * @@ -2423,7 +2423,7 @@ gtk_text_view_create_buffer (GtkTextView *text_view) } /** - * gtk_text_view_get_buffer: (attributes org.gtk.Method.get_property=buffer) + * gtk_text_view_get_buffer: * @text_view: a `GtkTextView` * * Returns the `GtkTextBuffer` being displayed by this text view. @@ -3280,7 +3280,7 @@ gtk_text_view_get_visible_rect (GtkTextView *text_view, } /** - * gtk_text_view_set_wrap_mode: (attributes org.gtk.Method.set_property=wrap-mode) + * gtk_text_view_set_wrap_mode: * @text_view: a `GtkTextView` * @wrap_mode: a `GtkWrapMode` * @@ -3310,7 +3310,7 @@ gtk_text_view_set_wrap_mode (GtkTextView *text_view, } /** - * gtk_text_view_get_wrap_mode: (attributes org.gtk.Method.get_property=wrap-mode) + * gtk_text_view_get_wrap_mode: * @text_view: a `GtkTextView` * * Gets the line wrapping for the view. @@ -3326,7 +3326,7 @@ gtk_text_view_get_wrap_mode (GtkTextView *text_view) } /** - * gtk_text_view_set_editable: (attributes org.gtk.Method.set_property=editable) + * gtk_text_view_set_editable: * @text_view: a `GtkTextView` * @setting: whether it’s editable * @@ -3381,7 +3381,7 @@ gtk_text_view_set_editable (GtkTextView *text_view, } /** - * gtk_text_view_get_editable: (attributes org.gtk.Method.get_property=editable) + * gtk_text_view_get_editable: * @text_view: a `GtkTextView` * * Returns the default editability of the `GtkTextView`. @@ -3399,7 +3399,7 @@ gtk_text_view_get_editable (GtkTextView *text_view) } /** - * gtk_text_view_set_pixels_above_lines: (attributes org.gtk.Method.set_property=pixels-above-lines) + * gtk_text_view_set_pixels_above_lines: * @text_view: a `GtkTextView` * @pixels_above_lines: pixels above paragraphs * @@ -3432,7 +3432,7 @@ gtk_text_view_set_pixels_above_lines (GtkTextView *text_view, } /** - * gtk_text_view_get_pixels_above_lines: (attributes org.gtk.Method.get_property=pixels-above-lines) + * gtk_text_view_get_pixels_above_lines: * @text_view: a `GtkTextView` * * Gets the default number of pixels to put above paragraphs. @@ -3451,7 +3451,7 @@ gtk_text_view_get_pixels_above_lines (GtkTextView *text_view) } /** - * gtk_text_view_set_pixels_below_lines: (attributes org.gtk.Method.set_property=pixels-below-lines) + * gtk_text_view_set_pixels_below_lines: * @text_view: a `GtkTextView` * @pixels_below_lines: pixels below paragraphs * @@ -3485,7 +3485,7 @@ gtk_text_view_set_pixels_below_lines (GtkTextView *text_view, } /** - * gtk_text_view_get_pixels_below_lines: (attributes org.gtk.Method.get_property=pixels-below-lines) + * gtk_text_view_get_pixels_below_lines: * @text_view: a `GtkTextView` * * Gets the default number of pixels to put below paragraphs. @@ -3504,7 +3504,7 @@ gtk_text_view_get_pixels_below_lines (GtkTextView *text_view) } /** - * gtk_text_view_set_pixels_inside_wrap: (attributes org.gtk.Method.set_property=pixels-inside-wrap) + * gtk_text_view_set_pixels_inside_wrap: * @text_view: a `GtkTextView` * @pixels_inside_wrap: default number of pixels between wrapped lines * @@ -3538,7 +3538,7 @@ gtk_text_view_set_pixels_inside_wrap (GtkTextView *text_view, } /** - * gtk_text_view_get_pixels_inside_wrap: (attributes org.gtk.Method.get_property=pixels-inside-wrap) + * gtk_text_view_get_pixels_inside_wrap: * @text_view: a `GtkTextView` * * Gets the default number of pixels to put between wrapped lines @@ -3555,7 +3555,7 @@ gtk_text_view_get_pixels_inside_wrap (GtkTextView *text_view) } /** - * gtk_text_view_set_justification: (attributes org.gtk.Method.set_property=justification) + * gtk_text_view_set_justification: * @text_view: a `GtkTextView` * @justification: justification * @@ -3588,7 +3588,7 @@ gtk_text_view_set_justification (GtkTextView *text_view, } /** - * gtk_text_view_get_justification: (attributes org.gtk.Method.get_property=justification) + * gtk_text_view_get_justification: * @text_view: a `GtkTextView` * * Gets the default justification of paragraphs in @text_view. @@ -3606,7 +3606,7 @@ gtk_text_view_get_justification (GtkTextView *text_view) } /** - * gtk_text_view_set_left_margin: (attributes org.gtk.Method.set_property=left-margin) + * gtk_text_view_set_left_margin: * @text_view: a `GtkTextView` * @left_margin: left margin in pixels * @@ -3641,7 +3641,7 @@ gtk_text_view_set_left_margin (GtkTextView *text_view, } /** - * gtk_text_view_get_left_margin: (attributes org.gtk.Method.get_property=left-margin) + * gtk_text_view_get_left_margin: * @text_view: a `GtkTextView` * * Gets the default left margin size of paragraphs in the @text_view. @@ -3659,7 +3659,7 @@ gtk_text_view_get_left_margin (GtkTextView *text_view) } /** - * gtk_text_view_set_right_margin: (attributes org.gtk.Method.set_property=right-margin) + * gtk_text_view_set_right_margin: * @text_view: a `GtkTextView` * @right_margin: right margin in pixels * @@ -3694,7 +3694,7 @@ gtk_text_view_set_right_margin (GtkTextView *text_view, } /** - * gtk_text_view_get_right_margin: (attributes org.gtk.Method.get_property=right-margin) + * gtk_text_view_get_right_margin: * @text_view: a `GtkTextView` * * Gets the default right margin for text in @text_view. @@ -3712,7 +3712,7 @@ gtk_text_view_get_right_margin (GtkTextView *text_view) } /** - * gtk_text_view_set_top_margin: (attributes org.gtk.Method.set_property=top-margin) + * gtk_text_view_set_top_margin: * @text_view: a `GtkTextView` * @top_margin: top margin in pixels * @@ -3746,7 +3746,7 @@ gtk_text_view_set_top_margin (GtkTextView *text_view, } /** - * gtk_text_view_get_top_margin: (attributes org.gtk.Method.get_property=top-margin) + * gtk_text_view_get_top_margin: * @text_view: a `GtkTextView` * * Gets the top margin for text in the @text_view. @@ -3762,7 +3762,7 @@ gtk_text_view_get_top_margin (GtkTextView *text_view) } /** - * gtk_text_view_set_bottom_margin: (attributes org.gtk.Method.set_property=bottom-margin) + * gtk_text_view_set_bottom_margin: * @text_view: a `GtkTextView` * @bottom_margin: bottom margin in pixels * @@ -3792,7 +3792,7 @@ gtk_text_view_set_bottom_margin (GtkTextView *text_view, } /** - * gtk_text_view_get_bottom_margin: (attributes org.gtk.Method.get_property=bottom-margin) + * gtk_text_view_get_bottom_margin: * @text_view: a `GtkTextView` * * Gets the bottom margin for text in the @text_view. @@ -3808,7 +3808,7 @@ gtk_text_view_get_bottom_margin (GtkTextView *text_view) } /** - * gtk_text_view_set_indent: (attributes org.gtk.Method.set_property=indent) + * gtk_text_view_set_indent: * @text_view: a `GtkTextView` * @indent: indentation in pixels * @@ -3841,7 +3841,7 @@ gtk_text_view_set_indent (GtkTextView *text_view, } /** - * gtk_text_view_get_indent: (attributes org.gtk.Method.get_property=indent) + * gtk_text_view_get_indent: * @text_view: a `GtkTextView` * * Gets the default indentation of paragraphs in @text_view. @@ -3860,7 +3860,7 @@ gtk_text_view_get_indent (GtkTextView *text_view) } /** - * gtk_text_view_set_tabs: (attributes org.gtk.Method.set_property=tabs) + * gtk_text_view_set_tabs: * @text_view: a `GtkTextView` * @tabs: tabs as a `PangoTabArray` * @@ -3899,7 +3899,7 @@ gtk_text_view_set_tabs (GtkTextView *text_view, } /** - * gtk_text_view_get_tabs: (attributes org.gtk.Method.get_property=tabs) + * gtk_text_view_get_tabs: * @text_view: a `GtkTextView` * * Gets the default tabs for @text_view. @@ -3927,7 +3927,7 @@ gtk_text_view_toggle_cursor_visible (GtkTextView *text_view) } /** - * gtk_text_view_set_cursor_visible: (attributes org.gtk.Method.set_property=cursor-visible) + * gtk_text_view_set_cursor_visible: * @text_view: a `GtkTextView` * @setting: whether to show the insertion cursor * @@ -3968,7 +3968,7 @@ gtk_text_view_set_cursor_visible (GtkTextView *text_view, } /** - * gtk_text_view_get_cursor_visible: (attributes org.gtk.Method.get_property=cursor-visible) + * gtk_text_view_get_cursor_visible: * @text_view: a `GtkTextView` * * Find out whether the cursor should be displayed. @@ -7370,7 +7370,7 @@ gtk_text_view_toggle_overwrite (GtkTextView *text_view) } /** - * gtk_text_view_get_overwrite: (attributes org.gtk.Method.get_property=overwrite) + * gtk_text_view_get_overwrite: * @text_view: a `GtkTextView` * * Returns whether the `GtkTextView` is in overwrite mode or not. @@ -7386,7 +7386,7 @@ gtk_text_view_get_overwrite (GtkTextView *text_view) } /** - * gtk_text_view_set_overwrite: (attributes org.gtk.Method.set_property=overwrite) + * gtk_text_view_set_overwrite: * @text_view: a `GtkTextView` * @overwrite: %TRUE to turn on overwrite mode, %FALSE to turn it off * @@ -7404,7 +7404,7 @@ gtk_text_view_set_overwrite (GtkTextView *text_view, } /** - * gtk_text_view_set_accepts_tab: (attributes org.gtk.Method.set_property=accepts-tab) + * gtk_text_view_set_accepts_tab: * @text_view: A `GtkTextView` * @accepts_tab: %TRUE if pressing the Tab key should insert a tab * character, %FALSE, if pressing the Tab key should move the @@ -7435,7 +7435,7 @@ gtk_text_view_set_accepts_tab (GtkTextView *text_view, } /** - * gtk_text_view_get_accepts_tab: (attributes org.gtk.Method.get_property=accepts-tab) + * gtk_text_view_get_accepts_tab: * @text_view: A `GtkTextView` * * Returns whether pressing the Tab key inserts a tab characters. @@ -10165,7 +10165,7 @@ gtk_text_view_move_visually (GtkTextView *text_view, } /** - * gtk_text_view_set_input_purpose: (attributes org.gtk.Method.set_property=input-purpose) + * gtk_text_view_set_input_purpose: * @text_view: a `GtkTextView` * @purpose: the purpose * @@ -10192,7 +10192,7 @@ gtk_text_view_set_input_purpose (GtkTextView *text_view, } /** - * gtk_text_view_get_input_purpose: (attributes org.gtk.Method.get_property=input-purpose) + * gtk_text_view_get_input_purpose: * @text_view: a `GtkTextView` * * Gets the `input-purpose` of the `GtkTextView`. @@ -10214,7 +10214,7 @@ gtk_text_view_get_input_purpose (GtkTextView *text_view) } /** - * gtk_text_view_set_input_hints: (attributes org.gtk.Method.set_property=input-hints) + * gtk_text_view_set_input_hints: * @text_view: a `GtkTextView` * @hints: the hints * @@ -10242,7 +10242,7 @@ gtk_text_view_set_input_hints (GtkTextView *text_view, } /** - * gtk_text_view_get_input_hints: (attributes org.gtk.Method.get_property=input-hints) + * gtk_text_view_get_input_hints: * @text_view: a `GtkTextView` * * Gets the `input-hints` of the `GtkTextView`. @@ -10264,7 +10264,7 @@ gtk_text_view_get_input_hints (GtkTextView *text_view) } /** - * gtk_text_view_set_monospace: (attributes org.gtk.Method.set_property=monospace) + * gtk_text_view_set_monospace: * @text_view: a `GtkTextView` * @monospace: %TRUE to request monospace styling * @@ -10293,7 +10293,7 @@ gtk_text_view_set_monospace (GtkTextView *text_view, } /** - * gtk_text_view_get_monospace: (attributes org.gtk.Method.get_property=monospace) + * gtk_text_view_get_monospace: * @text_view: a `GtkTextView` * * Gets whether the `GtkTextView` uses monospace styling. @@ -10378,7 +10378,7 @@ gtk_text_view_insert_emoji (GtkTextView *text_view) } /** - * gtk_text_view_set_extra_menu: (attributes org.gtk.Method.set_property=extra-menu) + * gtk_text_view_set_extra_menu: * @text_view: a `GtkTextView` * @model: (nullable): a `GMenuModel` * @@ -10403,7 +10403,7 @@ gtk_text_view_set_extra_menu (GtkTextView *text_view, } /** - * gtk_text_view_get_extra_menu: (attributes org.gtk.Method.get_property=extra-menu) + * gtk_text_view_get_extra_menu: * @text_view: a `GtkTextView` * * Gets the menu model that gets added to the context menu diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index 8e63a384a6..ffe7c50775 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -395,7 +395,7 @@ gtk_toggle_button_new_with_mnemonic (const char *label) } /** - * gtk_toggle_button_set_active: (attributes org.gtk.Method.set_property=active) + * gtk_toggle_button_set_active: * @toggle_button: a `GtkToggleButton`. * @is_active: %TRUE or %FALSE. * @@ -452,7 +452,7 @@ gtk_toggle_button_set_active (GtkToggleButton *toggle_button, } /** - * gtk_toggle_button_get_active: (attributes org.gtk.Method.get_property=active) + * gtk_toggle_button_get_active: * @toggle_button: a `GtkToggleButton`. * * Queries a `GtkToggleButton` and returns its current state. @@ -489,7 +489,7 @@ gtk_toggle_button_toggled (GtkToggleButton *toggle_button) } /** - * gtk_toggle_button_set_group: (attributes org.gtk.Method.set_property=group) + * gtk_toggle_button_set_group: * @toggle_button: a `GtkToggleButton` * @group: (nullable) (transfer none): another `GtkToggleButton` to * form a group with diff --git a/gtk/gtktreeexpander.c b/gtk/gtktreeexpander.c index 8182b74877..91b8b6f9e7 100644 --- a/gtk/gtktreeexpander.c +++ b/gtk/gtktreeexpander.c @@ -779,7 +779,7 @@ gtk_tree_expander_new (void) } /** - * gtk_tree_expander_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_tree_expander_get_child: * @self: a `GtkTreeExpander` * * Gets the child widget displayed by @self. @@ -795,7 +795,7 @@ gtk_tree_expander_get_child (GtkTreeExpander *self) } /** - * gtk_tree_expander_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_tree_expander_set_child: * @self: a `GtkTreeExpander` * @child: (nullable): a `GtkWidget` * @@ -831,7 +831,7 @@ gtk_tree_expander_set_child (GtkTreeExpander *self, } /** - * gtk_tree_expander_get_item: (attributes org.gtk.Method.get_property=item) + * gtk_tree_expander_get_item: * @self: a `GtkTreeExpander` * * Forwards the item set on the `GtkTreeListRow` that @self is managing. @@ -856,7 +856,7 @@ gtk_tree_expander_get_item (GtkTreeExpander *self) } /** - * gtk_tree_expander_get_list_row: (attributes org.gtk.Method.get_property=list-row) + * gtk_tree_expander_get_list_row: * @self: a `GtkTreeExpander` * * Gets the list row managed by @self. @@ -872,7 +872,7 @@ gtk_tree_expander_get_list_row (GtkTreeExpander *self) } /** - * gtk_tree_expander_set_list_row: (attributes org.gtk.Method.set_property=list-row) + * gtk_tree_expander_set_list_row: * @self: a `GtkTreeExpander` widget * @list_row: (nullable): a `GtkTreeListRow` * @@ -910,7 +910,7 @@ gtk_tree_expander_set_list_row (GtkTreeExpander *self, } /** - * gtk_tree_expander_get_indent_for_depth: (attributes org.gtk.Method.get_property=indent-for-depth) + * gtk_tree_expander_get_indent_for_depth: * @self: a `GtkTreeExpander` * * TreeExpander indents each level of depth with an additional indent. @@ -928,7 +928,7 @@ gtk_tree_expander_get_indent_for_depth (GtkTreeExpander *self) } /** - * gtk_tree_expander_set_indent_for_depth: (attributes org.gtk.Method.set_property=indent-for-depth) + * gtk_tree_expander_set_indent_for_depth: * @self: a `GtkTreeExpander` widget * @indent_for_depth: TRUE if the child should be indented. Otherwise FALSE. * @@ -953,7 +953,7 @@ gtk_tree_expander_set_indent_for_depth (GtkTreeExpander *self, } /** - * gtk_tree_expander_get_indent_for_icon: (attributes org.gtk.Method.get_property=indent-for-icon) + * gtk_tree_expander_get_indent_for_icon: * @self: a `GtkTreeExpander` * * TreeExpander indents the child by the width of an expander-icon if it is not expandable. @@ -971,7 +971,7 @@ gtk_tree_expander_get_indent_for_icon (GtkTreeExpander *self) } /** - * gtk_tree_expander_set_indent_for_icon: (attributes org.gtk.Method.set_property=indent-for-icon) + * gtk_tree_expander_set_indent_for_icon: * @self: a `GtkTreeExpander` widget * @indent_for_icon: TRUE if the child should be indented without expander. Otherwise FALSE. * @@ -996,7 +996,7 @@ gtk_tree_expander_set_indent_for_icon (GtkTreeExpander *self, } /** - * gtk_tree_expander_get_hide_expander: (attributes org.gtk.Method.get_property=hide-expander) + * gtk_tree_expander_get_hide_expander: * @self: a `GtkTreeExpander` * * Gets whether the TreeExpander should be hidden in a GtkTreeListRow. @@ -1014,7 +1014,7 @@ gtk_tree_expander_get_hide_expander (GtkTreeExpander *self) } /** - * gtk_tree_expander_set_hide_expander: (attributes org.gtk.Method.set_property=hide-expander) + * gtk_tree_expander_set_hide_expander: * @self: a `GtkTreeExpander` widget * @hide_expander: TRUE if the expander should be hidden. Otherwise FALSE. * diff --git a/gtk/gtktreelistmodel.c b/gtk/gtktreelistmodel.c index a0dd198429..7a4a7f015a 100644 --- a/gtk/gtktreelistmodel.c +++ b/gtk/gtktreelistmodel.c @@ -773,7 +773,7 @@ gtk_tree_list_model_new (GListModel *root, } /** - * gtk_tree_list_model_get_model: (attributes org.gtk.Method.get_property=model) + * gtk_tree_list_model_get_model: * @self: a `GtkTreeListModel` * * Gets the root model that @self was created with. @@ -789,7 +789,7 @@ gtk_tree_list_model_get_model (GtkTreeListModel *self) } /** - * gtk_tree_list_model_get_passthrough: (attributes org.gtk.Method.get_property=passthrough) + * gtk_tree_list_model_get_passthrough: * @self: a `GtkTreeListModel` * * Gets whether the model is passing through original row items. @@ -814,7 +814,7 @@ gtk_tree_list_model_get_passthrough (GtkTreeListModel *self) } /** - * gtk_tree_list_model_set_autoexpand: (attributes org.gtk.Method.set_property=autoexpand) + * gtk_tree_list_model_set_autoexpand: * @self: a `GtkTreeListModel` * @autoexpand: %TRUE to make the model autoexpand its rows * @@ -839,7 +839,7 @@ gtk_tree_list_model_set_autoexpand (GtkTreeListModel *self, } /** - * gtk_tree_list_model_get_autoexpand: (attributes org.gtk.Method.get_property=autoexpand) + * gtk_tree_list_model_get_autoexpand: * @self: a `GtkTreeListModel` * * Gets whether the model is set to automatically expand new rows @@ -1126,7 +1126,7 @@ gtk_tree_list_row_get_position (GtkTreeListRow *self) } /** - * gtk_tree_list_row_get_depth: (attributes org.gtk.Method.get_property=depth) + * gtk_tree_list_row_get_depth: * @self: a `GtkTreeListRow` * * Gets the depth of this row. @@ -1161,7 +1161,7 @@ gtk_tree_list_row_get_depth (GtkTreeListRow *self) } /** - * gtk_tree_list_row_set_expanded: (attributes org.gtk.Method.set_property=expanded) + * gtk_tree_list_row_set_expanded: * @self: a `GtkTreeListRow` * @expanded: %TRUE if the row should be expanded * @@ -1219,7 +1219,7 @@ gtk_tree_list_row_set_expanded (GtkTreeListRow *self, } /** - * gtk_tree_list_row_get_expanded: (attributes org.gtk.Method.get_property=expanded) + * gtk_tree_list_row_get_expanded: * @self: a `GtkTreeListRow` * * Gets if a row is currently expanded. @@ -1283,7 +1283,7 @@ gtk_tree_list_row_is_expandable (GtkTreeListRow *self) } /** - * gtk_tree_list_row_get_item: (attributes org.gtk.Method.get_property=item) + * gtk_tree_list_row_get_item: * @self: a `GtkTreeListRow` * * Gets the item corresponding to this row, @@ -1301,7 +1301,7 @@ gtk_tree_list_row_get_item (GtkTreeListRow *self) } /** - * gtk_tree_list_row_get_children: (attributes org.gtk.Method.get_property=children) + * gtk_tree_list_row_get_children: * @self: a `GtkTreeListRow` * * If the row is expanded, gets the model holding the children of @self. diff --git a/gtk/gtkvideo.c b/gtk/gtkvideo.c index bc1e97abea..c83edcdf04 100644 --- a/gtk/gtkvideo.c +++ b/gtk/gtkvideo.c @@ -607,7 +607,7 @@ gtk_video_new_for_resource (const char *resource_path) } /** - * gtk_video_get_media_stream: (attributes org.gtk.Method.get_property=media-stream) + * gtk_video_get_media_stream: * @self: a `GtkVideo` * * Gets the media stream managed by @self or %NULL if none. @@ -695,7 +695,7 @@ gtk_video_notify_cb (GtkMediaStream *stream, } /** - * gtk_video_set_media_stream: (attributes org.gtk.Method.set_property=media-stream) + * gtk_video_set_media_stream: * @self: a `GtkVideo` * @stream: (nullable): The media stream to play or %NULL to unset * @@ -766,7 +766,7 @@ gtk_video_set_media_stream (GtkVideo *self, } /** - * gtk_video_get_file: (attributes org.gtk.Method.get_property=file) + * gtk_video_get_file: * @self: a `GtkVideo` * * Gets the file played by @self or %NULL if not playing back @@ -783,7 +783,7 @@ gtk_video_get_file (GtkVideo *self) } /** - * gtk_video_set_file: (attributes org.gtk.Method.set_property=file) + * gtk_video_set_file: * @self: a `GtkVideo` * @file: (nullable): the file to play * @@ -898,7 +898,7 @@ gtk_video_set_resource (GtkVideo *self, } /** - * gtk_video_get_autoplay: (attributes org.gtk.Method.get_property=autoplay) + * gtk_video_get_autoplay: * @self: a `GtkVideo` * * Returns %TRUE if videos have been set to loop. @@ -914,7 +914,7 @@ gtk_video_get_autoplay (GtkVideo *self) } /** - * gtk_video_set_autoplay: (attributes org.gtk.Method.set_property=autoplay) + * gtk_video_set_autoplay: * @self: a `GtkVideo` * @autoplay: whether media streams should autoplay * @@ -936,7 +936,7 @@ gtk_video_set_autoplay (GtkVideo *self, } /** - * gtk_video_get_loop: (attributes org.gtk.Method.get_property=loop) + * gtk_video_get_loop: * @self: a `GtkVideo` * * Returns %TRUE if videos have been set to loop. @@ -952,7 +952,7 @@ gtk_video_get_loop (GtkVideo *self) } /** - * gtk_video_set_loop: (attributes org.gtk.Method.set_property=loop) + * gtk_video_set_loop: * @self: a `GtkVideo` * @loop: whether media streams should loop * @@ -973,7 +973,7 @@ gtk_video_set_loop (GtkVideo *self, } /** - * gtk_video_get_graphics_offload: (attributes org.gtk.Method.get_property=graphics-offload) + * gtk_video_get_graphics_offload: * @self: a `GtkVideo` * * Returns whether graphics offload is enabled. @@ -993,7 +993,7 @@ gtk_video_get_graphics_offload (GtkVideo *self) } /** - * gtk_video_set_graphics_offload: (attributes org.gtk.Method.set_property=graphics-offload) + * gtk_video_set_graphics_offload: * @self: a `GtkVideo` * @enabled: the new graphics offload status * diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c index 24df5e57ea..2a5df86461 100644 --- a/gtk/gtkviewport.c +++ b/gtk/gtkviewport.c @@ -558,7 +558,7 @@ gtk_viewport_adjustment_value_changed (GtkAdjustment *adjustment, } /** - * gtk_viewport_get_scroll_to_focus: (attributes org.gtk.Method.get_property=scroll-to-focus) + * gtk_viewport_get_scroll_to_focus: * @viewport: a `GtkViewport` * * Gets whether the viewport is scrolling to keep the focused @@ -575,7 +575,7 @@ gtk_viewport_get_scroll_to_focus (GtkViewport *viewport) } /** - * gtk_viewport_set_scroll_to_focus: (attributes org.gtk.Method.set_property=scroll-to-focus) + * gtk_viewport_set_scroll_to_focus: * @viewport: a `GtkViewport` * @scroll_to_focus: whether to keep the focus widget scrolled to view * @@ -652,7 +652,7 @@ clear_focus_change_handler (GtkViewport *viewport) } /** - * gtk_viewport_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_viewport_set_child: * @viewport: a `GtkViewport` * @child: (nullable): the child widget * @@ -680,7 +680,7 @@ gtk_viewport_set_child (GtkViewport *viewport, } /** - * gtk_viewport_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_viewport_get_child: * @viewport: a `GtkViewport` * * Gets the child widget of @viewport. diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 36e6234dd2..eb3a62160b 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -5163,7 +5163,7 @@ gtk_widget_real_keynav_failed (GtkWidget *widget, } /** - * gtk_widget_set_can_focus: (attributes org.gtk.Method.set_property=can-focus) + * gtk_widget_set_can_focus: * @widget: a `GtkWidget` * @can_focus: whether or not the input focus can enter * the widget or any of its children @@ -5201,7 +5201,7 @@ gtk_widget_set_can_focus (GtkWidget *widget, } /** - * gtk_widget_get_can_focus: (attributes org.gtk.Method.get_property=can-focus) + * gtk_widget_get_can_focus: * @widget: a `GtkWidget` * * Determines whether the input focus can enter @widget or any @@ -5222,7 +5222,7 @@ gtk_widget_get_can_focus (GtkWidget *widget) } /** - * gtk_widget_set_focusable: (attributes org.gtk.Method.set_property=focusable) + * gtk_widget_set_focusable: * @widget: a `GtkWidget` * @focusable: whether or not @widget can own the input focus * @@ -5261,7 +5261,7 @@ gtk_widget_set_focusable (GtkWidget *widget, } /** - * gtk_widget_get_focusable: (attributes org.gtk.Method.get_property=focusable) + * gtk_widget_get_focusable: * @widget: a `GtkWidget` * * Determines whether @widget can own the input focus. @@ -5281,7 +5281,7 @@ gtk_widget_get_focusable (GtkWidget *widget) } /** - * gtk_widget_has_focus: (attributes org.gtk.Method.get_property=has-focus) + * gtk_widget_has_focus: * @widget: a `GtkWidget` * * Determines if the widget has the global input focus. @@ -5370,7 +5370,7 @@ gtk_widget_is_focus (GtkWidget *widget) } /** - * gtk_widget_set_focus_on_click: (attributes org.gtk.Method.set_property=focus-on-click) + * gtk_widget_set_focus_on_click: * @widget: a `GtkWidget` * @focus_on_click: whether the widget should grab focus when clicked * with the mouse @@ -5401,7 +5401,7 @@ gtk_widget_set_focus_on_click (GtkWidget *widget, } /** - * gtk_widget_get_focus_on_click: (attributes org.gtk.Method.get_property=focus-on-click) + * gtk_widget_get_focus_on_click: * @widget: a `GtkWidget` * * Returns whether the widget should grab focus when it is clicked @@ -5423,7 +5423,7 @@ gtk_widget_get_focus_on_click (GtkWidget *widget) } /** - * gtk_widget_has_default: (attributes org.gtk.Method.get_property=has-default) + * gtk_widget_has_default: * @widget: a `GtkWidget` * * Determines whether @widget is the current default widget @@ -5457,7 +5457,7 @@ _gtk_widget_set_has_default (GtkWidget *widget, } /** - * gtk_widget_set_receives_default: (attributes org.gtk.Method.set_property=receives-default) + * gtk_widget_set_receives_default: * @widget: a `GtkWidget` * @receives_default: whether or not @widget can be a default widget. * @@ -5482,7 +5482,7 @@ gtk_widget_set_receives_default (GtkWidget *widget, } /** - * gtk_widget_get_receives_default: (attributes org.gtk.Method.get_property=receives-default) + * gtk_widget_get_receives_default: * @widget: a `GtkWidget` * * Determines whether @widget is always treated as the default widget @@ -5535,7 +5535,7 @@ _gtk_widget_set_has_grab (GtkWidget *widget, } /** - * gtk_widget_set_name: (attributes org.gtk.Method.set_property=name) + * gtk_widget_set_name: * @widget: a `GtkWidget` * @name: name for the widget * @@ -5568,7 +5568,7 @@ gtk_widget_set_name (GtkWidget *widget, } /** - * gtk_widget_get_name: (attributes org.gtk.Method.get_property=name) + * gtk_widget_get_name: * @widget: a `GtkWidget` * * Retrieves the name of a widget. @@ -5711,7 +5711,7 @@ gtk_widget_get_state_flags (GtkWidget *widget) } /** - * gtk_widget_set_visible: (attributes org.gtk.Method.set_property=visible) + * gtk_widget_set_visible: * @widget: a `GtkWidget` * @visible: whether the widget should be shown or not * @@ -5756,7 +5756,7 @@ _gtk_widget_set_visible_flag (GtkWidget *widget, } /** - * gtk_widget_get_visible: (attributes org.gtk.Method.get_property=visible) + * gtk_widget_get_visible: * @widget: a `GtkWidget` * * Determines whether the widget is visible. @@ -5870,7 +5870,7 @@ gtk_widget_get_mapped (GtkWidget *widget) } /** - * gtk_widget_set_sensitive: (attributes org.gtk.Method.set_property=sensitive) + * gtk_widget_set_sensitive: * @widget: a `GtkWidget` * @sensitive: %TRUE to make the widget sensitive * @@ -5935,7 +5935,7 @@ gtk_widget_set_sensitive (GtkWidget *widget, } /** - * gtk_widget_get_sensitive: (attributes org.gtk.Method.get_property=sensitive) + * gtk_widget_get_sensitive: * @widget: a `GtkWidget` * * Returns the widget’s sensitivity. @@ -6135,7 +6135,7 @@ gtk_widget_reposition_after (GtkWidget *widget, } /** - * gtk_widget_set_parent: (attributes org.gtk.Method.set_property=parent) + * gtk_widget_set_parent: * @widget: a `GtkWidget` * @parent: parent widget * @@ -6162,7 +6162,7 @@ gtk_widget_set_parent (GtkWidget *widget, } /** - * gtk_widget_get_parent: (attributes org.gtk.Method.get_property=parent) + * gtk_widget_get_parent: * @widget: a `GtkWidget` * * Returns the parent widget of @widget. @@ -6180,7 +6180,7 @@ gtk_widget_get_parent (GtkWidget *widget) } /** - * gtk_widget_get_root: (attributes org.gtk.Method.get_property=root) + * gtk_widget_get_root: * @widget: a `GtkWidget` * * Returns the `GtkRoot` widget of @widget. @@ -6860,7 +6860,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS } /** - * gtk_widget_get_scale_factor: (attributes org.gtk.Method.get_property=scale-factor) + * gtk_widget_get_scale_factor: * @widget: a `GtkWidget` * * Retrieves the internal scale factor that maps from window @@ -8329,7 +8329,7 @@ gtk_widget_set_expand_set (GtkWidget *widget, } /** - * gtk_widget_get_hexpand: (attributes org.gtk.Method.get_property=hexpand) + * gtk_widget_get_hexpand: * @widget: the widget * * Gets whether the widget would like any available extra horizontal @@ -8362,7 +8362,7 @@ gtk_widget_get_hexpand (GtkWidget *widget) } /** - * gtk_widget_set_hexpand: (attributes org.gtk.Method.set_property=hexpand) + * gtk_widget_set_hexpand: * @widget: the widget * @expand: whether to expand * @@ -8404,7 +8404,7 @@ gtk_widget_set_hexpand (GtkWidget *widget, } /** - * gtk_widget_get_hexpand_set: (attributes org.gtk.Method.get_property=hexpand-set) + * gtk_widget_get_hexpand_set: * @widget: the widget * * Gets whether gtk_widget_set_hexpand() has been used @@ -8431,7 +8431,7 @@ gtk_widget_get_hexpand_set (GtkWidget *widget) } /** - * gtk_widget_set_hexpand_set: (attributes org.gtk.Method.set_property=hexpand-set) + * gtk_widget_set_hexpand_set: * @widget: the widget * @set: value for hexpand-set property * @@ -8461,7 +8461,7 @@ gtk_widget_set_hexpand_set (GtkWidget *widget, /** - * gtk_widget_get_vexpand: (attributes org.gtk.Method.get_property=vexpand) + * gtk_widget_get_vexpand: * @widget: the widget * * Gets whether the widget would like any available extra vertical @@ -8482,7 +8482,7 @@ gtk_widget_get_vexpand (GtkWidget *widget) } /** - * gtk_widget_set_vexpand: (attributes org.gtk.Method.set_property=vexpand) + * gtk_widget_set_vexpand: * @widget: the widget * @expand: whether to expand * @@ -8501,7 +8501,7 @@ gtk_widget_set_vexpand (GtkWidget *widget, } /** - * gtk_widget_get_vexpand_set: (attributes org.gtk.Method.get_property=vexpand-set) + * gtk_widget_get_vexpand_set: * @widget: the widget * * Gets whether gtk_widget_set_vexpand() has been used to @@ -8522,7 +8522,7 @@ gtk_widget_get_vexpand_set (GtkWidget *widget) } /** - * gtk_widget_set_vexpand_set: (attributes org.gtk.Method.set_property=vexpand-set) + * gtk_widget_set_vexpand_set: * @widget: the widget * @set: value for vexpand-set property * @@ -9490,7 +9490,7 @@ gtk_widget_buildable_custom_finished (GtkBuildable *buildable, } /** - * gtk_widget_get_halign: (attributes org.gtk.Method.get_property=halign) + * gtk_widget_get_halign: * @widget: a `GtkWidget` * * Gets the horizontal alignment of @widget. @@ -9518,7 +9518,7 @@ gtk_widget_get_halign (GtkWidget *widget) } /** - * gtk_widget_set_halign: (attributes org.gtk.Method.set_property=halign) + * gtk_widget_set_halign: * @widget: a `GtkWidget` * @align: the horizontal alignment * @@ -9541,7 +9541,7 @@ gtk_widget_set_halign (GtkWidget *widget, } /** - * gtk_widget_get_valign: (attributes org.gtk.Method.get_property=valign) + * gtk_widget_get_valign: * @widget: a `GtkWidget` * * Gets the vertical alignment of @widget. @@ -9559,7 +9559,7 @@ gtk_widget_get_valign (GtkWidget *widget) } /** - * gtk_widget_set_valign: (attributes org.gtk.Method.set_property=valign) + * gtk_widget_set_valign: * @widget: a `GtkWidget` * @align: the vertical alignment * @@ -9582,7 +9582,7 @@ gtk_widget_set_valign (GtkWidget *widget, } /** - * gtk_widget_get_margin_start: (attributes org.gtk.Method.get_property=margin-start) + * gtk_widget_get_margin_start: * @widget: a `GtkWidget` * * Gets the start margin of @widget. @@ -9600,7 +9600,7 @@ gtk_widget_get_margin_start (GtkWidget *widget) } /** - * gtk_widget_set_margin_start: (attributes org.gtk.Method.set_property=margin-start) + * gtk_widget_set_margin_start: * @widget: a `GtkWidget` * @margin: the start margin * @@ -9626,7 +9626,7 @@ gtk_widget_set_margin_start (GtkWidget *widget, } /** - * gtk_widget_get_margin_end: (attributes org.gtk.Method.get_property=margin-end) + * gtk_widget_get_margin_end: * @widget: a `GtkWidget` * * Gets the end margin of @widget. @@ -9644,7 +9644,7 @@ gtk_widget_get_margin_end (GtkWidget *widget) } /** - * gtk_widget_set_margin_end: (attributes org.gtk.Method.set_property=margin-end) + * gtk_widget_set_margin_end: * @widget: a `GtkWidget` * @margin: the end margin * @@ -9670,7 +9670,7 @@ gtk_widget_set_margin_end (GtkWidget *widget, } /** - * gtk_widget_get_margin_top: (attributes org.gtk.Method.get_property=margin-top) + * gtk_widget_get_margin_top: * @widget: a `GtkWidget` * * Gets the top margin of @widget. @@ -9688,7 +9688,7 @@ gtk_widget_get_margin_top (GtkWidget *widget) } /** - * gtk_widget_set_margin_top: (attributes org.gtk.Method.set_property=margin-top) + * gtk_widget_set_margin_top: * @widget: a `GtkWidget` * @margin: the top margin * @@ -9712,7 +9712,7 @@ gtk_widget_set_margin_top (GtkWidget *widget, } /** - * gtk_widget_get_margin_bottom: (attributes org.gtk.Method.get_property=margin-bottom) + * gtk_widget_get_margin_bottom: * @widget: a `GtkWidget` * * Gets the bottom margin of @widget. @@ -9730,7 +9730,7 @@ gtk_widget_get_margin_bottom (GtkWidget *widget) } /** - * gtk_widget_set_margin_bottom: (attributes org.gtk.Method.set_property=margin-bottom) + * gtk_widget_set_margin_bottom: * @widget: a `GtkWidget` * @margin: the bottom margin * @@ -9931,7 +9931,7 @@ gtk_widget_trigger_tooltip_query (GtkWidget *widget) } /** - * gtk_widget_set_tooltip_text: (attributes org.gtk.Method.set_property=tooltip-text) + * gtk_widget_set_tooltip_text: * @widget: a `GtkWidget` * @text: (nullable): the contents of the tooltip for @widget * @@ -9990,7 +9990,7 @@ gtk_widget_set_tooltip_text (GtkWidget *widget, } /** - * gtk_widget_get_tooltip_text: (attributes org.gtk.Method.get_property=tooltip-text) + * gtk_widget_get_tooltip_text: * @widget: a `GtkWidget` * * Gets the contents of the tooltip for @widget. @@ -10012,7 +10012,7 @@ gtk_widget_get_tooltip_text (GtkWidget *widget) } /** - * gtk_widget_set_tooltip_markup: (attributes org.gtk.Method.set_property=tooltip-markup) + * gtk_widget_set_tooltip_markup: * @widget: a `GtkWidget` * @markup: (nullable): the contents of the tooltip for @widget * @@ -10077,7 +10077,7 @@ gtk_widget_set_tooltip_markup (GtkWidget *widget, } /** - * gtk_widget_get_tooltip_markup: (attributes org.gtk.Method.get_property=tooltip-markup) + * gtk_widget_get_tooltip_markup: * @widget: a `GtkWidget` * * Gets the contents of the tooltip for @widget. @@ -10099,7 +10099,7 @@ gtk_widget_get_tooltip_markup (GtkWidget *widget) } /** - * gtk_widget_set_has_tooltip: (attributes org.gtk.Method.set_property=has-tooltip) + * gtk_widget_set_has_tooltip: * @widget: a `GtkWidget` * @has_tooltip: whether or not @widget has a tooltip. * @@ -10124,7 +10124,7 @@ gtk_widget_set_has_tooltip (GtkWidget *widget, } /** - * gtk_widget_get_has_tooltip: (attributes org.gtk.Method.get_property=has-tooltip) + * gtk_widget_get_has_tooltip: * @widget: a `GtkWidget` * * Returns the current value of the `has-tooltip` property. @@ -10606,7 +10606,7 @@ gtk_widget_get_baseline (GtkWidget *widget) } /** - * gtk_widget_set_opacity: (attributes org.gtk.Method.set_property=opacity) + * gtk_widget_set_opacity: * @widget: a `GtkWidget` * @opacity: desired opacity, between 0 and 1 * @@ -10657,7 +10657,7 @@ gtk_widget_set_opacity (GtkWidget *widget, } /** - * gtk_widget_get_opacity: (attributes org.gtk.Method.get_property=opacity) + * gtk_widget_get_opacity: * @widget: a `GtkWidget` * * #Fetches the requested opacity for this widget. @@ -10677,7 +10677,7 @@ gtk_widget_get_opacity (GtkWidget *widget) } /** - * gtk_widget_set_overflow: (attributes org.gtk.Method.set_property=overflow) + * gtk_widget_set_overflow: * @widget: a `GtkWidget` * @overflow: desired overflow * @@ -10710,7 +10710,7 @@ gtk_widget_set_overflow (GtkWidget *widget, } /** - * gtk_widget_get_overflow: (attributes org.gtk.Method.get_property=overflow) + * gtk_widget_get_overflow: * @widget: a `GtkWidget` * * Returns the widget’s overflow value. @@ -12433,7 +12433,7 @@ gtk_widget_get_focus_child (GtkWidget *widget) } /** - * gtk_widget_set_cursor: (attributes org.gtk.Method.set_property=cursor) + * gtk_widget_set_cursor: * @widget: a `GtkWidget` * @cursor: (nullable): the new cursor * @@ -12501,7 +12501,7 @@ gtk_widget_set_cursor_from_name (GtkWidget *widget, } /** - * gtk_widget_get_cursor: (attributes org.gtk.Method.get_property=cursor) + * gtk_widget_get_cursor: * @widget: a `GtkWidget` * * Queries the cursor set on @widget. @@ -12522,7 +12522,7 @@ gtk_widget_get_cursor (GtkWidget *widget) } /** - * gtk_widget_set_can_target: (attributes org.gtk.Method.set_property=can-target) + * gtk_widget_set_can_target: * @widget: a `GtkWidget` * @can_target: whether this widget should be able to * receive pointer events @@ -12546,7 +12546,7 @@ gtk_widget_set_can_target (GtkWidget *widget, } /** - * gtk_widget_get_can_target: (attributes org.gtk.Method.get_property=can-target) + * gtk_widget_get_can_target: * @widget: a `GtkWidget` * * Queries whether @widget can be the target of pointer events. @@ -12701,7 +12701,7 @@ gtk_widget_class_get_layout_manager_type (GtkWidgetClass *widget_class) } /** - * gtk_widget_set_layout_manager: (attributes org.gtk.Method.set_property=layout-manager) + * gtk_widget_set_layout_manager: * @widget: a `GtkWidget` * @layout_manager: (nullable) (transfer full): a `GtkLayoutManager` * @@ -12737,7 +12737,7 @@ gtk_widget_set_layout_manager (GtkWidget *widget, } /** - * gtk_widget_get_layout_manager: (attributes org.gtk.Method.get_property=layout-manager) + * gtk_widget_get_layout_manager: * @widget: a `GtkWidget` * * Retrieves the layout manager used by @widget. @@ -13004,7 +13004,7 @@ gtk_widget_class_query_action (GtkWidgetClass *widget_class, } /** - * gtk_widget_get_css_name: (attributes org.gtk.Method.get_property=css-name) + * gtk_widget_get_css_name: * @self: a `GtkWidget` * * Returns the CSS name that is used for @self. @@ -13111,7 +13111,7 @@ gtk_widget_has_css_class (GtkWidget *widget, } /** - * gtk_widget_get_css_classes: (attributes org.gtk.Method.get_property=css-classes) + * gtk_widget_get_css_classes: * @widget: a `GtkWidget` * * Returns the list of style classes applied to @widget. @@ -13143,7 +13143,7 @@ gtk_widget_get_css_classes (GtkWidget *widget) } /** - * gtk_widget_set_css_classes: (attributes org.gtk.Method.set_property=css-classes) + * gtk_widget_set_css_classes: * @widget: a `GtkWidget` * @classes: (transfer none) (array zero-terminated=1): * %NULL-terminated list of style classes to apply to @widget. diff --git a/gtk/gtkwidgetpaintable.c b/gtk/gtkwidgetpaintable.c index a8f3d438f2..87f7bdbcaf 100644 --- a/gtk/gtkwidgetpaintable.c +++ b/gtk/gtkwidgetpaintable.c @@ -292,7 +292,7 @@ gtk_widget_paintable_snapshot_widget (GtkWidgetPaintable *self) } /** - * gtk_widget_paintable_get_widget: (attributes org.gtk.Method.get_property=widget) + * gtk_widget_paintable_get_widget: * @self: a `GtkWidgetPaintable` * * Returns the widget that is observed or %NULL if none. @@ -308,7 +308,7 @@ gtk_widget_paintable_get_widget (GtkWidgetPaintable *self) } /** - * gtk_widget_paintable_set_widget: (attributes org.gtk.Method.set_property=widget) + * gtk_widget_paintable_set_widget: * @self: a `GtkWidgetPaintable` * @widget: (nullable): the widget to observe * diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index cb1ac97e4e..fd46f47611 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -2235,7 +2235,7 @@ gtk_window_new (void) } /** - * gtk_window_set_title: (attributes org.gtk.Method.set_property=title) + * gtk_window_set_title: * @window: a `GtkWindow` * @title: (nullable): title of the window * @@ -2274,7 +2274,7 @@ gtk_window_set_title (GtkWindow *window, } /** - * gtk_window_get_title: (attributes org.gtk.Method.get_property=title) + * gtk_window_get_title: * @window: a `GtkWindow` * * Retrieves the title of the window. @@ -2439,7 +2439,7 @@ gtk_window_real_activate_default (GtkWindow *window) } /** - * gtk_window_set_modal: (attributes org.gtk.Method.set_property=modal) + * gtk_window_set_modal: * @window: a `GtkWindow` * @modal: whether the window is modal * @@ -2488,7 +2488,7 @@ gtk_window_set_modal (GtkWindow *window, } /** - * gtk_window_get_modal: (attributes org.gtk.Method.get_property=modal) + * gtk_window_get_modal: * @window: a `GtkWindow` * * Returns whether the window is modal. @@ -2659,7 +2659,7 @@ gtk_window_unset_transient_for (GtkWindow *window) } /** - * gtk_window_set_transient_for: (attributes org.gtk.Method.set_property=transient-for) + * gtk_window_set_transient_for: * @window: a `GtkWindow` * @parent: (nullable): parent window * @@ -2729,7 +2729,7 @@ gtk_window_set_transient_for (GtkWindow *window, } /** - * gtk_window_get_transient_for: (attributes org.gtk.Method.get_property=transient-for) + * gtk_window_get_transient_for: * @window: a `GtkWindow` * * Fetches the transient parent for this window. @@ -2747,7 +2747,7 @@ gtk_window_get_transient_for (GtkWindow *window) } /** - * gtk_window_get_application: (attributes org.gtk.Method.get_property=application) + * gtk_window_get_application: * @window: a `GtkWindow` * * Gets the `GtkApplication` associated with the window. @@ -2786,7 +2786,7 @@ gtk_window_release_application (GtkWindow *window) } /** - * gtk_window_set_application: (attributes org.gtk.Method.set_property=application) + * gtk_window_set_application: * @window: a `GtkWindow` * @application: (nullable): a `GtkApplication`, or %NULL to unset * @@ -2843,7 +2843,7 @@ gtk_window_set_application (GtkWindow *window, } /** - * gtk_window_set_destroy_with_parent: (attributes org.gtk.Method.set_property=destroy-with-parent) + * gtk_window_set_destroy_with_parent: * @window: a `GtkWindow` * @setting: whether to destroy @window with its transient parent * @@ -2870,7 +2870,7 @@ gtk_window_set_destroy_with_parent (GtkWindow *window, } /** - * gtk_window_get_destroy_with_parent: (attributes org.gtk.Method.get_property=destroy-with-parent) + * gtk_window_get_destroy_with_parent: * @window: a `GtkWindow` * * Returns whether the window will be destroyed with its transient parent. @@ -2888,7 +2888,7 @@ gtk_window_get_destroy_with_parent (GtkWindow *window) } /** - * gtk_window_set_hide_on_close: (attributes org.gtk.Method.set_property=hide-on-close) + * gtk_window_set_hide_on_close: * @window: a `GtkWindow` * @setting: whether to hide the window when it is closed * @@ -2912,7 +2912,7 @@ gtk_window_set_hide_on_close (GtkWindow *window, } /** - * gtk_window_get_hide_on_close: (attributes org.gtk.Method.get_property=hide-on-close) + * gtk_window_get_hide_on_close: * @window: a `GtkWindow` * * Returns whether the window will be hidden when the close button is clicked. @@ -3006,7 +3006,7 @@ gtk_window_enable_csd (GtkWindow *window) } /** - * gtk_window_set_titlebar: (attributes org.gtk.Method.set_property=titlebar) + * gtk_window_set_titlebar: * @window: a `GtkWindow` * @titlebar: (nullable): the widget to use as titlebar * @@ -3075,7 +3075,7 @@ gtk_window_set_titlebar (GtkWindow *window, } /** - * gtk_window_get_titlebar: (attributes org.gtk.Method.get_property=titlebar) + * gtk_window_get_titlebar: * @window: a `GtkWindow` * * Returns the custom titlebar that has been set with @@ -3094,7 +3094,7 @@ gtk_window_get_titlebar (GtkWindow *window) } /** - * gtk_window_set_decorated: (attributes org.gtk.Method.set_property=decorated) + * gtk_window_set_decorated: * @window: a `GtkWindow` * @setting: %TRUE to decorate the window * @@ -3137,7 +3137,7 @@ gtk_window_set_decorated (GtkWindow *window, } /** - * gtk_window_get_decorated: (attributes org.gtk.Method.get_property=decorated) + * gtk_window_get_decorated: * @window: a `GtkWindow` * * Returns whether the window has been set to have decorations. @@ -3155,7 +3155,7 @@ gtk_window_get_decorated (GtkWindow *window) } /** - * gtk_window_set_deletable: (attributes org.gtk.Method.set_property=deletable) + * gtk_window_set_deletable: * @window: a `GtkWindow` * @setting: %TRUE to decorate the window as deletable * @@ -3196,7 +3196,7 @@ gtk_window_set_deletable (GtkWindow *window, } /** - * gtk_window_get_deletable: (attributes org.gtk.Method.get_property=deletable) + * gtk_window_get_deletable: * @window: a `GtkWindow` * * Returns whether the window has been set to have a close button. @@ -3430,7 +3430,7 @@ update_themed_icon (GtkWindow *window) } /** - * gtk_window_set_icon_name: (attributes org.gtk.Method.set_property=icon-name) + * gtk_window_set_icon_name: * @window: a `GtkWindow` * @name: (nullable): the name of the themed icon * @@ -3466,7 +3466,7 @@ gtk_window_set_icon_name (GtkWindow *window, } /** - * gtk_window_get_icon_name: (attributes org.gtk.Method.get_property=icon-name) + * gtk_window_get_icon_name: * @window: a `GtkWindow` * * Returns the name of the themed icon for the window. @@ -5225,7 +5225,7 @@ _gtk_window_present (GtkWindow *window, } /** - * gtk_window_set_startup_id: (attributes org.gtk.Method.set_property=startup-id) + * gtk_window_set_startup_id: * @window: a `GtkWindow` * @startup_id: a string with startup-notification identifier * @@ -5611,7 +5611,7 @@ gtk_window_unfullscreen (GtkWindow *window) } /** - * gtk_window_set_resizable: (attributes org.gtk.Method.set_property=resizable) + * gtk_window_set_resizable: * @window: a `GtkWindow` * @resizable: %TRUE if the user can resize this window * @@ -5645,7 +5645,7 @@ gtk_window_set_resizable (GtkWindow *window, } /** - * gtk_window_get_resizable: (attributes org.gtk.Method.get_property=resizable) + * gtk_window_get_resizable: * @window: a `GtkWindow` * * Gets the value set by gtk_window_set_resizable(). @@ -5663,7 +5663,7 @@ gtk_window_get_resizable (GtkWindow *window) } /** - * gtk_window_set_display: (attributes org.gtk.Method.set_property=display) + * gtk_window_set_display: * @window: a `GtkWindow` * @display: a `GdkDisplay` * @@ -5752,7 +5752,7 @@ gtk_window_on_theme_variant_changed (GtkSettings *settings, #endif /** - * gtk_window_is_active: (attributes org.gtk.Method.get_property=is-active) + * gtk_window_is_active: * @window: a `GtkWindow` * * Returns whether the window is part of the current active toplevel. @@ -5954,7 +5954,7 @@ gtk_window_set_auto_startup_notification (gboolean setting) } /** - * gtk_window_get_mnemonics_visible: (attributes org.gtk.Method.get_property=mnemonics-visible) + * gtk_window_get_mnemonics_visible: * @window: a `GtkWindow` * * Gets whether mnemonics are supposed to be visible. @@ -5973,7 +5973,7 @@ gtk_window_get_mnemonics_visible (GtkWindow *window) } /** - * gtk_window_set_mnemonics_visible: (attributes org.gtk.Method.set_property=mnemonics-visible) + * gtk_window_set_mnemonics_visible: * @window: a `GtkWindow` * @setting: the new value * @@ -6034,7 +6034,7 @@ _gtk_window_schedule_mnemonics_visible (GtkWindow *window) } /** - * gtk_window_get_focus_visible: (attributes org.gtk.Method.get_property=focus-visible) + * gtk_window_get_focus_visible: * @window: a `GtkWindow` * * Gets whether “focus rectangles” are supposed to be visible. @@ -6066,7 +6066,7 @@ unset_focus_visible (gpointer data) } /** - * gtk_window_set_focus_visible: (attributes org.gtk.Method.set_property=focus-visible) + * gtk_window_set_focus_visible: * @window: a `GtkWindow` * @setting: the new value * @@ -6707,7 +6707,7 @@ gtk_window_maybe_update_cursor (GtkWindow *window, } /** - * gtk_window_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_window_set_child: * @window: a `GtkWindow` * @child: (nullable): the child widget * @@ -6737,7 +6737,7 @@ gtk_window_set_child (GtkWindow *window, } /** - * gtk_window_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_window_get_child: * @window: a `GtkWindow` * * Gets the child widget of @window. @@ -6924,7 +6924,7 @@ gtk_window_grab_notify (GtkWindow *window, } /** - * gtk_window_set_handle_menubar_accel: (attributes org.gtk.Method.set_property=handle-menubar-accel) + * gtk_window_set_handle_menubar_accel: * @window: a `GtkWindow` * @handle_menubar_accel: %TRUE to make @window handle F10 * @@ -6953,7 +6953,7 @@ gtk_window_set_handle_menubar_accel (GtkWindow *window, } /** - * gtk_window_get_handle_menubar_accel: (attributes org.gtk.Method.get_property=handle-menubar-accel) + * gtk_window_get_handle_menubar_accel: * @window: a `GtkWindow` * * Returns whether this window reacts to F10 key presses by diff --git a/gtk/gtkwindowcontrols.c b/gtk/gtkwindowcontrols.c index 21174dff3b..d1cfa47a81 100644 --- a/gtk/gtkwindowcontrols.c +++ b/gtk/gtkwindowcontrols.c @@ -579,7 +579,7 @@ gtk_window_controls_new (GtkPackType side) } /** - * gtk_window_controls_get_side: (attributes org.gtk.Method.get_property=side) + * gtk_window_controls_get_side: * @self: a `GtkWindowControls` * * Gets the side to which this `GtkWindowControls` instance belongs. @@ -595,7 +595,7 @@ gtk_window_controls_get_side (GtkWindowControls *self) } /** - * gtk_window_controls_set_side: (attributes org.gtk.Method.set_property=side) + * gtk_window_controls_set_side: * @self: a `GtkWindowControls` * @side: a side * @@ -637,7 +637,7 @@ gtk_window_controls_set_side (GtkWindowControls *self, } /** - * gtk_window_controls_get_decoration_layout: (attributes org.gtk.Method.get_property=decoration-layout) + * gtk_window_controls_get_decoration_layout: * @self: a `GtkWindowControls` * * Gets the decoration layout of this `GtkWindowControls`. @@ -653,7 +653,7 @@ gtk_window_controls_get_decoration_layout (GtkWindowControls *self) } /** - * gtk_window_controls_set_decoration_layout: (attributes org.gtk.Method.set_property=decoration-layout) + * gtk_window_controls_set_decoration_layout: * @self: a `GtkWindowControls` * @layout: (nullable): a decoration layout, or %NULL to unset the layout * @@ -688,7 +688,7 @@ gtk_window_controls_set_decoration_layout (GtkWindowControls *self, } /** - * gtk_window_controls_get_empty: (attributes org.gtk.Method.get_property=empty) + * gtk_window_controls_get_empty: * @self: a `GtkWindowControls` * * Gets whether the widget has any window buttons. diff --git a/gtk/gtkwindowhandle.c b/gtk/gtkwindowhandle.c index 603859bee8..769a60dd75 100644 --- a/gtk/gtkwindowhandle.c +++ b/gtk/gtkwindowhandle.c @@ -603,7 +603,7 @@ gtk_window_handle_new (void) } /** - * gtk_window_handle_get_child: (attributes org.gtk.Method.get_property=child) + * gtk_window_handle_get_child: * @self: a `GtkWindowHandle` * * Gets the child widget of @self. @@ -619,7 +619,7 @@ gtk_window_handle_get_child (GtkWindowHandle *self) } /** - * gtk_window_handle_set_child: (attributes org.gtk.Method.set_property=child) + * gtk_window_handle_set_child: * @self: a `GtkWindowHandle` * @child: (nullable): the child widget * diff --git a/gtk/print/gtkprinter.c b/gtk/print/gtkprinter.c index 00dfa93300..8e85c575ee 100644 --- a/gtk/print/gtkprinter.c +++ b/gtk/print/gtkprinter.c @@ -428,7 +428,7 @@ gtk_printer_new (const char *name, } /** - * gtk_printer_get_backend: (attributes org.gtk.Method.get_property=backend) + * gtk_printer_get_backend: * @printer: a `GtkPrinter` * * Returns the backend of the printer. @@ -446,7 +446,7 @@ gtk_printer_get_backend (GtkPrinter *printer) } /** - * gtk_printer_get_name: (attributes org.gtk.Method.get_property=name) + * gtk_printer_get_name: * @printer: a `GtkPrinter` * * Returns the name of the printer. @@ -499,7 +499,7 @@ gtk_printer_set_description (GtkPrinter *printer, } /** - * gtk_printer_get_state_message: (attributes org.gtk.Method.get_property=state-message) + * gtk_printer_get_state_message: * @printer: a `GtkPrinter` * * Returns the state message describing the current state @@ -536,7 +536,7 @@ gtk_printer_set_state_message (GtkPrinter *printer, } /** - * gtk_printer_get_location: (attributes org.gtk.Method.get_property=location) + * gtk_printer_get_location: * @printer: a `GtkPrinter` * * Returns a description of the location of the printer. @@ -572,7 +572,7 @@ gtk_printer_set_location (GtkPrinter *printer, } /** - * gtk_printer_get_icon_name: (attributes org.gtk.Method.get_property=icon-name) + * gtk_printer_get_icon_name: * @printer: a `GtkPrinter` * * Gets the name of the icon to use for the printer. @@ -603,7 +603,7 @@ gtk_printer_set_icon_name (GtkPrinter *printer, } /** - * gtk_printer_get_job_count: (attributes org.gtk.Method.get_property=job-count) + * gtk_printer_get_job_count: * @printer: a `GtkPrinter` * * Gets the number of jobs currently queued on the printer. diff --git a/gtk/print/gtkprintjob.c b/gtk/print/gtkprintjob.c index ea311aac93..b70e9ce9f4 100644 --- a/gtk/print/gtkprintjob.c +++ b/gtk/print/gtkprintjob.c @@ -324,7 +324,7 @@ gtk_print_job_new (const char *title, } /** - * gtk_print_job_get_settings: (attributes org.gtk.Method.get_property=settings) + * gtk_print_job_get_settings: * @job: a `GtkPrintJob` * * Gets the `GtkPrintSettings` of the print job. @@ -340,7 +340,7 @@ gtk_print_job_get_settings (GtkPrintJob *job) } /** - * gtk_print_job_get_printer: (attributes org.gtk.Method.get_property=printer) + * gtk_print_job_get_printer: * @job: a `GtkPrintJob` * * Gets the `GtkPrinter` of the print job. @@ -356,7 +356,7 @@ gtk_print_job_get_printer (GtkPrintJob *job) } /** - * gtk_print_job_get_title: (attributes org.gtk.Method.get_property=title) + * gtk_print_job_get_title: * @job: a `GtkPrintJob` * * Gets the job title. @@ -553,7 +553,7 @@ gtk_print_job_get_surface (GtkPrintJob *job, } /** - * gtk_print_job_set_track_print_status: (attributes org.gtk.Method.set_property=track-print-status) + * gtk_print_job_set_track_print_status: * @job: a `GtkPrintJob` * @track_status: %TRUE to track status after printing * @@ -583,7 +583,7 @@ gtk_print_job_set_track_print_status (GtkPrintJob *job, } /** - * gtk_print_job_get_track_print_status: (attributes org.gtk.Method.get_property=track-print-status) + * gtk_print_job_get_track_print_status: * @job: a `GtkPrintJob` * * Returns whether jobs will be tracked after printing. diff --git a/gtk/print/gtkprintoperation.c b/gtk/print/gtkprintoperation.c index e125dfc9b2..42c3e0d7bb 100644 --- a/gtk/print/gtkprintoperation.c +++ b/gtk/print/gtkprintoperation.c @@ -1400,7 +1400,7 @@ gtk_print_operation_new (void) } /** - * gtk_print_operation_set_default_page_setup: (attributes org.gtk.Method.set_property=default-page-setup) + * gtk_print_operation_set_default_page_setup: * @op: a `GtkPrintOperation` * @default_page_setup: (nullable): a `GtkPageSetup` * @@ -1435,7 +1435,7 @@ gtk_print_operation_set_default_page_setup (GtkPrintOperation *op, } /** - * gtk_print_operation_get_default_page_setup: (attributes org.gtk.Method.get_property=default-page-setup) + * gtk_print_operation_get_default_page_setup: * @op: a `GtkPrintOperation` * * Returns the default page setup. @@ -1452,7 +1452,7 @@ gtk_print_operation_get_default_page_setup (GtkPrintOperation *op) /** - * gtk_print_operation_set_print_settings: (attributes org.gtk.Method.set_property=print-settings) + * gtk_print_operation_set_print_settings: * @op: a `GtkPrintOperation` * @print_settings: (nullable): `GtkPrintSettings` * @@ -1486,7 +1486,7 @@ gtk_print_operation_set_print_settings (GtkPrintOperation *op, } /** - * gtk_print_operation_get_print_settings: (attributes org.gtk.Method.get_property=print-settings) + * gtk_print_operation_get_print_settings: * @op: a `GtkPrintOperation` * * Returns the current print settings. @@ -1506,7 +1506,7 @@ gtk_print_operation_get_print_settings (GtkPrintOperation *op) } /** - * gtk_print_operation_set_job_name: (attributes org.gtk.Method.set_property=job-name) + * gtk_print_operation_set_job_name: * @op: a `GtkPrintOperation` * @job_name: a string that identifies the print job * @@ -1537,7 +1537,7 @@ gtk_print_operation_set_job_name (GtkPrintOperation *op, } /** - * gtk_print_operation_set_n_pages: (attributes org.gtk.Method.set_property=n-pages) + * gtk_print_operation_set_n_pages: * @op: a `GtkPrintOperation` * @n_pages: the number of pages * @@ -1573,7 +1573,7 @@ gtk_print_operation_set_n_pages (GtkPrintOperation *op, } /** - * gtk_print_operation_set_current_page: (attributes org.gtk.Method.set_property=current-page) + * gtk_print_operation_set_current_page: * @op: a `GtkPrintOperation` * @current_page: the current page, 0-based * @@ -1604,7 +1604,7 @@ gtk_print_operation_set_current_page (GtkPrintOperation *op, } /** - * gtk_print_operation_set_use_full_page: (attributes org.gtk.Method.set_property=use-full-page) + * gtk_print_operation_set_use_full_page: * @op: a `GtkPrintOperation` * @full_page: %TRUE to set up the `GtkPrintContext` for the full page * @@ -1635,7 +1635,7 @@ gtk_print_operation_set_use_full_page (GtkPrintOperation *op, } /** - * gtk_print_operation_set_unit: (attributes org.gtk.Method.set_property=unit) + * gtk_print_operation_set_unit: * @op: a `GtkPrintOperation` * @unit: the unit to use * @@ -1660,7 +1660,7 @@ gtk_print_operation_set_unit (GtkPrintOperation *op, } /** - * gtk_print_operation_set_track_print_status: (attributes org.gtk.Method.set_property=track-print-status) + * gtk_print_operation_set_track_print_status: * @op: a `GtkPrintOperation` * @track_status: %TRUE to track status after printing * @@ -1729,7 +1729,7 @@ _gtk_print_operation_set_status (GtkPrintOperation *op, /** - * gtk_print_operation_get_status: (attributes org.gtk.Method.get_property=status) + * gtk_print_operation_get_status: * @op: a `GtkPrintOperation` * * Returns the status of the print operation. @@ -1748,7 +1748,7 @@ gtk_print_operation_get_status (GtkPrintOperation *op) } /** - * gtk_print_operation_get_status_string: (attributes org.gtk.Method.get_property=status-string) + * gtk_print_operation_get_status_string: * @op: a `GtkPrintOperation` * * Returns a string representation of the status of the @@ -1800,7 +1800,7 @@ gtk_print_operation_is_finished (GtkPrintOperation *op) } /** - * gtk_print_operation_set_show_progress: (attributes org.gtk.Method.set_property=show-progress) + * gtk_print_operation_set_show_progress: * @op: a `GtkPrintOperation` * @show_progress: %TRUE to show a progress dialog * @@ -1826,7 +1826,7 @@ gtk_print_operation_set_show_progress (GtkPrintOperation *op, } /** - * gtk_print_operation_set_allow_async: (attributes org.gtk.Method.set_property=allow-async) + * gtk_print_operation_set_allow_async: * @op: a `GtkPrintOperation` * @allow_async: %TRUE to allow asynchronous operation * @@ -1856,7 +1856,7 @@ gtk_print_operation_set_allow_async (GtkPrintOperation *op, /** - * gtk_print_operation_set_custom_tab_label: (attributes org.gtk.Method.set_property=custom-tab-label) + * gtk_print_operation_set_custom_tab_label: * @op: a `GtkPrintOperation` * @label: (nullable): the label to use, or %NULL to use the default label * @@ -1878,7 +1878,7 @@ gtk_print_operation_set_custom_tab_label (GtkPrintOperation *op, /** - * gtk_print_operation_set_export_filename: (attributes org.gtk.Method.set_property=export-filename) + * gtk_print_operation_set_export_filename: * @op: a `GtkPrintOperation` * @filename: (type filename): the filename for the exported file * @@ -2285,7 +2285,7 @@ gtk_print_operation_set_defer_drawing (GtkPrintOperation *op) } /** - * gtk_print_operation_set_embed_page_setup: (attributes org.gtk.Method.set_property=embed-page-setup) + * gtk_print_operation_set_embed_page_setup: * @op: a `GtkPrintOperation` * @embed: %TRUE to embed page setup selection in the `GtkPrintUnixDialog` * @@ -2310,7 +2310,7 @@ gtk_print_operation_set_embed_page_setup (GtkPrintOperation *op, } /** - * gtk_print_operation_get_embed_page_setup: (attributes org.gtk.Method.get_property=embed-page-setup) + * gtk_print_operation_get_embed_page_setup: * @op: a `GtkPrintOperation` * * Gets whether page setup selection combos are embedded @@ -3167,7 +3167,7 @@ gtk_print_operation_cancel (GtkPrintOperation *op) } /** - * gtk_print_operation_set_support_selection: (attributes org.gtk.Method.set_property=support-selection) + * gtk_print_operation_set_support_selection: * @op: a `GtkPrintOperation` * @support_selection: %TRUE to support selection * @@ -3190,7 +3190,7 @@ gtk_print_operation_set_support_selection (GtkPrintOperation *op, } /** - * gtk_print_operation_get_support_selection: (attributes org.gtk.Method.get_property=support-selection) + * gtk_print_operation_get_support_selection: * @op: a `GtkPrintOperation` * * Gets whether the application supports print of selection @@ -3208,7 +3208,7 @@ gtk_print_operation_get_support_selection (GtkPrintOperation *op) } /** - * gtk_print_operation_set_has_selection: (attributes org.gtk.Method.set_property=has-selection) + * gtk_print_operation_set_has_selection: * @op: a `GtkPrintOperation` * @has_selection: %TRUE indicates that a selection exists * @@ -3235,7 +3235,7 @@ gtk_print_operation_set_has_selection (GtkPrintOperation *op, } /** - * gtk_print_operation_get_has_selection: (attributes org.gtk.Method.get_property=has-selection) + * gtk_print_operation_get_has_selection: * @op: a `GtkPrintOperation` * * Gets whether there is a selection. @@ -3253,7 +3253,7 @@ gtk_print_operation_get_has_selection (GtkPrintOperation *op) } /** - * gtk_print_operation_get_n_pages_to_print: (attributes org.gtk.Method.get_property=n-pages-to-print) + * gtk_print_operation_get_n_pages_to_print: * @op: a `GtkPrintOperation` * * Returns the number of pages that will be printed. diff --git a/gtk/print/gtkprintunixdialog.c b/gtk/print/gtkprintunixdialog.c index 1f96c7680b..7a815df287 100644 --- a/gtk/print/gtkprintunixdialog.c +++ b/gtk/print/gtkprintunixdialog.c @@ -3014,7 +3014,7 @@ gtk_print_unix_dialog_new (const char *title, } /** - * gtk_print_unix_dialog_get_selected_printer: (attributes org.gtk.Method.get_property=selected-printer) + * gtk_print_unix_dialog_get_selected_printer: * @dialog: a `GtkPrintUnixDialog` * * Gets the currently selected printer. @@ -3030,7 +3030,7 @@ gtk_print_unix_dialog_get_selected_printer (GtkPrintUnixDialog *dialog) } /** - * gtk_print_unix_dialog_set_page_setup: (attributes org.gtk.Method.set_property=page-setup) + * gtk_print_unix_dialog_set_page_setup: * @dialog: a `GtkPrintUnixDialog` * @page_setup: a `GtkPageSetup` * @@ -3055,7 +3055,7 @@ gtk_print_unix_dialog_set_page_setup (GtkPrintUnixDialog *dialog, } /** - * gtk_print_unix_dialog_get_page_setup: (attributes org.gtk.Method.get_property=page-setup) + * gtk_print_unix_dialog_get_page_setup: * @dialog: a `GtkPrintUnixDialog` * * Gets the page setup that is used by the `GtkPrintUnixDialog`. @@ -3087,7 +3087,7 @@ gtk_print_unix_dialog_get_page_setup_set (GtkPrintUnixDialog *dialog) } /** - * gtk_print_unix_dialog_set_current_page: (attributes org.gtk.Method.set_property=current-page) + * gtk_print_unix_dialog_set_current_page: * @dialog: a `GtkPrintUnixDialog` * @current_page: the current page number. * @@ -3114,7 +3114,7 @@ gtk_print_unix_dialog_set_current_page (GtkPrintUnixDialog *dialog, } /** - * gtk_print_unix_dialog_get_current_page: (attributes org.gtk.Method.get_property=current-page) + * gtk_print_unix_dialog_get_current_page: * @dialog: a `GtkPrintUnixDialog` * * Gets the current page of the `GtkPrintUnixDialog`. @@ -3310,7 +3310,7 @@ gtk_print_unix_dialog_add_custom_tab (GtkPrintUnixDialog *dialog, } /** - * gtk_print_unix_dialog_set_manual_capabilities: (attributes org.gtk.Method.set_property=manual-capabilities) + * gtk_print_unix_dialog_set_manual_capabilities: * @dialog: a `GtkPrintUnixDialog` * @capabilities: the printing capabilities of your application * @@ -3342,7 +3342,7 @@ gtk_print_unix_dialog_set_manual_capabilities (GtkPrintUnixDialog *dialog, } /** - * gtk_print_unix_dialog_get_manual_capabilities: (attributes org.gtk.Method.get_property=manual-capabilities) + * gtk_print_unix_dialog_get_manual_capabilities: * @dialog: a `GtkPrintUnixDialog` * * Gets the capabilities that have been set on this `GtkPrintUnixDialog`. @@ -3358,7 +3358,7 @@ gtk_print_unix_dialog_get_manual_capabilities (GtkPrintUnixDialog *dialog) } /** - * gtk_print_unix_dialog_set_support_selection: (attributes org.gtk.Method.set_property=support-selection) + * gtk_print_unix_dialog_set_support_selection: * @dialog: a `GtkPrintUnixDialog` * @support_selection: %TRUE to allow print selection * @@ -3386,7 +3386,7 @@ gtk_print_unix_dialog_set_support_selection (GtkPrintUnixDialog *dialog, } /** - * gtk_print_unix_dialog_get_support_selection: (attributes org.gtk.Method.get_property=support-selection) + * gtk_print_unix_dialog_get_support_selection: * @dialog: a `GtkPrintUnixDialog` * * Gets whether the print dialog allows user to print a selection. @@ -3402,7 +3402,7 @@ gtk_print_unix_dialog_get_support_selection (GtkPrintUnixDialog *dialog) } /** - * gtk_print_unix_dialog_set_has_selection: (attributes org.gtk.Method.set_property=has-selection) + * gtk_print_unix_dialog_set_has_selection: * @dialog: a `GtkPrintUnixDialog` * @has_selection: %TRUE indicates that a selection exists * @@ -3432,7 +3432,7 @@ gtk_print_unix_dialog_set_has_selection (GtkPrintUnixDialog *dialog, } /** - * gtk_print_unix_dialog_get_has_selection: (attributes org.gtk.Method.get_property=has-selection) + * gtk_print_unix_dialog_get_has_selection: * @dialog: a `GtkPrintUnixDialog` * * Gets whether there is a selection. @@ -3448,7 +3448,7 @@ gtk_print_unix_dialog_get_has_selection (GtkPrintUnixDialog *dialog) } /** - * gtk_print_unix_dialog_set_embed_page_setup: (attributes org.gtk.Method.set_property=embed-page-setup) + * gtk_print_unix_dialog_set_embed_page_setup: * @dialog: a `GtkPrintUnixDialog` * @embed: embed page setup selection * @@ -3492,7 +3492,7 @@ gtk_print_unix_dialog_set_embed_page_setup (GtkPrintUnixDialog *dialog, } /** - * gtk_print_unix_dialog_get_embed_page_setup: (attributes org.gtk.Method.get_property=embed-page-setup) + * gtk_print_unix_dialog_get_embed_page_setup: * @dialog: a `GtkPrintUnixDialog` * * Gets whether to embed the page setup.