devel-docs: update the libgimpconfig and libgimpbase docs
This commit is contained in:
@ -53,6 +53,10 @@
|
|||||||
<title>Index of new symbols in GIMP 2.10</title>
|
<title>Index of new symbols in GIMP 2.10</title>
|
||||||
<xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
|
<xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
|
||||||
</index>
|
</index>
|
||||||
|
<index role="2.10.10" id="api-index-2-10-10">
|
||||||
|
<title>Index of new symbols in GIMP 2.10.10</title>
|
||||||
|
<xi:include href="xml/api-index-2.10.10.xml"><xi:fallback /></xi:include>
|
||||||
|
</index>
|
||||||
<index role="deprecated" id="api-index-deprecated">
|
<index role="deprecated" id="api-index-deprecated">
|
||||||
<title>Index of deprecated symbols</title>
|
<title>Index of deprecated symbols</title>
|
||||||
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
||||||
|
@ -216,7 +216,10 @@ gimp_data_directory
|
|||||||
gimp_locale_directory
|
gimp_locale_directory
|
||||||
gimp_plug_in_directory
|
gimp_plug_in_directory
|
||||||
gimp_sysconf_directory
|
gimp_sysconf_directory
|
||||||
|
gimp_cache_directory
|
||||||
|
gimp_temp_directory
|
||||||
gimp_directory_file
|
gimp_directory_file
|
||||||
|
gimp_installation_directory_file
|
||||||
gimp_data_directory_file
|
gimp_data_directory_file
|
||||||
gimp_locale_directory_file
|
gimp_locale_directory_file
|
||||||
gimp_sysconf_directory_file
|
gimp_sysconf_directory_file
|
||||||
@ -340,6 +343,7 @@ gimp_param_parasite_get_type
|
|||||||
GIMP_PIXPIPE_MAXDIM
|
GIMP_PIXPIPE_MAXDIM
|
||||||
GimpPixPipeParams
|
GimpPixPipeParams
|
||||||
gimp_pixpipe_params_init
|
gimp_pixpipe_params_init
|
||||||
|
gimp_pixpipe_params_free
|
||||||
gimp_pixpipe_params_parse
|
gimp_pixpipe_params_parse
|
||||||
gimp_pixpipe_params_build
|
gimp_pixpipe_params_build
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
@ -25,6 +25,7 @@ GIMP_IS_CONFIG
|
|||||||
GIMP_TYPE_CONFIG
|
GIMP_TYPE_CONFIG
|
||||||
GIMP_CONFIG_GET_INTERFACE
|
GIMP_CONFIG_GET_INTERFACE
|
||||||
gimp_config_interface_get_type
|
gimp_config_interface_get_type
|
||||||
|
gimp_config_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <gio/gio.h>
|
#include <gio/gio.h>
|
||||||
#include <libgimpconfig/gimpconfig.h>
|
#include <libgimpconfig/gimpconfig.h>
|
||||||
|
|
||||||
gimp_config_interface_get_type
|
gimp_config_get_type
|
||||||
gimp_color_config_get_type
|
gimp_color_config_get_type
|
||||||
|
Reference in New Issue
Block a user