Files
ardour/libs/gtkmm2/atk/src/atk_docs_override.xml
David Robillard 35fc31a1de Remove ancient/unused flowcanvas and libglademm from repository.
Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...).
Fixes building (at least here).


git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18 06:05:55 +00:00

118 lines
3.3 KiB
XML

<root>
<function name="atk_text_get_run_attributes">
<description>
Creates an #AtkAttributeSet which consists of the attributes explicitly
set at the position @offset in the text. @start_offset and @end_offset are
set to the start and end of the range around @offset where the attributes are
invariant. See the enum AtkTextAttribute for types of text attributes that
can be returned. Note that other attributes may also be returned.
</description>
<parameters>
<parameter name="text">
<parameter_description> an #AtkText
</parameter_description>
</parameter>
<parameter name="offset">
<parameter_description> the offset at which to get the attributes
</parameter_description>
</parameter>
<parameter name="start_offset">
<parameter_description> the address to put the start offset of the range
</parameter_description>
</parameter>
<parameter name="end_offset">
<parameter_description> the address to put the end offset of the range
</parameter_description>
</parameter>
</parameters>
<return> an #AtkAttributeSet which contains the attributes explicitly set
at @offset.
</return>
</function>
<function name="atk_text_get_default_attributes">
<description>
Creates an #AtkAttributeSet which consists of the default values of
attributes for the text. See the enum AtkTextAttribute for types of text
attributes that can be returned. Note that other attributes may also be
returned.
</description>
<parameters>
<parameter name="text">
<parameter_description> an #AtkText
</parameter_description>
</parameter>
</parameters>
<return> an #AtkAttributeSet which contains the default values of attributes.
at @offset.
</return>
</function>
<function name="atk_action_get_name">
<description>
Returns the name of the specified action of the object.
</description>
<parameters>
<parameter name="action">
<parameter_description> a #GObject instance that implements AtkActionIface
</parameter_description>
</parameter>
<parameter name="i">
<parameter_description> the action index corresponding to the action to be performed
</parameter_description>
</parameter>
</parameters>
<return>a name string, or an empty string if @action does not implement this interface.
</return>
</function>
<function name="atk_action_get_keybinding">
<description>
Returns a keybinding associated with this action, if one exists.
</description>
<parameters>
<parameter name="action">
<parameter_description> a #GObject instance that implements AtkActionIface
</parameter_description>
</parameter>
<parameter name="i">
<parameter_description> the action index corresponding to the action to be performed
</parameter_description>
</parameter>
</parameters>
<return>a string representing the keybinding, or an empty string
if there is no keybinding for this action.
</return>
</function>
<function name="atk_action_get_localized_name">
<description>
Returns the localized name of the specified action of the object.
</description>
<parameters>
<parameter name="action">
<parameter_description> a #GObject instance that implements AtkActionIface
</parameter_description>
</parameter>
<parameter name="i">
<parameter_description> the action index corresponding to the action to be performed
</parameter_description>
</parameter>
</parameters>
<return>a name string, or an empty string
if @action does not implement this interface.
</return>
</function>
</root>