Skip to content

Commit

Permalink
Update GIR files
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui authored Jan 18, 2024
1 parent 20031a5 commit 4868ae8
Show file tree
Hide file tree
Showing 11 changed files with 13,518 additions and 8,434 deletions.
48 changes: 43 additions & 5 deletions Atk-1.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ A string name/value pair representing a generic attribute.</doc>
</parameters>
</function>
</record>
<constant name="BINARY_AGE" value="25010" c:type="ATK_BINARY_AGE" version="2.7.4">
<constant name="BINARY_AGE" value="25110" c:type="ATK_BINARY_AGE" version="2.7.4">
<doc xml:space="preserve">Like atk_get_binary_age(), but from the headers used at
application compile time, rather than from the library linked
against at application run time.</doc>
Expand Down Expand Up @@ -4564,7 +4564,7 @@ application compile time, rather than from the library linked
against at application run time.</doc>
<type name="gint" c:type="gint"/>
</constant>
<constant name="MINOR_VERSION" value="50" c:type="ATK_MINOR_VERSION" version="2.7.4">
<constant name="MINOR_VERSION" value="51" c:type="ATK_MINOR_VERSION" version="2.7.4">
<doc xml:space="preserve">Like atk_get_minor_version(), but from the headers used at
application compile time, rather than from the library linked
against at application run time.</doc>
Expand Down Expand Up @@ -5317,7 +5317,7 @@ a empty value you can use "".</doc>
</parameter>
</parameters>
</method>
<method name="get_accessible_id" c:identifier="atk_object_get_accessible_id" version="2.34">
<method name="get_accessible_id" c:identifier="atk_object_get_accessible_id" glib:get-property="accessible-id" version="2.34">
<doc xml:space="preserve">Gets the accessible id of the accessible.</doc>
<return-value transfer-ownership="none">
<doc xml:space="preserve">a character string representing the accessible id of the object, or
Expand Down Expand Up @@ -5365,6 +5365,20 @@ of the accessible.</doc>
</instance-parameter>
</parameters>
</method>
<method name="get_help_text" c:identifier="atk_object_get_help_text" version="2.52">
<doc xml:space="preserve">Gets the help text associated with the accessible.</doc>
<return-value transfer-ownership="none">
<doc xml:space="preserve">a character string representing the help text or the object, or
NULL if no such string was set.</doc>
<type name="utf8" c:type="const gchar*"/>
</return-value>
<parameters>
<instance-parameter name="accessible" transfer-ownership="none">
<doc xml:space="preserve">an #AtkObject</doc>
<type name="Object" c:type="AtkObject*"/>
</instance-parameter>
</parameters>
</method>
<method name="get_index_in_parent" c:identifier="atk_object_get_index_in_parent">
<doc xml:space="preserve">Gets the 0-based index of this accessible in its parent; returns -1 if the
accessible does not have an accessible parent.</doc>
Expand Down Expand Up @@ -5635,7 +5649,7 @@ set of the accessible</doc>
</parameter>
</parameters>
</method>
<method name="set_accessible_id" c:identifier="atk_object_set_accessible_id" version="2.34">
<method name="set_accessible_id" c:identifier="atk_object_set_accessible_id" glib:set-property="accessible-id" version="2.34">
<doc xml:space="preserve">Sets the accessible ID of the accessible. This is not meant to be presented
to the user, but to be an ID which is stable over application development.
Typically, this is the gtkbuilder ID. Such an ID will be available for
Expand All @@ -5649,7 +5663,7 @@ reading, or for automatic regression testing.</doc>
<doc xml:space="preserve">an #AtkObject</doc>
<type name="Object" c:type="AtkObject*"/>
</instance-parameter>
<parameter name="name" transfer-ownership="none">
<parameter name="id" transfer-ownership="none">
<doc xml:space="preserve">a character string to be set as the accessible id</doc>
<type name="utf8" c:type="const gchar*"/>
</parameter>
Expand All @@ -5674,6 +5688,24 @@ the name to a empty value you can use "".</doc>
</parameter>
</parameters>
</method>
<method name="set_help_text" c:identifier="atk_object_set_help_text" version="2.52">
<doc xml:space="preserve">Sets the help text associated with the accessible. This can be used to
expose context-sensitive information to help a user understand how to
interact with the object.</doc>
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<instance-parameter name="accessible" transfer-ownership="none">
<doc xml:space="preserve">an #AtkObject</doc>
<type name="Object" c:type="AtkObject*"/>
</instance-parameter>
<parameter name="help_text" transfer-ownership="none">
<doc xml:space="preserve">a character string to be set as the accessible's help text</doc>
<type name="utf8" c:type="const gchar*"/>
</parameter>
</parameters>
</method>
<method name="set_name" c:identifier="atk_object_set_name">
<doc xml:space="preserve">Sets the accessible name of the accessible. You can't set the name
to NULL. This is reserved for the initial value. In this aspect
Expand Down Expand Up @@ -5734,9 +5766,15 @@ a empty value you can use "".</doc>
<property name="accessible-description" writable="1" transfer-ownership="none" default-value="NULL">
<type name="utf8" c:type="gchar*"/>
</property>
<property name="accessible-help-text" writable="1" transfer-ownership="none" default-value="NULL">
<type name="utf8" c:type="gchar*"/>
</property>
<property name="accessible-hypertext-nlinks" transfer-ownership="none" default-value="0">
<type name="gint" c:type="gint"/>
</property>
<property name="accessible-id" writable="1" transfer-ownership="none" setter="set_accessible_id" getter="get_accessible_id" default-value="NULL">
<type name="utf8" c:type="gchar*"/>
</property>
<property name="accessible-name" writable="1" transfer-ownership="none" default-value="NULL">
<type name="utf8" c:type="gchar*"/>
</property>
Expand Down
Loading

0 comments on commit 4868ae8

Please sign in to comment.