mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
152 lines
3.8 KiB
XML
152 lines
3.8 KiB
XML
|
|
<root>
|
||
|
|
<function name="g_option_context_set_summary">
|
||
|
|
<description>
|
||
|
|
Adds a string to be displayed in --help output before the list of options. This
|
||
|
|
is typically a summary of the program functionality.
|
||
|
|
|
||
|
|
Note that the summary is translated (see set_translate_func(),
|
||
|
|
set_translation_domain()).
|
||
|
|
|
||
|
|
Since: 2.14
|
||
|
|
|
||
|
|
</description>
|
||
|
|
<parameters>
|
||
|
|
<parameter name="summary">
|
||
|
|
<parameter_description> a string to be shown in --help output before the list of
|
||
|
|
options
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
</parameters>
|
||
|
|
<return></return>
|
||
|
|
</function>
|
||
|
|
|
||
|
|
<function name="g_option_context_get_summary">
|
||
|
|
<description>
|
||
|
|
Returns: the summary
|
||
|
|
See set_summary() for more information
|
||
|
|
|
||
|
|
</description>
|
||
|
|
<parameters>
|
||
|
|
</parameters>
|
||
|
|
<return> the summary
|
||
|
|
|
||
|
|
Since: 2.14
|
||
|
|
</return>
|
||
|
|
</function>
|
||
|
|
|
||
|
|
<function name="g_option_context_set_description">
|
||
|
|
<description>
|
||
|
|
Adds a string to be displayed in --help output after the list of
|
||
|
|
options. This text often includes a bug reporting address.
|
||
|
|
|
||
|
|
Note that the summary is translated (see set_translate_func()).
|
||
|
|
|
||
|
|
Since: 2.14
|
||
|
|
|
||
|
|
</description>
|
||
|
|
<parameters>
|
||
|
|
<parameter name="description">
|
||
|
|
<parameter_description> a string to be shown in --help output
|
||
|
|
after the list of options
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
</parameters>
|
||
|
|
<return></return>
|
||
|
|
</function>
|
||
|
|
|
||
|
|
<function name="g_option_context_get_description">
|
||
|
|
<description>
|
||
|
|
Returns: the description
|
||
|
|
See set_description() for more information
|
||
|
|
|
||
|
|
</description>
|
||
|
|
<parameters>
|
||
|
|
</parameters>
|
||
|
|
<return> the description
|
||
|
|
|
||
|
|
Since: 2.14
|
||
|
|
</return>
|
||
|
|
</function>
|
||
|
|
|
||
|
|
<function name="g_option_context_set_translation_domain">
|
||
|
|
<description>
|
||
|
|
A convenience function to use gettext() for translating
|
||
|
|
user-visible strings.
|
||
|
|
|
||
|
|
Since: 2.14
|
||
|
|
|
||
|
|
</description>
|
||
|
|
<parameters>
|
||
|
|
<parameter name="domain">
|
||
|
|
<parameter_description> the domain to use
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
</parameters>
|
||
|
|
<return></return>
|
||
|
|
</function>
|
||
|
|
|
||
|
|
|
||
|
|
<function name="g_key_file_get_double">
|
||
|
|
<description>
|
||
|
|
Return value: the value associated with the key as a double, or
|
||
|
|
|
||
|
|
</description>
|
||
|
|
<parameters>
|
||
|
|
<parameter name="key_file">
|
||
|
|
<parameter_description> a #GKeyFile
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
<parameter name="group_name">
|
||
|
|
<parameter_description> a group name
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
<parameter name="key">
|
||
|
|
<parameter_description> a key
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
<parameter name="error">
|
||
|
|
<parameter_description> return location for a #GError
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
</parameters>
|
||
|
|
<return> the value associated with the key as a double, or
|
||
|
|
0.0 if the key was not found or could not be parsed.
|
||
|
|
|
||
|
|
Since: 2.14
|
||
|
|
</return>
|
||
|
|
</function>
|
||
|
|
|
||
|
|
|
||
|
|
<function name="g_key_file_set_double">
|
||
|
|
<description>
|
||
|
|
Associates a new double value with @key under @group_name.
|
||
|
|
If @key cannot be found then it is created.
|
||
|
|
|
||
|
|
Since: 2.14
|
||
|
|
|
||
|
|
</description>
|
||
|
|
<parameters>
|
||
|
|
<parameter name="key_file">
|
||
|
|
<parameter_description> a #GKeyFile
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
<parameter name="group_name">
|
||
|
|
<parameter_description> a group name
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
<parameter name="key">
|
||
|
|
<parameter_description> a key
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
<parameter name="value">
|
||
|
|
<parameter_description> an double value
|
||
|
|
</parameter_description>
|
||
|
|
</parameter>
|
||
|
|
</parameters>
|
||
|
|
<return></return>
|
||
|
|
</function>
|
||
|
|
|
||
|
|
|
||
|
|
</root>
|
||
|
|
|