devel-docs: API docs updates
This commit is contained in:
@ -126,7 +126,6 @@ gimp_brush_generated_shape_get_type
|
||||
gimp_component_type_get_type
|
||||
gimp_convert_palette_type_get_type
|
||||
gimp_convolve_type_get_type
|
||||
gimp_file_get_utf8_name
|
||||
gimp_fill_type_get_type
|
||||
gimp_gradient_segment_color_get_type
|
||||
gimp_gradient_segment_type_get_type
|
||||
@ -136,9 +135,6 @@ gimp_mask_apply_mode_get_type
|
||||
gimp_merge_type_get_type
|
||||
gimp_offset_type_get_type
|
||||
gimp_orientation_type_get_type
|
||||
gimp_output_stream_printf
|
||||
gimp_output_stream_vprintf
|
||||
gimp_personal_rc_gfile
|
||||
gimp_precision_get_type
|
||||
gimp_rotation_type_get_type
|
||||
gimp_select_criterion_get_type
|
||||
@ -205,6 +201,11 @@ gimp_data_directory
|
||||
gimp_locale_directory
|
||||
gimp_plug_in_directory
|
||||
gimp_sysconf_directory
|
||||
gimp_directory_file
|
||||
gimp_data_directory_file
|
||||
gimp_locale_directory_file
|
||||
gimp_sysconf_directory_file
|
||||
gimp_plug_in_directory_file
|
||||
gimp_user_directory
|
||||
gimp_personal_rc_file
|
||||
gimp_gtkrc
|
||||
@ -354,6 +355,9 @@ gimp_param_unit_get_type
|
||||
<FILE>gimputils</FILE>
|
||||
gimp_any_to_utf8
|
||||
gimp_filename_to_utf8
|
||||
gimp_file_get_utf8_name
|
||||
gimp_file_has_extension
|
||||
gimp_file_show_in_file_manager
|
||||
gimp_utf8_strtrim
|
||||
gimp_escape_uline
|
||||
gimp_strip_uline
|
||||
|
@ -6,11 +6,13 @@ GimpConfigInterface
|
||||
gimp_config_serialize
|
||||
gimp_config_serialize_to_file
|
||||
gimp_config_serialize_to_gfile
|
||||
gimp_config_serialize_to_stream
|
||||
gimp_config_serialize_to_fd
|
||||
gimp_config_serialize_to_string
|
||||
gimp_config_deserialize
|
||||
gimp_config_deserialize_file
|
||||
gimp_config_deserialize_gfile
|
||||
gimp_config_deserialize_stream
|
||||
gimp_config_deserialize_string
|
||||
gimp_config_deserialize_return
|
||||
gimp_config_duplicate
|
||||
@ -72,6 +74,7 @@ GimpConfigPathType
|
||||
gimp_param_spec_config_path
|
||||
gimp_param_spec_config_path_type
|
||||
gimp_config_path_expand
|
||||
gimp_config_path_expand_to_files
|
||||
gimp_config_build_data_path
|
||||
gimp_config_build_writable_path
|
||||
gimp_config_build_plug_in_path
|
||||
@ -108,6 +111,7 @@ gimp_config_string_append_escaped
|
||||
GimpConfigWriter
|
||||
gimp_config_writer_new_file
|
||||
gimp_config_writer_new_gfile
|
||||
gimp_config_writer_new_stream
|
||||
gimp_config_writer_new_fd
|
||||
gimp_config_writer_new_string
|
||||
gimp_config_writer_open
|
||||
@ -129,6 +133,7 @@ gimp_config_writer_finish
|
||||
<TITLE>GimpScanner</TITLE>
|
||||
gimp_scanner_new_file
|
||||
gimp_scanner_new_gfile
|
||||
gimp_scanner_new_stream
|
||||
gimp_scanner_new_string
|
||||
gimp_scanner_destroy
|
||||
gimp_scanner_parse_token
|
||||
|
@ -31,6 +31,9 @@
|
||||
<index role="GIMP 2.6" id="libgimpmath-index-new-in-2-6">
|
||||
<title>Index of new symbols in GIMP 2.6</title>
|
||||
</index>
|
||||
<index role="GIMP 2.8" id="libgimpmath-index-new-in-2-8">
|
||||
<title>Index of new symbols in GIMP 2.8</title>
|
||||
</index>
|
||||
<index role="GIMP 2.10" id="libgimpmath-index-new-in-2-10">
|
||||
<title>Index of new symbols in GIMP 2.10</title>
|
||||
</index>
|
||||
|
Reference in New Issue
Block a user