Returns the value of key as boolean in the given section.
Section name.
Key name.
Pointer to value to store retured value.
Returns the value of key as integer in the given section.
Section name.
Key name.
Pointer to value to store retured value.
Returns the value of key in the given section in current locale.
Section name.
Key name.
Pointer to value to store retured value.
Retrieves the value of a key (in the given section) for the given locale.
The value returned in val
must be freed after use.
Name of the section.
Name of the key.
The locale for which the value is to be retrieved.
Returns the value of key in the given section.
Section name.
Key name.
Pointer to value to store retured value.
Override the value of a key in the description. This can be removed using the function anjuta_plugin_description_remove().
Section name.
Key name.
Pointer to value to store retured value.
Remove a key from the description.
Section name.
Key name.
Converts the description detains into string format, usually for saving it in a file.
Parses the given plugin description data (usally read from the plugin description file and creates an instance of #AnjutaPluginDescription. The format of the content string is similar to .ini format.
The data to parse. The format of the data is .ini style.
Frees the #AnjutaPluginDescription instance.