mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9c0d7d72d7
commit
449aab3c46
2869 changed files with 1026749 additions and 0 deletions
151
libs/glibmm2/glib/src/glib_docs_override.xml
Normal file
151
libs/glibmm2/glib/src/glib_docs_override.xml
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
<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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue