2000-02-03 01:47:15 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimp</FILE>
|
2019-08-10 11:08:33 +02:00
|
|
|
<TITLE>Gimp</TITLE>
|
2000-02-03 01:47:15 +00:00
|
|
|
gimp_get_data
|
|
|
|
gimp_get_data_size
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_set_data
|
2019-08-01 16:01:39 +02:00
|
|
|
GIMP_MAIN
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_main
|
2019-08-10 11:08:33 +02:00
|
|
|
gimp_get_plug_in
|
|
|
|
gimp_get_pdb
|
2003-06-19 17:13:38 +00:00
|
|
|
gimp_quit
|
|
|
|
gimp_tile_width
|
|
|
|
gimp_tile_height
|
2004-10-04 16:21:52 +00:00
|
|
|
gimp_show_help_button
|
2019-07-23 15:53:38 +02:00
|
|
|
gimp_export_color_profile
|
2018-04-16 21:44:47 +02:00
|
|
|
gimp_export_exif
|
|
|
|
gimp_export_xmp
|
2019-08-01 16:01:39 +02:00
|
|
|
gimp_export_iptc
|
2004-09-03 12:22:38 +00:00
|
|
|
gimp_check_size
|
|
|
|
gimp_check_type
|
2003-06-19 17:13:38 +00:00
|
|
|
gimp_default_display
|
2003-11-07 18:11:35 +00:00
|
|
|
gimp_wm_class
|
|
|
|
gimp_display_name
|
|
|
|
gimp_monitor_number
|
2008-04-09 16:44:48 +00:00
|
|
|
gimp_user_time
|
libgimpbase, libgimp, app: pass icon theme dir to plug-ins through config
Pass the current icon theme directory to plug-ins through the
config message, and add a gimp_icon_theme_dir() libgimp function
for retrieving it. Note that we already have a similar
gimp_icon_get_theme_dir() PDB function, which we keep around, since
it can be used to dynamically query for the current icon dir,
unlike the former, and since it returns a dynamically-allocated
string, while the rest of the config-related functions return
statically allocated strings.
Use the new function, instead of gimp_get_icon_theme_dir(), in
gimp_ui_init(). This allows gimp_ui_init() to run without making
any PDB calls. Consequently, this allows us to start plug-ins that
call gimp_ui_init() without entering the main loop in the main app.
We're going to add a plug-in that displays an interactive dialog
while the main app is blocking waiting for an operation to
complete, and we need to be able to start the plug-in without
entering the main loop, to avoid the possibility of arbitrary code
being executed during the wait.
Bump the protocol version.
2018-05-29 11:20:54 -04:00
|
|
|
gimp_icon_theme_dir
|
2000-05-27 02:36:48 +00:00
|
|
|
gimp_get_progname
|
2019-08-01 16:01:39 +02:00
|
|
|
gimp_version
|
|
|
|
gimp_getpid
|
2011-04-14 22:01:33 +02:00
|
|
|
gimp_attach_parasite
|
|
|
|
gimp_detach_parasite
|
|
|
|
gimp_get_parasite
|
|
|
|
gimp_get_parasite_list
|
2019-08-01 16:01:39 +02:00
|
|
|
gimp_temp_name
|
|
|
|
</SECTION>
|
|
|
|
|
2000-02-03 01:47:15 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpenums</FILE>
|
2005-06-04 13:44:27 +00:00
|
|
|
gimp_enums_init
|
2014-07-02 13:53:22 +02:00
|
|
|
gimp_enums_get_type_names
|
2000-02-03 01:47:15 +00:00
|
|
|
GimpBrushApplicationMode
|
|
|
|
GimpConvertDitherType
|
2004-10-26 18:58:50 +00:00
|
|
|
GimpHistogramChannel
|
2017-03-10 23:52:59 +01:00
|
|
|
GimpLayerColorSpace
|
|
|
|
GimpLayerCompositeMode
|
|
|
|
GimpLayerMode
|
2019-07-23 19:31:24 +02:00
|
|
|
|
2004-10-25 16:53:45 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_TYPE_BRUSH_APPLICATION_MODE
|
|
|
|
GIMP_TYPE_CONVERT_DITHER_TYPE
|
|
|
|
GIMP_TYPE_HISTOGRAM_CHANNEL
|
2017-03-10 23:52:59 +01:00
|
|
|
GIMP_TYPE_LAYER_COLOR_SPACE
|
|
|
|
GIMP_TYPE_LAYER_COMPOSITE_MODE
|
|
|
|
GIMP_TYPE_LAYER_MODE
|
2004-10-25 16:53:45 +00:00
|
|
|
gimp_brush_application_mode_get_type
|
|
|
|
gimp_convert_dither_type_get_type
|
|
|
|
gimp_histogram_channel_get_type
|
2017-03-10 23:52:59 +01:00
|
|
|
gimp_layer_color_space_get_type
|
|
|
|
gimp_layer_composite_mode_get_type
|
|
|
|
gimp_layer_mode_get_type
|
2000-02-03 01:47:15 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpui</FILE>
|
2000-03-14 23:06:03 +00:00
|
|
|
gimp_ui_init
|
2005-09-05 21:35:47 +00:00
|
|
|
gimp_ui_get_display_window
|
2005-09-10 00:32:18 +00:00
|
|
|
gimp_ui_get_progress_window
|
|
|
|
gimp_window_set_transient
|
2005-09-05 21:35:47 +00:00
|
|
|
gimp_window_set_transient_for_display
|
2000-02-03 01:47:15 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpexport</FILE>
|
2000-02-06 21:19:10 +00:00
|
|
|
GimpExportCapabilities
|
2003-11-06 15:38:42 +00:00
|
|
|
GimpExportReturn
|
2000-02-03 01:47:15 +00:00
|
|
|
gimp_export_image
|
2009-08-15 17:06:43 +02:00
|
|
|
gimp_export_dialog_new
|
|
|
|
gimp_export_dialog_get_content_area
|
2000-02-03 01:47:15 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-09-29 01:01:28 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpbrush</FILE>
|
|
|
|
gimp_brush_new
|
|
|
|
gimp_brush_duplicate
|
|
|
|
gimp_brush_rename
|
|
|
|
gimp_brush_delete
|
|
|
|
gimp_brush_get_info
|
2004-10-06 03:45:43 +00:00
|
|
|
gimp_brush_get_pixels
|
2004-09-29 01:01:28 +00:00
|
|
|
gimp_brush_get_spacing
|
|
|
|
gimp_brush_set_spacing
|
2004-12-31 00:22:34 +00:00
|
|
|
gimp_brush_get_shape
|
|
|
|
gimp_brush_set_shape
|
|
|
|
gimp_brush_get_spikes
|
|
|
|
gimp_brush_set_spikes
|
|
|
|
gimp_brush_get_angle
|
|
|
|
gimp_brush_set_angle
|
|
|
|
gimp_brush_get_radius
|
|
|
|
gimp_brush_set_radius
|
|
|
|
gimp_brush_get_aspect_ratio
|
|
|
|
gimp_brush_set_aspect_ratio
|
|
|
|
gimp_brush_get_hardness
|
|
|
|
gimp_brush_set_hardness
|
|
|
|
gimp_brush_is_generated
|
|
|
|
gimp_brush_is_editable
|
2004-09-29 01:01:28 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-06-08 19:42:36 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpbrushes</FILE>
|
2002-03-13 15:30:45 +00:00
|
|
|
gimp_brushes_refresh
|
|
|
|
gimp_brushes_get_list
|
2003-07-01 15:06:06 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpbrushselect</FILE>
|
|
|
|
GimpRunBrushCallback
|
|
|
|
gimp_brush_select_new
|
|
|
|
gimp_brush_select_destroy
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_brushes_popup
|
|
|
|
gimp_brushes_close_popup
|
|
|
|
gimp_brushes_set_popup
|
|
|
|
</SECTION>
|
|
|
|
|
2005-09-27 15:02:04 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpbuffer</FILE>
|
2005-09-30 12:35:28 +00:00
|
|
|
gimp_buffers_get_list
|
2005-09-27 15:02:04 +00:00
|
|
|
gimp_buffer_rename
|
|
|
|
gimp_buffer_delete
|
|
|
|
gimp_buffer_get_width
|
|
|
|
gimp_buffer_get_height
|
|
|
|
gimp_buffer_get_bytes
|
|
|
|
gimp_buffer_get_image_type
|
|
|
|
</SECTION>
|
|
|
|
|
2000-06-08 19:42:36 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpchannel</FILE>
|
2019-08-29 12:05:36 +02:00
|
|
|
<TITLE>GimpChannel</TITLE>
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_channel_new
|
2005-02-22 17:58:36 +00:00
|
|
|
gimp_channel_new_from_component
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_channel_copy
|
|
|
|
gimp_channel_get_show_masked
|
|
|
|
gimp_channel_set_show_masked
|
|
|
|
gimp_channel_get_opacity
|
|
|
|
gimp_channel_set_opacity
|
|
|
|
gimp_channel_get_color
|
|
|
|
gimp_channel_set_color
|
2001-05-04 20:39:29 +00:00
|
|
|
gimp_channel_combine_masks
|
2019-08-29 12:05:36 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_CHANNEL
|
|
|
|
GIMP_CHANNEL_CLASS
|
|
|
|
GIMP_CHANNEL_GET_CLASS
|
|
|
|
GIMP_IS_CHANNEL
|
|
|
|
GIMP_IS_CHANNEL_CLASS
|
|
|
|
GIMP_TYPE_CHANNEL
|
|
|
|
GimpChannel
|
|
|
|
GimpChannelClass
|
|
|
|
GimpChannelPrivate
|
|
|
|
gimp_channel_get_type
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-09-23 16:14:41 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpcontext</FILE>
|
|
|
|
gimp_context_push
|
|
|
|
gimp_context_pop
|
2011-04-14 22:01:33 +02:00
|
|
|
gimp_context_set_defaults
|
2004-09-23 16:14:41 +00:00
|
|
|
gimp_context_get_foreground
|
|
|
|
gimp_context_set_foreground
|
|
|
|
gimp_context_get_background
|
|
|
|
gimp_context_set_background
|
|
|
|
gimp_context_set_default_colors
|
|
|
|
gimp_context_swap_colors
|
|
|
|
gimp_context_get_opacity
|
|
|
|
gimp_context_set_opacity
|
|
|
|
gimp_context_get_paint_mode
|
|
|
|
gimp_context_set_paint_mode
|
2016-09-21 15:47:02 +02:00
|
|
|
gimp_context_list_paint_methods
|
|
|
|
gimp_context_get_paint_method
|
|
|
|
gimp_context_set_paint_method
|
|
|
|
gimp_context_get_stroke_method
|
|
|
|
gimp_context_set_stroke_method
|
|
|
|
gimp_context_get_line_width
|
|
|
|
gimp_context_set_line_width
|
|
|
|
gimp_context_get_line_width_unit
|
|
|
|
gimp_context_set_line_width_unit
|
|
|
|
gimp_context_get_line_cap_style
|
|
|
|
gimp_context_set_line_cap_style
|
|
|
|
gimp_context_get_line_join_style
|
|
|
|
gimp_context_set_line_join_style
|
|
|
|
gimp_context_get_line_miter_limit
|
|
|
|
gimp_context_set_line_miter_limit
|
|
|
|
gimp_context_get_line_dash_offset
|
|
|
|
gimp_context_set_line_dash_offset
|
|
|
|
gimp_context_get_line_dash_pattern
|
|
|
|
gimp_context_set_line_dash_pattern
|
2004-09-23 16:14:41 +00:00
|
|
|
gimp_context_get_brush
|
|
|
|
gimp_context_set_brush
|
2012-03-12 20:11:20 +01:00
|
|
|
gimp_context_get_brush_size
|
|
|
|
gimp_context_set_brush_size
|
|
|
|
gimp_context_set_brush_default_size
|
2015-06-01 00:44:35 +02:00
|
|
|
gimp_context_get_brush_aspect_ratio
|
|
|
|
gimp_context_set_brush_aspect_ratio
|
|
|
|
gimp_context_get_brush_angle
|
|
|
|
gimp_context_set_brush_angle
|
|
|
|
gimp_context_get_brush_spacing
|
|
|
|
gimp_context_set_brush_spacing
|
|
|
|
gimp_context_set_brush_default_spacing
|
|
|
|
gimp_context_get_brush_hardness
|
|
|
|
gimp_context_set_brush_hardness
|
|
|
|
gimp_context_set_brush_default_hardness
|
|
|
|
gimp_context_get_brush_force
|
|
|
|
gimp_context_set_brush_force
|
2011-11-25 21:39:55 +01:00
|
|
|
gimp_context_get_dynamics
|
|
|
|
gimp_context_set_dynamics
|
2016-09-21 15:47:02 +02:00
|
|
|
gimp_context_get_mypaint_brush
|
|
|
|
gimp_context_set_mypaint_brush
|
2004-09-23 16:14:41 +00:00
|
|
|
gimp_context_get_pattern
|
|
|
|
gimp_context_set_pattern
|
|
|
|
gimp_context_get_gradient
|
|
|
|
gimp_context_set_gradient
|
2018-04-16 21:44:47 +02:00
|
|
|
gimp_context_set_gradient_fg_bg_hsv_ccw
|
|
|
|
gimp_context_set_gradient_fg_bg_hsv_cw
|
|
|
|
gimp_context_set_gradient_fg_bg_rgb
|
|
|
|
gimp_context_set_gradient_fg_transparent
|
|
|
|
gimp_context_get_gradient_blend_color_space
|
|
|
|
gimp_context_set_gradient_blend_color_space
|
|
|
|
gimp_context_get_gradient_repeat_mode
|
|
|
|
gimp_context_set_gradient_repeat_mode
|
|
|
|
gimp_context_get_gradient_reverse
|
|
|
|
gimp_context_set_gradient_reverse
|
2004-09-23 16:14:41 +00:00
|
|
|
gimp_context_get_palette
|
|
|
|
gimp_context_set_palette
|
|
|
|
gimp_context_get_font
|
|
|
|
gimp_context_set_font
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_context_get_antialias
|
|
|
|
gimp_context_set_antialias
|
|
|
|
gimp_context_get_feather
|
|
|
|
gimp_context_set_feather
|
|
|
|
gimp_context_get_feather_radius
|
|
|
|
gimp_context_set_feather_radius
|
|
|
|
gimp_context_get_sample_merged
|
|
|
|
gimp_context_set_sample_merged
|
|
|
|
gimp_context_get_sample_criterion
|
|
|
|
gimp_context_set_sample_criterion
|
|
|
|
gimp_context_get_sample_threshold
|
|
|
|
gimp_context_set_sample_threshold
|
|
|
|
gimp_context_get_sample_threshold_int
|
|
|
|
gimp_context_set_sample_threshold_int
|
|
|
|
gimp_context_get_sample_transparent
|
|
|
|
gimp_context_set_sample_transparent
|
2016-09-21 15:47:02 +02:00
|
|
|
gimp_context_get_diagonal_neighbors
|
|
|
|
gimp_context_set_diagonal_neighbors
|
2018-04-16 21:44:47 +02:00
|
|
|
gimp_context_get_distance_metric
|
|
|
|
gimp_context_set_distance_metric
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_context_get_interpolation
|
|
|
|
gimp_context_set_interpolation
|
|
|
|
gimp_context_get_transform_direction
|
|
|
|
gimp_context_set_transform_direction
|
|
|
|
gimp_context_get_transform_resize
|
|
|
|
gimp_context_set_transform_resize
|
2012-03-12 20:11:20 +01:00
|
|
|
gimp_context_get_ink_angle
|
|
|
|
gimp_context_set_ink_angle
|
|
|
|
gimp_context_get_ink_blob_angle
|
|
|
|
gimp_context_set_ink_blob_angle
|
|
|
|
gimp_context_get_ink_blob_aspect_ratio
|
|
|
|
gimp_context_set_ink_blob_aspect_ratio
|
|
|
|
gimp_context_get_ink_blob_type
|
|
|
|
gimp_context_set_ink_blob_type
|
|
|
|
gimp_context_get_ink_size
|
|
|
|
gimp_context_set_ink_size
|
|
|
|
gimp_context_get_ink_size_sensitivity
|
|
|
|
gimp_context_set_ink_size_sensitivity
|
|
|
|
gimp_context_get_ink_speed_sensitivity
|
|
|
|
gimp_context_set_ink_speed_sensitivity
|
|
|
|
gimp_context_get_ink_tilt_sensitivity
|
|
|
|
gimp_context_set_ink_tilt_sensitivity
|
2004-09-23 16:14:41 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2017-06-03 21:32:33 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpdebug</FILE>
|
|
|
|
gimp_debug_timer_start
|
|
|
|
gimp_debug_timer_end
|
|
|
|
</SECTION>
|
|
|
|
|
2000-06-08 19:42:36 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpdisplay</FILE>
|
2019-08-29 12:05:36 +02:00
|
|
|
<TITLE>GimpDisplay</TITLE>
|
|
|
|
gimp_display_get_by_id
|
|
|
|
gimp_display_get_id
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_display_new
|
|
|
|
gimp_display_delete
|
2007-01-12 19:59:36 +00:00
|
|
|
gimp_display_is_valid
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_display_id_is_valid
|
2005-09-05 21:35:47 +00:00
|
|
|
gimp_display_get_window_handle
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_displays_flush
|
2002-12-03 12:10:21 +00:00
|
|
|
gimp_displays_reconnect
|
2019-08-29 12:05:36 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_DISPLAY
|
|
|
|
GIMP_DISPLAY_CLASS
|
|
|
|
GIMP_DISPLAY_GET_CLASS
|
|
|
|
GIMP_IS_DISPLAY
|
|
|
|
GIMP_IS_DISPLAY_CLASS
|
|
|
|
GIMP_TYPE_DISPLAY
|
|
|
|
GimpDisplay
|
|
|
|
GimpDisplayClass
|
|
|
|
GimpDisplayPrivate
|
|
|
|
gimp_display_get_type
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpdrawable</FILE>
|
2019-08-29 12:05:36 +02:00
|
|
|
<TITLE>GimpDrawable</TITLE>
|
2014-07-02 13:53:22 +02:00
|
|
|
gimp_drawable_get_buffer
|
|
|
|
gimp_drawable_get_shadow_buffer
|
|
|
|
gimp_drawable_get_format
|
2019-07-23 15:53:38 +02:00
|
|
|
gimp_drawable_get_thumbnail_format
|
2003-12-03 16:39:32 +00:00
|
|
|
gimp_drawable_get_pixel
|
|
|
|
gimp_drawable_set_pixel
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_drawable_get_thumbnail_data
|
2004-12-13 23:39:31 +00:00
|
|
|
gimp_drawable_get_sub_thumbnail_data
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_drawable_merge_shadow
|
2008-05-29 12:00:27 +00:00
|
|
|
gimp_drawable_free_shadow
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_drawable_fill
|
|
|
|
gimp_drawable_update
|
|
|
|
gimp_drawable_mask_bounds
|
2004-10-23 21:54:58 +00:00
|
|
|
gimp_drawable_mask_intersect
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_drawable_has_alpha
|
|
|
|
gimp_drawable_type_with_alpha
|
2003-12-04 13:21:27 +00:00
|
|
|
gimp_drawable_type
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_drawable_is_rgb
|
|
|
|
gimp_drawable_is_gray
|
|
|
|
gimp_drawable_is_indexed
|
2003-12-05 14:51:11 +00:00
|
|
|
gimp_drawable_bpp
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_drawable_width
|
|
|
|
gimp_drawable_height
|
|
|
|
gimp_drawable_offsets
|
2000-06-09 01:56:34 +00:00
|
|
|
gimp_drawable_offset
|
2005-08-03 12:24:05 +00:00
|
|
|
gimp_drawable_foreground_extract
|
2019-08-29 12:05:36 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_DRAWABLE
|
|
|
|
GIMP_DRAWABLE_CLASS
|
|
|
|
GIMP_DRAWABLE_GET_CLASS
|
|
|
|
GIMP_IS_DRAWABLE
|
|
|
|
GIMP_IS_DRAWABLE_CLASS
|
|
|
|
GIMP_TYPE_DRAWABLE
|
|
|
|
GimpDrawable
|
|
|
|
GimpDrawableClass
|
|
|
|
GimpDrawablePrivate
|
|
|
|
gimp_drawable_get_type
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2014-07-02 13:53:22 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpdrawablecolor</FILE>
|
|
|
|
gimp_drawable_brightness_contrast
|
|
|
|
gimp_drawable_color_balance
|
|
|
|
gimp_drawable_colorize_hsl
|
|
|
|
gimp_drawable_curves_explicit
|
|
|
|
gimp_drawable_curves_spline
|
|
|
|
gimp_drawable_desaturate
|
|
|
|
gimp_drawable_equalize
|
|
|
|
gimp_drawable_histogram
|
|
|
|
gimp_drawable_hue_saturation
|
|
|
|
gimp_drawable_invert
|
|
|
|
gimp_drawable_levels
|
|
|
|
gimp_drawable_levels_stretch
|
|
|
|
gimp_drawable_posterize
|
|
|
|
gimp_drawable_threshold
|
|
|
|
</SECTION>
|
|
|
|
|
2018-04-15 14:57:25 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpdrawableedit</FILE>
|
|
|
|
gimp_drawable_edit_clear
|
|
|
|
gimp_drawable_edit_fill
|
|
|
|
gimp_drawable_edit_bucket_fill
|
|
|
|
gimp_drawable_edit_gradient_fill
|
|
|
|
gimp_drawable_edit_stroke_selection
|
|
|
|
gimp_drawable_edit_stroke_item
|
|
|
|
</SECTION>
|
|
|
|
|
2011-11-25 21:39:55 +01:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpdynamics</FILE>
|
|
|
|
gimp_dynamics_get_list
|
|
|
|
gimp_dynamics_refresh
|
|
|
|
</SECTION>
|
|
|
|
|
2000-06-08 19:42:36 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpedit</FILE>
|
|
|
|
gimp_edit_cut
|
|
|
|
gimp_edit_copy
|
2004-12-12 14:18:41 +00:00
|
|
|
gimp_edit_copy_visible
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_edit_paste
|
2016-09-21 15:47:02 +02:00
|
|
|
gimp_edit_paste_as_new_image
|
2005-09-03 14:13:58 +00:00
|
|
|
gimp_edit_named_cut
|
|
|
|
gimp_edit_named_copy
|
|
|
|
gimp_edit_named_copy_visible
|
|
|
|
gimp_edit_named_paste
|
2016-09-21 15:47:02 +02:00
|
|
|
gimp_edit_named_paste_as_new_image
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpfileops</FILE>
|
2000-08-25 15:38:38 +00:00
|
|
|
gimp_file_load
|
2005-10-17 15:15:20 +00:00
|
|
|
gimp_file_load_layer
|
2006-11-04 07:58:07 +00:00
|
|
|
gimp_file_load_layers
|
2000-08-25 15:38:38 +00:00
|
|
|
gimp_file_save
|
2006-11-15 23:45:15 +00:00
|
|
|
gimp_file_save_thumbnail
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpfloatingsel</FILE>
|
|
|
|
gimp_floating_sel_remove
|
|
|
|
gimp_floating_sel_anchor
|
|
|
|
gimp_floating_sel_to_layer
|
|
|
|
gimp_floating_sel_attach
|
|
|
|
</SECTION>
|
|
|
|
|
2003-09-04 12:08:33 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpfonts</FILE>
|
|
|
|
gimp_fonts_refresh
|
|
|
|
gimp_fonts_get_list
|
|
|
|
</SECTION>
|
|
|
|
|
2003-03-28 14:13:54 +00:00
|
|
|
<SECTION>
|
2003-07-01 15:06:06 +00:00
|
|
|
<FILE>gimpfontselect</FILE>
|
|
|
|
GimpRunFontCallback
|
|
|
|
gimp_font_select_new
|
|
|
|
gimp_font_select_destroy
|
2003-03-28 14:13:54 +00:00
|
|
|
gimp_fonts_popup
|
|
|
|
gimp_fonts_close_popup
|
|
|
|
gimp_fonts_set_popup
|
|
|
|
</SECTION>
|
|
|
|
|
2000-06-08 19:42:36 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpgimprc</FILE>
|
|
|
|
gimp_gimprc_query
|
|
|
|
gimp_gimprc_set
|
2005-06-26 12:53:31 +00:00
|
|
|
gimp_get_color_configuration
|
2002-03-13 15:30:45 +00:00
|
|
|
gimp_get_default_comment
|
2007-01-23 10:58:23 +00:00
|
|
|
gimp_get_default_unit
|
2003-11-11 21:35:50 +00:00
|
|
|
gimp_get_module_load_inhibit
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_get_monitor_resolution
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2004-09-29 01:01:28 +00:00
|
|
|
<FILE>gimpgradient</FILE>
|
|
|
|
gimp_gradient_new
|
|
|
|
gimp_gradient_duplicate
|
|
|
|
gimp_gradient_rename
|
|
|
|
gimp_gradient_delete
|
2004-12-31 19:48:29 +00:00
|
|
|
gimp_gradient_is_editable
|
2004-10-06 03:45:43 +00:00
|
|
|
gimp_gradient_get_uniform_samples
|
|
|
|
gimp_gradient_get_custom_samples
|
2008-05-29 12:00:27 +00:00
|
|
|
gimp_gradient_get_number_of_segments
|
2004-06-01 22:35:39 +00:00
|
|
|
gimp_gradient_segment_get_left_color
|
|
|
|
gimp_gradient_segment_set_left_color
|
|
|
|
gimp_gradient_segment_get_right_color
|
|
|
|
gimp_gradient_segment_set_right_color
|
|
|
|
gimp_gradient_segment_get_left_pos
|
|
|
|
gimp_gradient_segment_set_left_pos
|
|
|
|
gimp_gradient_segment_get_middle_pos
|
|
|
|
gimp_gradient_segment_set_middle_pos
|
|
|
|
gimp_gradient_segment_get_right_pos
|
|
|
|
gimp_gradient_segment_set_right_pos
|
|
|
|
gimp_gradient_segment_get_blending_function
|
|
|
|
gimp_gradient_segment_get_coloring_type
|
2004-06-02 18:02:20 +00:00
|
|
|
gimp_gradient_segment_range_set_blending_function
|
|
|
|
gimp_gradient_segment_range_set_coloring_type
|
2004-06-01 22:35:39 +00:00
|
|
|
gimp_gradient_segment_range_flip
|
|
|
|
gimp_gradient_segment_range_replicate
|
|
|
|
gimp_gradient_segment_range_split_midpoint
|
|
|
|
gimp_gradient_segment_range_split_uniform
|
|
|
|
gimp_gradient_segment_range_delete
|
|
|
|
gimp_gradient_segment_range_redistribute_handles
|
|
|
|
gimp_gradient_segment_range_blend_colors
|
|
|
|
gimp_gradient_segment_range_blend_opacity
|
|
|
|
gimp_gradient_segment_range_move
|
|
|
|
</SECTION>
|
|
|
|
|
2004-09-29 01:01:28 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpgradients</FILE>
|
|
|
|
gimp_gradients_refresh
|
|
|
|
gimp_gradients_get_list
|
|
|
|
</SECTION>
|
|
|
|
|
2003-07-01 15:06:06 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpgradientselect</FILE>
|
|
|
|
GimpRunGradientCallback
|
|
|
|
gimp_gradient_select_new
|
|
|
|
gimp_gradient_select_destroy
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_gradients_popup
|
|
|
|
gimp_gradients_close_popup
|
|
|
|
gimp_gradients_set_popup
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimphelp</FILE>
|
|
|
|
gimp_help
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimage</FILE>
|
2019-08-29 12:05:36 +02:00
|
|
|
<TITLE>GimpImage</TITLE>
|
|
|
|
gimp_get_images
|
|
|
|
gimp_list_images
|
|
|
|
gimp_image_get_by_id
|
|
|
|
gimp_image_get_id
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_image_new
|
2014-07-02 13:53:22 +02:00
|
|
|
gimp_image_new_with_precision
|
2009-08-15 17:06:43 +02:00
|
|
|
gimp_image_get_uri
|
2011-11-25 21:39:55 +01:00
|
|
|
gimp_image_get_xcf_uri
|
|
|
|
gimp_image_get_exported_uri
|
|
|
|
gimp_image_get_imported_uri
|
2003-12-08 18:30:54 +00:00
|
|
|
gimp_image_duplicate
|
|
|
|
gimp_image_delete
|
2007-01-12 19:59:36 +00:00
|
|
|
gimp_image_is_valid
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_image_id_is_valid
|
2003-12-08 18:30:54 +00:00
|
|
|
gimp_image_base_type
|
2014-07-02 13:53:22 +02:00
|
|
|
gimp_image_get_precision
|
2018-04-16 21:44:47 +02:00
|
|
|
gimp_image_get_default_new_layer_mode
|
2003-12-08 18:30:54 +00:00
|
|
|
gimp_image_width
|
|
|
|
gimp_image_height
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_image_get_layers
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_image_list_layers
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_image_get_channels
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_image_list_channels
|
2003-12-08 18:30:54 +00:00
|
|
|
gimp_image_get_active_drawable
|
|
|
|
gimp_image_get_floating_sel
|
|
|
|
gimp_image_floating_sel_attached_to
|
2004-01-05 14:35:19 +00:00
|
|
|
gimp_image_pick_color
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_image_pick_correlate_layer
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_image_get_item_position
|
|
|
|
gimp_image_reorder_item
|
|
|
|
gimp_image_raise_item
|
|
|
|
gimp_image_lower_item
|
|
|
|
gimp_image_raise_item_to_top
|
|
|
|
gimp_image_lower_item_to_bottom
|
|
|
|
gimp_image_insert_layer
|
2003-12-08 18:30:54 +00:00
|
|
|
gimp_image_remove_layer
|
2018-05-18 19:31:49 +02:00
|
|
|
gimp_image_freeze_layers
|
|
|
|
gimp_image_thaw_layers
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_image_insert_channel
|
2003-12-08 18:30:54 +00:00
|
|
|
gimp_image_remove_channel
|
2018-05-18 19:31:49 +02:00
|
|
|
gimp_image_freeze_channels
|
|
|
|
gimp_image_thaw_channels
|
2003-12-08 18:30:54 +00:00
|
|
|
gimp_image_flatten
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_image_merge_visible_layers
|
|
|
|
gimp_image_merge_down
|
|
|
|
gimp_image_clean_all
|
2002-12-13 13:12:03 +00:00
|
|
|
gimp_image_is_dirty
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_image_get_active_layer
|
|
|
|
gimp_image_set_active_layer
|
|
|
|
gimp_image_get_active_channel
|
|
|
|
gimp_image_set_active_channel
|
2006-11-23 07:26:41 +00:00
|
|
|
gimp_image_unset_active_channel
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_image_get_selection
|
|
|
|
gimp_image_get_component_active
|
|
|
|
gimp_image_set_component_active
|
|
|
|
gimp_image_get_component_visible
|
|
|
|
gimp_image_set_component_visible
|
|
|
|
gimp_image_get_filename
|
|
|
|
gimp_image_set_filename
|
2002-05-13 11:23:18 +00:00
|
|
|
gimp_image_get_name
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_image_get_resolution
|
|
|
|
gimp_image_set_resolution
|
|
|
|
gimp_image_get_unit
|
|
|
|
gimp_image_set_unit
|
2003-12-08 18:30:54 +00:00
|
|
|
gimp_image_set_tattoo_state
|
|
|
|
gimp_image_get_tattoo_state
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_image_get_layer_by_tattoo
|
|
|
|
gimp_image_get_channel_by_tattoo
|
2011-11-25 21:39:55 +01:00
|
|
|
gimp_image_get_vectors_by_tattoo
|
|
|
|
gimp_image_get_layer_by_name
|
|
|
|
gimp_image_get_channel_by_name
|
|
|
|
gimp_image_get_vectors_by_name
|
2004-11-02 14:01:11 +00:00
|
|
|
gimp_image_get_colormap
|
|
|
|
gimp_image_set_colormap
|
2005-04-19 21:47:22 +00:00
|
|
|
gimp_image_get_vectors
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_image_list_vectors
|
2000-06-09 01:56:34 +00:00
|
|
|
gimp_image_get_thumbnail_data
|
2014-07-02 13:53:22 +02:00
|
|
|
gimp_image_get_metadata
|
|
|
|
gimp_image_set_metadata
|
2011-04-14 22:01:33 +02:00
|
|
|
gimp_image_attach_parasite
|
|
|
|
gimp_image_detach_parasite
|
|
|
|
gimp_image_get_parasite
|
|
|
|
gimp_image_get_parasite_list
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_image_insert_vectors
|
2006-01-25 15:31:33 +00:00
|
|
|
gimp_image_remove_vectors
|
2018-05-18 19:31:49 +02:00
|
|
|
gimp_image_freeze_vectors
|
|
|
|
gimp_image_thaw_vectors
|
2006-01-25 15:31:33 +00:00
|
|
|
gimp_image_get_active_vectors
|
|
|
|
gimp_image_set_active_vectors
|
2019-08-29 12:05:36 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IMAGE
|
|
|
|
GIMP_IMAGE_CLASS
|
|
|
|
GIMP_IMAGE_GET_CLASS
|
|
|
|
GIMP_IS_IMAGE
|
|
|
|
GIMP_IS_IMAGE_CLASS
|
|
|
|
GIMP_TYPE_IMAGE
|
|
|
|
GimpImage
|
|
|
|
GimpImageClass
|
|
|
|
GimpImagePrivate
|
|
|
|
gimp_image_get_type
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2016-09-21 15:47:02 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimagecolorprofile</FILE>
|
|
|
|
gimp_image_get_color_profile
|
|
|
|
gimp_image_set_color_profile
|
|
|
|
gimp_image_set_color_profile_from_file
|
|
|
|
gimp_image_get_effective_color_profile
|
|
|
|
gimp_image_convert_color_profile
|
|
|
|
gimp_image_convert_color_profile_from_file
|
|
|
|
</SECTION>
|
|
|
|
|
2015-06-01 00:44:35 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimageconvert</FILE>
|
|
|
|
gimp_image_convert_rgb
|
|
|
|
gimp_image_convert_grayscale
|
|
|
|
gimp_image_convert_indexed
|
|
|
|
gimp_image_convert_set_dither_matrix
|
|
|
|
gimp_image_convert_precision
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimagegrid</FILE>
|
|
|
|
gimp_image_grid_get_spacing
|
|
|
|
gimp_image_grid_set_spacing
|
|
|
|
gimp_image_grid_get_offset
|
|
|
|
gimp_image_grid_set_offset
|
|
|
|
gimp_image_grid_get_foreground_color
|
|
|
|
gimp_image_grid_set_foreground_color
|
|
|
|
gimp_image_grid_get_background_color
|
|
|
|
gimp_image_grid_set_background_color
|
|
|
|
gimp_image_grid_get_style
|
|
|
|
gimp_image_grid_set_style
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimageguides</FILE>
|
|
|
|
gimp_image_add_hguide
|
|
|
|
gimp_image_add_vguide
|
|
|
|
gimp_image_delete_guide
|
|
|
|
gimp_image_find_next_guide
|
|
|
|
gimp_image_get_guide_orientation
|
|
|
|
gimp_image_get_guide_position
|
|
|
|
</SECTION>
|
|
|
|
|
2016-09-21 15:47:02 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimagesamplepoints</FILE>
|
|
|
|
gimp_image_add_sample_point
|
|
|
|
gimp_image_delete_sample_point
|
|
|
|
gimp_image_find_next_sample_point
|
|
|
|
gimp_image_get_sample_point_position
|
|
|
|
</SECTION>
|
|
|
|
|
2011-02-14 14:15:34 +01:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimageselect</FILE>
|
|
|
|
gimp_image_select_color
|
|
|
|
gimp_image_select_contiguous_color
|
|
|
|
gimp_image_select_rectangle
|
|
|
|
gimp_image_select_round_rectangle
|
|
|
|
gimp_image_select_ellipse
|
|
|
|
gimp_image_select_polygon
|
|
|
|
gimp_image_select_item
|
|
|
|
</SECTION>
|
|
|
|
|
2015-06-01 00:44:35 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimagetransform</FILE>
|
|
|
|
gimp_image_resize
|
|
|
|
gimp_image_resize_to_layers
|
|
|
|
gimp_image_scale
|
|
|
|
gimp_image_crop
|
|
|
|
gimp_image_flip
|
|
|
|
gimp_image_rotate
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimageundo</FILE>
|
|
|
|
gimp_image_undo_group_start
|
|
|
|
gimp_image_undo_group_end
|
|
|
|
gimp_image_undo_is_enabled
|
|
|
|
gimp_image_undo_disable
|
|
|
|
gimp_image_undo_enable
|
|
|
|
gimp_image_undo_freeze
|
|
|
|
gimp_image_undo_thaw
|
|
|
|
</SECTION>
|
|
|
|
|
2014-07-02 13:53:22 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpmetadata</FILE>
|
|
|
|
gimp_image_metadata_load_prepare
|
|
|
|
gimp_image_metadata_load_finish
|
|
|
|
gimp_image_metadata_save_prepare
|
|
|
|
gimp_image_metadata_save_finish
|
|
|
|
gimp_image_metadata_load_thumbnail
|
|
|
|
</SECTION>
|
|
|
|
|
2010-07-09 10:11:32 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpitem</FILE>
|
2019-08-29 12:05:36 +02:00
|
|
|
<TITLE>GimpItem</TITLE>
|
|
|
|
gimp_item_get_by_id
|
|
|
|
gimp_item_get_id
|
2010-07-09 10:11:32 +02:00
|
|
|
gimp_item_is_valid
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_item_id_is_valid
|
2010-07-09 10:11:32 +02:00
|
|
|
gimp_item_get_image
|
|
|
|
gimp_item_delete
|
|
|
|
gimp_item_is_drawable
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_item_id_is_drawable
|
2010-07-09 10:11:32 +02:00
|
|
|
gimp_item_is_layer
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_item_id_is_layer
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_item_is_text_layer
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_item_id_is_text_layer
|
2010-07-09 10:11:32 +02:00
|
|
|
gimp_item_is_channel
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_item_id_is_channel
|
2010-07-09 10:11:32 +02:00
|
|
|
gimp_item_is_layer_mask
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_item_id_is_layer_mask
|
2010-07-09 10:11:32 +02:00
|
|
|
gimp_item_is_selection
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_item_id_is_selection
|
2010-07-09 10:11:32 +02:00
|
|
|
gimp_item_is_vectors
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_item_id_is_vectors
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_item_is_group
|
|
|
|
gimp_item_get_parent
|
|
|
|
gimp_item_get_children
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_item_list_children
|
2018-04-16 21:44:47 +02:00
|
|
|
gimp_item_get_expanded
|
|
|
|
gimp_item_set_expanded
|
2010-07-09 10:11:32 +02:00
|
|
|
gimp_item_get_name
|
|
|
|
gimp_item_set_name
|
|
|
|
gimp_item_get_visible
|
|
|
|
gimp_item_set_visible
|
|
|
|
gimp_item_get_linked
|
|
|
|
gimp_item_set_linked
|
|
|
|
gimp_item_get_lock_content
|
|
|
|
gimp_item_set_lock_content
|
2014-07-02 13:53:22 +02:00
|
|
|
gimp_item_get_lock_position
|
|
|
|
gimp_item_set_lock_position
|
2017-03-10 23:52:59 +01:00
|
|
|
gimp_item_get_color_tag
|
|
|
|
gimp_item_set_color_tag
|
2010-07-09 10:11:32 +02:00
|
|
|
gimp_item_get_tattoo
|
|
|
|
gimp_item_set_tattoo
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_item_attach_parasite
|
|
|
|
gimp_item_detach_parasite
|
2011-03-02 20:53:35 +01:00
|
|
|
gimp_item_get_parasite
|
|
|
|
gimp_item_get_parasite_list
|
2019-08-29 12:05:36 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_ITEM
|
|
|
|
GIMP_IS_ITEM_CLASS
|
|
|
|
GIMP_ITEM
|
|
|
|
GIMP_ITEM_CLASS
|
|
|
|
GIMP_ITEM_GET_CLASS
|
|
|
|
GIMP_TYPE_ITEM
|
|
|
|
GimpItem
|
|
|
|
GimpItemClass
|
|
|
|
GimpItemPrivate
|
|
|
|
gimp_item_get_type
|
2011-02-14 14:15:34 +01:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpitemtransform</FILE>
|
2018-05-18 19:31:49 +02:00
|
|
|
gimp_item_transform_translate
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_item_transform_flip_simple
|
|
|
|
gimp_item_transform_flip
|
|
|
|
gimp_item_transform_perspective
|
|
|
|
gimp_item_transform_rotate_simple
|
|
|
|
gimp_item_transform_rotate
|
|
|
|
gimp_item_transform_scale
|
|
|
|
gimp_item_transform_shear
|
|
|
|
gimp_item_transform_2d
|
|
|
|
gimp_item_transform_matrix
|
2010-07-09 10:11:32 +02:00
|
|
|
</SECTION>
|
|
|
|
|
2000-06-08 19:42:36 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimplayer</FILE>
|
2019-08-29 12:05:36 +02:00
|
|
|
<TITLE>GimpLayer</TITLE>
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_layer_new
|
2008-08-08 12:47:39 +00:00
|
|
|
gimp_layer_new_from_drawable
|
|
|
|
gimp_layer_new_from_visible
|
2011-04-20 20:04:35 +02:00
|
|
|
gimp_layer_new_from_pixbuf
|
2011-04-20 23:58:00 +02:00
|
|
|
gimp_layer_new_from_surface
|
2011-02-14 14:15:34 +01:00
|
|
|
gimp_layer_group_new
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_layer_copy
|
|
|
|
gimp_layer_scale
|
|
|
|
gimp_layer_resize
|
2003-10-07 15:22:32 +00:00
|
|
|
gimp_layer_resize_to_image_size
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_layer_add_alpha
|
2007-09-21 16:00:43 +00:00
|
|
|
gimp_layer_flatten
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_layer_set_offsets
|
2003-12-08 22:33:17 +00:00
|
|
|
gimp_layer_create_mask
|
2004-11-08 17:44:45 +00:00
|
|
|
gimp_layer_from_mask
|
2003-12-04 14:05:17 +00:00
|
|
|
gimp_layer_get_mask
|
2003-12-08 22:33:17 +00:00
|
|
|
gimp_layer_add_mask
|
|
|
|
gimp_layer_remove_mask
|
2017-03-10 23:52:59 +01:00
|
|
|
gimp_layer_is_floating_sel
|
2005-08-03 12:24:05 +00:00
|
|
|
gimp_layer_get_lock_alpha
|
|
|
|
gimp_layer_set_lock_alpha
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_layer_get_apply_mask
|
|
|
|
gimp_layer_set_apply_mask
|
|
|
|
gimp_layer_get_show_mask
|
|
|
|
gimp_layer_set_show_mask
|
|
|
|
gimp_layer_get_edit_mask
|
|
|
|
gimp_layer_set_edit_mask
|
|
|
|
gimp_layer_get_opacity
|
|
|
|
gimp_layer_set_opacity
|
|
|
|
gimp_layer_get_mode
|
|
|
|
gimp_layer_set_mode
|
2017-03-10 23:52:59 +01:00
|
|
|
gimp_layer_get_blend_space
|
|
|
|
gimp_layer_set_blend_space
|
|
|
|
gimp_layer_get_composite_space
|
|
|
|
gimp_layer_set_composite_space
|
|
|
|
gimp_layer_get_composite_mode
|
|
|
|
gimp_layer_set_composite_mode
|
2019-08-29 12:05:36 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_LAYER
|
|
|
|
GIMP_IS_LAYER_CLASS
|
|
|
|
GIMP_LAYER
|
|
|
|
GIMP_LAYER_CLASS
|
|
|
|
GIMP_LAYER_GET_CLASS
|
|
|
|
GIMP_TYPE_LAYER
|
|
|
|
GimpLayer
|
|
|
|
GimpLayerClass
|
|
|
|
GimpLayerPrivate
|
|
|
|
gimp_layer_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimplayermask</FILE>
|
|
|
|
<TITLE>GimpLayerMask</TITLE>
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_LAYER_MASK
|
|
|
|
GIMP_IS_LAYER_MASK_CLASS
|
|
|
|
GIMP_LAYER_MASK
|
|
|
|
GIMP_LAYER_MASK_CLASS
|
|
|
|
GIMP_LAYER_MASK_GET_CLASS
|
|
|
|
GIMP_TYPE_LAYER_MASK
|
|
|
|
GimpLayerMask
|
|
|
|
GimpLayerMaskClass
|
|
|
|
GimpLayerMaskPrivate
|
|
|
|
gimp_layer_mask_get_type
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpmessage</FILE>
|
|
|
|
gimp_message
|
|
|
|
gimp_message_get_handler
|
|
|
|
gimp_message_set_handler
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppalette</FILE>
|
2004-09-29 01:01:28 +00:00
|
|
|
gimp_palette_new
|
|
|
|
gimp_palette_duplicate
|
|
|
|
gimp_palette_rename
|
|
|
|
gimp_palette_delete
|
|
|
|
gimp_palette_get_info
|
2008-07-16 06:36:45 +00:00
|
|
|
gimp_palette_get_colors
|
2005-03-09 00:50:09 +00:00
|
|
|
gimp_palette_get_columns
|
|
|
|
gimp_palette_set_columns
|
2004-09-29 01:01:28 +00:00
|
|
|
gimp_palette_add_entry
|
|
|
|
gimp_palette_delete_entry
|
|
|
|
gimp_palette_entry_get_color
|
|
|
|
gimp_palette_entry_set_color
|
|
|
|
gimp_palette_entry_get_name
|
|
|
|
gimp_palette_entry_set_name
|
2004-12-31 00:22:34 +00:00
|
|
|
gimp_palette_is_editable
|
2002-03-13 15:30:45 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppalettes</FILE>
|
|
|
|
gimp_palettes_refresh
|
|
|
|
gimp_palettes_get_list
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-07-27 15:21:03 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppaletteselect</FILE>
|
|
|
|
GimpRunPaletteCallback
|
|
|
|
gimp_palette_select_new
|
|
|
|
gimp_palette_select_destroy
|
2004-09-30 15:07:52 +00:00
|
|
|
gimp_palettes_popup
|
|
|
|
gimp_palettes_close_popup
|
|
|
|
gimp_palettes_set_popup
|
2004-07-27 15:21:03 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-09-29 01:01:28 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppattern</FILE>
|
|
|
|
gimp_pattern_get_info
|
2004-10-06 03:45:43 +00:00
|
|
|
gimp_pattern_get_pixels
|
2004-09-29 01:01:28 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-06-08 19:42:36 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppatterns</FILE>
|
2002-03-13 15:30:45 +00:00
|
|
|
gimp_patterns_refresh
|
|
|
|
gimp_patterns_get_list
|
2003-07-01 15:06:06 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppatternselect</FILE>
|
|
|
|
GimpRunPatternCallback
|
|
|
|
gimp_pattern_select_new
|
|
|
|
gimp_pattern_select_destroy
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_patterns_popup
|
|
|
|
gimp_patterns_close_popup
|
|
|
|
gimp_patterns_set_popup
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpplugin</FILE>
|
2019-08-01 16:01:39 +02:00
|
|
|
<TITLE>GimpPlugIn</TITLE>
|
|
|
|
gimp_plug_in_set_translation_domain
|
|
|
|
gimp_plug_in_set_help_domain
|
|
|
|
gimp_plug_in_add_menu_branch
|
|
|
|
gimp_plug_in_create_procedure
|
|
|
|
gimp_plug_in_add_temp_procedure
|
|
|
|
gimp_plug_in_remove_temp_procedure
|
|
|
|
gimp_plug_in_get_temp_procedures
|
|
|
|
gimp_plug_in_get_temp_procedure
|
2019-08-10 11:08:33 +02:00
|
|
|
gimp_plug_in_extension_enable
|
|
|
|
gimp_plug_in_extension_process
|
|
|
|
gimp_plug_in_set_pdb_error_handler
|
|
|
|
gimp_plug_in_get_pdb_error_handler
|
2019-08-01 16:01:39 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_PLUG_IN
|
|
|
|
GIMP_IS_PLUG_IN_CLASS
|
|
|
|
GIMP_PLUG_IN
|
|
|
|
GIMP_PLUG_IN_CLASS
|
|
|
|
GIMP_PLUG_IN_GET_CLASS
|
|
|
|
GIMP_TYPE_PLUG_IN
|
|
|
|
GimpPlugIn
|
|
|
|
GimpPlugInClass
|
|
|
|
GimpPlugInPrivate
|
|
|
|
gimp_plug_in_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2019-08-10 11:08:33 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppdb</FILE>
|
|
|
|
<TITLE>GimpPDB</TITLE>
|
|
|
|
gimp_pdb_procedure_exists
|
|
|
|
gimp_pdb_lookup_procedure
|
|
|
|
gimp_pdb_run_procedure
|
|
|
|
gimp_pdb_run_procedure_valist
|
|
|
|
gimp_pdb_run_procedure_array
|
|
|
|
gimp_pdb_temp_procedure_name
|
|
|
|
gimp_pdb_dump_to_file
|
|
|
|
gimp_pdb_query_procedures
|
2019-08-18 14:15:24 +02:00
|
|
|
gimp_pdb_get_last_error
|
|
|
|
gimp_pdb_get_last_status
|
2019-08-10 11:08:33 +02:00
|
|
|
gimp_pdb_get_data
|
|
|
|
gimp_pdb_get_data_size
|
|
|
|
gimp_pdb_set_data
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_PDB
|
|
|
|
GIMP_IS_PDB_CLASS
|
|
|
|
GIMP_PDB
|
|
|
|
GIMP_PDB_CLASS
|
|
|
|
GIMP_PDB_GET_CLASS
|
|
|
|
GIMP_TYPE_PDB
|
|
|
|
GimpPDB
|
|
|
|
GimpPDBClass
|
|
|
|
GimpPDBPrivate
|
|
|
|
gimp_pdb_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2019-08-01 16:01:39 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpprocedure</FILE>
|
|
|
|
<TITLE>GimpProcedure</TITLE>
|
|
|
|
GimpRunFunc
|
|
|
|
gimp_procedure_new
|
|
|
|
gimp_procedure_get_plug_in
|
|
|
|
gimp_procedure_get_name
|
2019-08-10 11:08:33 +02:00
|
|
|
gimp_procedure_get_proc_type
|
|
|
|
gimp_procedure_set_image_types
|
|
|
|
gimp_procedure_get_image_types
|
|
|
|
gimp_procedure_set_menu_label
|
2019-08-01 16:01:39 +02:00
|
|
|
gimp_procedure_get_menu_label
|
2019-08-10 11:08:33 +02:00
|
|
|
gimp_procedure_add_menu_path
|
|
|
|
gimp_procedure_get_menu_paths
|
2019-08-18 14:15:24 +02:00
|
|
|
gimp_procedure_set_icon_name
|
|
|
|
gimp_procedure_set_icon_file
|
|
|
|
gimp_procedure_set_icon_pixbuf
|
|
|
|
gimp_procedure_get_icon_type
|
|
|
|
gimp_procedure_get_icon_name
|
|
|
|
gimp_procedure_get_icon_file
|
|
|
|
gimp_procedure_get_icon_pixbuf
|
2019-08-10 11:08:33 +02:00
|
|
|
gimp_procedure_set_documentation
|
2019-08-01 16:01:39 +02:00
|
|
|
gimp_procedure_get_blurb
|
|
|
|
gimp_procedure_get_help
|
|
|
|
gimp_procedure_get_help_id
|
2019-08-10 11:08:33 +02:00
|
|
|
gimp_procedure_set_attribution
|
|
|
|
gimp_procedure_get_authors
|
2019-08-01 16:01:39 +02:00
|
|
|
gimp_procedure_get_copyright
|
|
|
|
gimp_procedure_get_date
|
|
|
|
gimp_procedure_add_argument
|
|
|
|
gimp_procedure_add_return_value
|
|
|
|
gimp_procedure_get_arguments
|
|
|
|
gimp_procedure_get_return_values
|
|
|
|
gimp_procedure_new_arguments
|
|
|
|
gimp_procedure_new_return_values
|
|
|
|
gimp_procedure_run
|
2019-08-10 11:08:33 +02:00
|
|
|
gimp_procedure_extension_ready
|
2019-08-01 16:01:39 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_PROCEDURE
|
|
|
|
GIMP_IS_PROCEDURE_CLASS
|
|
|
|
GIMP_PROCEDURE
|
|
|
|
GIMP_PROCEDURE_CLASS
|
|
|
|
GIMP_PROCEDURE_GET_CLASS
|
|
|
|
GIMP_TYPE_PROCEDURE
|
|
|
|
GimpProcedure
|
|
|
|
GimpProcedureClass
|
|
|
|
GimpProcedurePrivate
|
|
|
|
gimp_procedure_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2019-08-29 12:05:36 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpprocedure-params</FILE>
|
|
|
|
GIMP_PROC_ARG_BOOLEAN
|
|
|
|
GIMP_PROC_VAL_BOOLEAN
|
|
|
|
GIMP_VALUES_GET_BOOLEAN
|
|
|
|
GIMP_VALUES_SET_BOOLEAN
|
|
|
|
GIMP_PROC_ARG_INT
|
|
|
|
GIMP_PROC_VAL_INT
|
|
|
|
GIMP_VALUES_GET_INT
|
|
|
|
GIMP_VALUES_SET_INT
|
|
|
|
GIMP_PROC_ARG_UINT
|
|
|
|
GIMP_PROC_VAL_UINT
|
|
|
|
GIMP_PROC_ARG_UCHAR
|
|
|
|
GIMP_PROC_VAL_UCHAR
|
|
|
|
GIMP_VALUES_GET_UCHAR
|
|
|
|
GIMP_VALUES_SET_UCHAR
|
|
|
|
GIMP_PROC_ARG_UNIT
|
|
|
|
GIMP_PROC_VAL_UNIT
|
|
|
|
GIMP_PROC_ARG_DOUBLE
|
|
|
|
GIMP_PROC_VAL_DOUBLE
|
|
|
|
GIMP_VALUES_GET_DOUBLE
|
|
|
|
GIMP_VALUES_SET_DOUBLE
|
|
|
|
GIMP_PROC_ARG_ENUM
|
|
|
|
GIMP_PROC_VAL_ENUM
|
|
|
|
GIMP_VALUES_GET_ENUM
|
|
|
|
GIMP_VALUES_SET_ENUM
|
|
|
|
GIMP_PROC_ARG_STRING
|
|
|
|
GIMP_PROC_VAL_STRING
|
|
|
|
GIMP_VALUES_GET_STRING
|
|
|
|
GIMP_VALUES_DUP_STRING
|
|
|
|
GIMP_VALUES_SET_STRING
|
|
|
|
GIMP_VALUES_TAKE_STRING
|
|
|
|
GIMP_PROC_ARG_RGB
|
|
|
|
GIMP_PROC_VAL_RGB
|
|
|
|
GIMP_VALUES_GET_RGB
|
|
|
|
GIMP_VALUES_SET_RGB
|
|
|
|
GIMP_PROC_ARG_UINT8_ARRAY
|
|
|
|
GIMP_PROC_VAL_UINT8_ARRAY
|
|
|
|
GIMP_VALUES_GET_UINT8_ARRAY
|
|
|
|
GIMP_VALUES_DUP_UINT8_ARRAY
|
|
|
|
GIMP_VALUES_SET_UINT8_ARRAY
|
|
|
|
GIMP_VALUES_TAKE_UINT8_ARRAY
|
|
|
|
GIMP_PROC_ARG_INT16_ARRAY
|
|
|
|
GIMP_PROC_VAL_INT16_ARRAY
|
|
|
|
GIMP_VALUES_GET_INT16_ARRAY
|
|
|
|
GIMP_VALUES_DUP_INT16_ARRAY
|
|
|
|
GIMP_VALUES_SET_INT16_ARRAY
|
|
|
|
GIMP_VALUES_TAKE_INT16_ARRAY
|
|
|
|
GIMP_PROC_ARG_INT32_ARRAY
|
|
|
|
GIMP_PROC_VAL_INT32_ARRAY
|
|
|
|
GIMP_VALUES_GET_INT32_ARRAY
|
|
|
|
GIMP_VALUES_DUP_INT32_ARRAY
|
|
|
|
GIMP_VALUES_SET_INT32_ARRAY
|
|
|
|
GIMP_VALUES_TAKE_INT32_ARRAY
|
|
|
|
GIMP_PROC_ARG_FLOAT_ARRAY
|
|
|
|
GIMP_PROC_VAL_FLOAT_ARRAY
|
|
|
|
GIMP_VALUES_GET_FLOAT_ARRAY
|
|
|
|
GIMP_VALUES_DUP_FLOAT_ARRAY
|
|
|
|
GIMP_VALUES_SET_FLOAT_ARRAY
|
|
|
|
GIMP_VALUES_TAKE_FLOAT_ARRAY
|
|
|
|
GIMP_PROC_ARG_STRING_ARRAY
|
|
|
|
GIMP_PROC_VAL_STRING_ARRAY
|
|
|
|
GIMP_VALUES_GET_STRING_ARRAY
|
|
|
|
GIMP_VALUES_DUP_STRING_ARRAY
|
|
|
|
GIMP_VALUES_SET_STRING_ARRAY
|
|
|
|
GIMP_VALUES_TAKE_STRING_ARRAY
|
|
|
|
GIMP_PROC_ARG_RGB_ARRAY
|
|
|
|
GIMP_PROC_VAL_RGB_ARRAY
|
|
|
|
GIMP_VALUES_GET_RGB_ARRAY
|
|
|
|
GIMP_VALUES_DUP_RGB_ARRAY
|
|
|
|
GIMP_VALUES_SET_RGB_ARRAY
|
|
|
|
GIMP_VALUES_TAKE_RGB_ARRAY
|
|
|
|
GIMP_PROC_ARG_DISPLAY
|
|
|
|
GIMP_PROC_VAL_DISPLAY
|
|
|
|
GIMP_PROC_ARG_IMAGE
|
|
|
|
GIMP_PROC_VAL_IMAGE
|
|
|
|
GIMP_VALUES_GET_IMAGE
|
|
|
|
GIMP_VALUES_SET_IMAGE
|
|
|
|
GIMP_PROC_ARG_ITEM
|
|
|
|
GIMP_PROC_VAL_ITEM
|
|
|
|
GIMP_VALUES_GET_ITEM
|
|
|
|
GIMP_VALUES_SET_ITEM
|
|
|
|
GIMP_PROC_ARG_DRAWABLE
|
|
|
|
GIMP_PROC_VAL_DRAWABLE
|
|
|
|
GIMP_VALUES_GET_DRAWABLE
|
|
|
|
GIMP_VALUES_SET_DRAWABLE
|
|
|
|
GIMP_PROC_ARG_LAYER
|
|
|
|
GIMP_PROC_VAL_LAYER
|
|
|
|
GIMP_VALUES_GET_LAYER
|
|
|
|
GIMP_VALUES_SET_LAYER
|
|
|
|
GIMP_PROC_ARG_CHANNEL
|
|
|
|
GIMP_PROC_VAL_CHANNEL
|
|
|
|
GIMP_VALUES_GET_CHANNEL
|
|
|
|
GIMP_VALUES_SET_CHANNEL
|
|
|
|
GIMP_PROC_ARG_LAYER_MASK
|
|
|
|
GIMP_PROC_VAL_LAYER_MASK
|
|
|
|
GIMP_VALUES_GET_LAYER_MASK
|
|
|
|
GIMP_VALUES_SET_LAYER_MASK
|
|
|
|
GIMP_PROC_ARG_SELECTION
|
|
|
|
GIMP_PROC_VAL_SELECTION
|
|
|
|
GIMP_VALUES_GET_SELECTION
|
|
|
|
GIMP_VALUES_SET_SELECTION
|
|
|
|
GIMP_PROC_ARG_VECTORS
|
|
|
|
GIMP_PROC_VAL_VECTORS
|
|
|
|
GIMP_VALUES_GET_VECTORS
|
|
|
|
GIMP_VALUES_SET_VECTORS
|
|
|
|
</SECTION>
|
|
|
|
|
2019-08-18 14:15:24 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimageprocedure</FILE>
|
|
|
|
<TITLE>GimpImageProcedure</TITLE>
|
|
|
|
GimpRunImageFunc
|
|
|
|
gimp_image_procedure_new
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IMAGE_PROCEDURE
|
|
|
|
GIMP_IMAGE_PROCEDURE_CLASS
|
|
|
|
GIMP_IMAGE_PROCEDURE_GET_CLASS
|
|
|
|
GIMP_IS_IMAGE_PROCEDURE
|
|
|
|
GIMP_IS_IMAGE_PROCEDURE_CLASS
|
|
|
|
GIMP_TYPE_IMAGE_PROCEDURE
|
|
|
|
GimpImageProcedure
|
|
|
|
GimpImageProcedureClass
|
|
|
|
GimpImageProcedurePrivate
|
|
|
|
gimp_image_procedure_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2019-08-11 15:37:41 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpfileprocedure</FILE>
|
|
|
|
<TITLE>GimpFileProcedure</TITLE>
|
|
|
|
gimp_file_procedure_set_mime_types
|
|
|
|
gimp_file_procedure_get_mime_types
|
|
|
|
gimp_file_procedure_set_extensions
|
|
|
|
gimp_file_procedure_get_extensions
|
|
|
|
gimp_file_procedure_set_prefixes
|
|
|
|
gimp_file_procedure_get_prefixes
|
|
|
|
gimp_file_procedure_set_magics
|
|
|
|
gimp_file_procedure_get_magics
|
|
|
|
gimp_file_procedure_set_priority
|
|
|
|
gimp_file_procedure_get_priority
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_file_procedure_set_handles_remote
|
|
|
|
gimp_file_procedure_get_handles_remote
|
2019-08-11 15:37:41 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_FILE_PROCEDURE
|
|
|
|
GIMP_FILE_PROCEDURE_CLASS
|
|
|
|
GIMP_FILE_PROCEDURE_GET_CLASS
|
|
|
|
GIMP_IS_FILE_PROCEDURE
|
|
|
|
GIMP_IS_FILE_PROCEDURE_CLASS
|
|
|
|
GIMP_TYPE_FILE_PROCEDURE
|
|
|
|
GimpFileProcedure
|
|
|
|
GimpFileProcedureClass
|
|
|
|
GimpFileProcedurePrivate
|
|
|
|
gimp_file_procedure_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimploadprocedure</FILE>
|
|
|
|
<TITLE>GimpLoadProcedure</TITLE>
|
|
|
|
GimpRunLoadFunc
|
|
|
|
gimp_load_procedure_new
|
|
|
|
gimp_load_procedure_set_handles_raw
|
|
|
|
gimp_load_procedure_get_handles_raw
|
|
|
|
gimp_load_procedure_set_thumbnail_loader
|
|
|
|
gimp_load_procedure_get_thumbnail_loader
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_LOAD_PROCEDURE
|
|
|
|
GIMP_IS_LOAD_PROCEDURE_CLASS
|
|
|
|
GIMP_LOAD_PROCEDURE
|
|
|
|
GIMP_LOAD_PROCEDURE_CLASS
|
|
|
|
GIMP_LOAD_PROCEDURE_GET_CLASS
|
|
|
|
GIMP_TYPE_LOAD_PROCEDURE
|
|
|
|
GimpLoadProcedure
|
|
|
|
GimpLoadProcedureClass
|
|
|
|
GimpLoadProcedurePrivate
|
|
|
|
gimp_load_procedure_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2019-08-29 12:05:36 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpthumbnailprocedure</FILE>
|
|
|
|
<TITLE>GimpThumbnailProcedure</TITLE>
|
|
|
|
GimpRunThumbnailFunc
|
|
|
|
gimp_thumbnail_procedure_new
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_THUMBNAIL_PROCEDURE
|
|
|
|
GIMP_IS_THUMBNAIL_PROCEDURE_CLASS
|
|
|
|
GIMP_THUMBNAIL_PROCEDURE
|
|
|
|
GIMP_THUMBNAIL_PROCEDURE_CLASS
|
|
|
|
GIMP_THUMBNAIL_PROCEDURE_GET_CLASS
|
|
|
|
GIMP_TYPE_THUMBNAIL_PROCEDURE
|
|
|
|
GimpThumbnailProcedure
|
|
|
|
GimpThumbnailProcedureClass
|
|
|
|
GimpThumbnailProcedurePrivate
|
|
|
|
gimp_thumbnail_procedure_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2019-08-11 15:37:41 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpsaveprocedure</FILE>
|
|
|
|
<TITLE>GimpSaveProcedure</TITLE>
|
|
|
|
GimpRunSaveFunc
|
|
|
|
gimp_save_procedure_new
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_SAVE_PROCEDURE
|
|
|
|
GIMP_IS_SAVE_PROCEDURE_CLASS
|
|
|
|
GIMP_SAVE_PROCEDURE
|
|
|
|
GIMP_SAVE_PROCEDURE_CLASS
|
|
|
|
GIMP_SAVE_PROCEDURE_GET_CLASS
|
|
|
|
GIMP_TYPE_SAVE_PROCEDURE
|
|
|
|
GimpSaveProcedure
|
|
|
|
GimpSaveProcedureClass
|
|
|
|
GimpSaveProcedurePrivate
|
|
|
|
gimp_save_procedure_get_type
|
|
|
|
</SECTION>
|
|
|
|
|
2019-08-01 16:01:39 +02:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpparamspecs</FILE>
|
2019-08-29 12:05:36 +02:00
|
|
|
GIMP_VALUE_HOLDS_IMAGE
|
|
|
|
gimp_param_spec_image
|
|
|
|
GIMP_VALUE_HOLDS_ITEM
|
|
|
|
gimp_param_spec_item
|
|
|
|
GIMP_VALUE_HOLDS_DRAWABLE
|
|
|
|
gimp_param_spec_drawable
|
|
|
|
GIMP_VALUE_HOLDS_LAYER
|
|
|
|
gimp_param_spec_layer
|
|
|
|
GIMP_VALUE_HOLDS_CHANNEL
|
|
|
|
gimp_param_spec_channel
|
|
|
|
GIMP_VALUE_HOLDS_LAYER_MASK
|
|
|
|
gimp_param_spec_layer_mask
|
|
|
|
GIMP_VALUE_HOLDS_SELECTION
|
|
|
|
gimp_param_spec_selection
|
|
|
|
GIMP_VALUE_HOLDS_VECTORS
|
|
|
|
gimp_param_spec_vectors
|
|
|
|
GIMP_VALUE_HOLDS_DISPLAY
|
|
|
|
gimp_param_spec_display
|
2019-08-01 16:01:39 +02:00
|
|
|
<SUBSECTION Standard>
|
2019-08-29 12:05:36 +02:00
|
|
|
GIMP_IS_PARAM_SPEC_CHANNEL
|
|
|
|
GIMP_IS_PARAM_SPEC_DISPLAY
|
|
|
|
GIMP_IS_PARAM_SPEC_DRAWABLE
|
|
|
|
GIMP_IS_PARAM_SPEC_IMAGE
|
|
|
|
GIMP_IS_PARAM_SPEC_ITEM
|
|
|
|
GIMP_IS_PARAM_SPEC_LAYER
|
|
|
|
GIMP_IS_PARAM_SPEC_LAYER_MASK
|
|
|
|
GIMP_IS_PARAM_SPEC_SELECTION
|
|
|
|
GIMP_IS_PARAM_SPEC_VECTORS
|
|
|
|
GIMP_PARAM_SPEC_CHANNEL
|
|
|
|
GIMP_PARAM_SPEC_DISPLAY
|
|
|
|
GIMP_PARAM_SPEC_DRAWABLE
|
|
|
|
GIMP_PARAM_SPEC_IMAGE
|
|
|
|
GIMP_PARAM_SPEC_ITEM
|
|
|
|
GIMP_PARAM_SPEC_LAYER
|
|
|
|
GIMP_PARAM_SPEC_LAYER_MASK
|
|
|
|
GIMP_PARAM_SPEC_SELECTION
|
|
|
|
GIMP_PARAM_SPEC_VECTORS
|
|
|
|
GIMP_TYPE_PARAM_CHANNEL
|
|
|
|
GIMP_TYPE_PARAM_DISPLAY
|
|
|
|
GIMP_TYPE_PARAM_DRAWABLE
|
|
|
|
GIMP_TYPE_PARAM_IMAGE
|
|
|
|
GIMP_TYPE_PARAM_ITEM
|
|
|
|
GIMP_TYPE_PARAM_LAYER
|
|
|
|
GIMP_TYPE_PARAM_LAYER_MASK
|
|
|
|
GIMP_TYPE_PARAM_SELECTION
|
|
|
|
GIMP_TYPE_PARAM_VECTORS
|
|
|
|
GimpParamSpecChannel
|
|
|
|
GimpParamSpecDisplay
|
|
|
|
GimpParamSpecDrawable
|
|
|
|
GimpParamSpecImage
|
|
|
|
GimpParamSpecItem
|
|
|
|
GimpParamSpecLayer
|
|
|
|
GimpParamSpecLayerMask
|
|
|
|
GimpParamSpecSelection
|
|
|
|
GimpParamSpecVectors
|
|
|
|
gimp_param_channel_get_type
|
|
|
|
gimp_param_display_get_type
|
|
|
|
gimp_param_drawable_get_type
|
|
|
|
gimp_param_image_get_type
|
|
|
|
gimp_param_item_get_type
|
|
|
|
gimp_param_layer_get_type
|
|
|
|
gimp_param_layer_mask_get_type
|
|
|
|
gimp_param_selection_get_type
|
|
|
|
gimp_param_vectors_get_type
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-08-30 15:36:28 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpprogress</FILE>
|
2005-09-10 00:32:18 +00:00
|
|
|
GimpProgressVtable
|
2004-08-30 18:03:34 +00:00
|
|
|
gimp_progress_init
|
2005-09-30 12:35:28 +00:00
|
|
|
gimp_progress_init_printf
|
2004-08-30 18:03:34 +00:00
|
|
|
gimp_progress_update
|
2005-02-12 16:40:44 +00:00
|
|
|
gimp_progress_pulse
|
2005-02-12 18:25:58 +00:00
|
|
|
gimp_progress_set_text
|
2005-09-30 12:35:28 +00:00
|
|
|
gimp_progress_set_text_printf
|
2007-07-25 10:53:23 +00:00
|
|
|
gimp_progress_end
|
2005-09-10 00:32:18 +00:00
|
|
|
gimp_progress_get_window_handle
|
|
|
|
gimp_progress_install_vtable
|
2007-07-25 10:53:23 +00:00
|
|
|
gimp_progress_uninstall
|
|
|
|
gimp_progress_cancel
|
2004-08-30 15:36:28 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-06-08 19:42:36 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpselection</FILE>
|
2019-08-29 12:05:36 +02:00
|
|
|
<TITLE>GimpSelection</TITLE>
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_selection_bounds
|
2000-08-25 15:38:38 +00:00
|
|
|
gimp_selection_all
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_selection_none
|
2000-08-25 15:38:38 +00:00
|
|
|
gimp_selection_is_empty
|
|
|
|
gimp_selection_float
|
|
|
|
gimp_selection_save
|
|
|
|
gimp_selection_value
|
|
|
|
gimp_selection_grow
|
|
|
|
gimp_selection_shrink
|
|
|
|
gimp_selection_invert
|
|
|
|
gimp_selection_feather
|
|
|
|
gimp_selection_sharpen
|
|
|
|
gimp_selection_border
|
2016-09-21 15:47:02 +02:00
|
|
|
gimp_selection_flood
|
2000-08-25 15:38:38 +00:00
|
|
|
gimp_selection_translate
|
2019-08-29 12:05:36 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_SELECTION
|
|
|
|
GIMP_IS_SELECTION_CLASS
|
|
|
|
GIMP_SELECTION
|
|
|
|
GIMP_SELECTION_CLASS
|
|
|
|
GIMP_SELECTION_GET_CLASS
|
|
|
|
GIMP_TYPE_SELECTION
|
|
|
|
GimpSelection
|
|
|
|
GimpSelectionClass
|
|
|
|
GimpSelectionPrivate
|
|
|
|
gimp_selection_get_type
|
2000-06-08 19:42:36 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2008-04-09 16:44:48 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimptextlayer</FILE>
|
|
|
|
gimp_text_layer_new
|
|
|
|
gimp_text_layer_get_text
|
|
|
|
gimp_text_layer_set_text
|
2010-07-07 11:48:10 +02:00
|
|
|
gimp_text_layer_get_markup
|
2008-04-09 16:44:48 +00:00
|
|
|
gimp_text_layer_get_font
|
|
|
|
gimp_text_layer_set_font
|
|
|
|
gimp_text_layer_get_font_size
|
|
|
|
gimp_text_layer_set_font_size
|
|
|
|
gimp_text_layer_get_antialias
|
|
|
|
gimp_text_layer_set_antialias
|
|
|
|
gimp_text_layer_get_kerning
|
|
|
|
gimp_text_layer_set_kerning
|
|
|
|
gimp_text_layer_get_language
|
|
|
|
gimp_text_layer_set_language
|
|
|
|
gimp_text_layer_get_base_direction
|
|
|
|
gimp_text_layer_set_base_direction
|
|
|
|
gimp_text_layer_get_justification
|
|
|
|
gimp_text_layer_set_justification
|
|
|
|
gimp_text_layer_get_color
|
|
|
|
gimp_text_layer_set_color
|
|
|
|
gimp_text_layer_get_indent
|
|
|
|
gimp_text_layer_set_indent
|
|
|
|
gimp_text_layer_get_line_spacing
|
|
|
|
gimp_text_layer_set_line_spacing
|
|
|
|
gimp_text_layer_get_letter_spacing
|
|
|
|
gimp_text_layer_set_letter_spacing
|
2009-08-15 17:06:43 +02:00
|
|
|
gimp_text_layer_get_hint_style
|
|
|
|
gimp_text_layer_set_hint_style
|
|
|
|
gimp_text_layer_resize
|
2008-04-09 16:44:48 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2000-06-08 19:42:36 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimptexttool</FILE>
|
|
|
|
gimp_text_fontname
|
|
|
|
gimp_text_get_extents_fontname
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
2010-07-07 11:48:10 +02:00
|
|
|
<FILE>gimppainttools</FILE>
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_airbrush
|
|
|
|
gimp_airbrush_default
|
|
|
|
gimp_clone
|
|
|
|
gimp_clone_default
|
|
|
|
gimp_convolve
|
|
|
|
gimp_convolve_default
|
|
|
|
gimp_dodgeburn
|
|
|
|
gimp_dodgeburn_default
|
|
|
|
gimp_eraser
|
|
|
|
gimp_eraser_default
|
2006-10-11 08:39:09 +00:00
|
|
|
gimp_heal
|
|
|
|
gimp_heal_default
|
2000-06-08 19:42:36 +00:00
|
|
|
gimp_paintbrush
|
|
|
|
gimp_paintbrush_default
|
|
|
|
gimp_pencil
|
2010-07-07 11:48:10 +02:00
|
|
|
gimp_smudge
|
|
|
|
gimp_smudge_default
|
|
|
|
</SECTION>
|
|
|
|
|
2005-05-29 13:24:12 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpvectors</FILE>
|
2019-08-29 12:05:36 +02:00
|
|
|
<TITLE>GimpVectors</TITLE>
|
2006-11-04 07:58:07 +00:00
|
|
|
gimp_vectors_new
|
2008-04-09 16:44:48 +00:00
|
|
|
gimp_vectors_new_from_text_layer
|
2008-07-28 14:37:53 +00:00
|
|
|
gimp_vectors_copy
|
2006-11-04 07:58:07 +00:00
|
|
|
gimp_vectors_get_strokes
|
|
|
|
gimp_vectors_remove_stroke
|
2007-11-19 11:56:55 +00:00
|
|
|
gimp_vectors_export_to_file
|
|
|
|
gimp_vectors_export_to_string
|
|
|
|
gimp_vectors_import_from_file
|
|
|
|
gimp_vectors_import_from_string
|
2006-11-04 07:58:07 +00:00
|
|
|
gimp_vectors_stroke_new_from_points
|
2006-01-25 15:31:33 +00:00
|
|
|
gimp_vectors_stroke_close
|
|
|
|
gimp_vectors_stroke_get_length
|
2006-11-04 07:58:07 +00:00
|
|
|
gimp_vectors_stroke_get_points
|
2006-01-25 15:31:33 +00:00
|
|
|
gimp_vectors_stroke_get_point_at_dist
|
|
|
|
gimp_vectors_stroke_interpolate
|
|
|
|
gimp_vectors_stroke_scale
|
2005-05-29 13:24:12 +00:00
|
|
|
gimp_vectors_stroke_translate
|
2006-11-20 15:34:30 +00:00
|
|
|
gimp_vectors_stroke_flip
|
|
|
|
gimp_vectors_stroke_flip_free
|
|
|
|
gimp_vectors_stroke_rotate
|
2006-01-25 15:31:33 +00:00
|
|
|
gimp_vectors_bezier_stroke_conicto
|
|
|
|
gimp_vectors_bezier_stroke_cubicto
|
|
|
|
gimp_vectors_bezier_stroke_lineto
|
|
|
|
gimp_vectors_bezier_stroke_new_ellipse
|
|
|
|
gimp_vectors_bezier_stroke_new_moveto
|
2019-08-29 12:05:36 +02:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IS_VECTORS
|
|
|
|
GIMP_IS_VECTORS_CLASS
|
|
|
|
GIMP_TYPE_VECTORS
|
|
|
|
GIMP_VECTORS
|
|
|
|
GIMP_VECTORS_CLASS
|
|
|
|
GIMP_VECTORS_GET_CLASS
|
|
|
|
GimpVectors
|
|
|
|
GimpVectorsClass
|
|
|
|
GimpVectorsPrivate
|
|
|
|
gimp_vectors_get_type
|
2005-05-29 13:24:12 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-04-21 11:51:21 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppixbuf</FILE>
|
|
|
|
GimpPixbufTransparency
|
|
|
|
gimp_image_get_thumbnail
|
|
|
|
gimp_drawable_get_thumbnail
|
2004-12-13 23:39:31 +00:00
|
|
|
gimp_drawable_get_sub_thumbnail
|
2004-04-21 11:51:21 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2004-09-29 01:01:28 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpaspectpreview</FILE>
|
|
|
|
<TITLE>GimpAspectPreview</TITLE>
|
|
|
|
GimpAspectPreview
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_aspect_preview_new_from_drawable
|
2004-09-29 13:55:26 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpAspectPreviewClass
|
2019-07-23 19:31:24 +02:00
|
|
|
GimpAspectPreviewPrivate
|
2004-09-29 13:55:26 +00:00
|
|
|
GIMP_ASPECT_PREVIEW
|
|
|
|
GIMP_IS_ASPECT_PREVIEW
|
|
|
|
GIMP_TYPE_ASPECT_PREVIEW
|
|
|
|
gimp_aspect_preview_get_type
|
|
|
|
GIMP_ASPECT_PREVIEW_CLASS
|
2004-09-29 01:01:28 +00:00
|
|
|
GIMP_IS_ASPECT_PREVIEW_CLASS
|
|
|
|
GIMP_ASPECT_PREVIEW_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
2004-08-31 09:16:47 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpdrawablepreview</FILE>
|
|
|
|
<TITLE>GimpDrawablePreview</TITLE>
|
|
|
|
GimpDrawablePreview
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_drawable_preview_new_from_drawable
|
|
|
|
gimp_drawable_preview_get_drawable
|
2004-08-31 09:16:47 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpDrawablePreviewClass
|
2019-07-23 19:31:24 +02:00
|
|
|
GimpDrawablePreviewPrivate
|
2004-08-31 09:16:47 +00:00
|
|
|
GIMP_DRAWABLE_PREVIEW
|
|
|
|
GIMP_IS_DRAWABLE_PREVIEW
|
|
|
|
GIMP_TYPE_DRAWABLE_PREVIEW
|
|
|
|
gimp_drawable_preview_get_type
|
|
|
|
GIMP_DRAWABLE_PREVIEW_CLASS
|
|
|
|
GIMP_IS_DRAWABLE_PREVIEW_CLASS
|
|
|
|
GIMP_DRAWABLE_PREVIEW_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
2005-09-27 15:02:04 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpzoompreview</FILE>
|
|
|
|
<TITLE>GimpZoomPreview</TITLE>
|
|
|
|
GimpZoomPreview
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_zoom_preview_new_from_drawable
|
|
|
|
gimp_zoom_preview_new_with_model_from_drawable
|
2005-09-27 15:02:04 +00:00
|
|
|
gimp_zoom_preview_get_source
|
2019-08-29 12:05:36 +02:00
|
|
|
gimp_zoom_preview_get_drawable
|
2005-10-05 13:50:09 +00:00
|
|
|
gimp_zoom_preview_get_factor
|
2006-08-09 15:44:40 +00:00
|
|
|
gimp_zoom_preview_get_model
|
2005-09-27 15:02:04 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpZoomPreviewClass
|
2016-09-21 15:47:02 +02:00
|
|
|
GimpZoomPreviewPrivate
|
2005-09-27 15:02:04 +00:00
|
|
|
GIMP_ZOOM_PREVIEW
|
|
|
|
GIMP_IS_ZOOM_PREVIEW
|
|
|
|
GIMP_TYPE_ZOOM_PREVIEW
|
|
|
|
gimp_zoom_preview_get_type
|
|
|
|
GIMP_ZOOM_PREVIEW_CLASS
|
|
|
|
GIMP_IS_ZOOM_PREVIEW_CLASS
|
|
|
|
GIMP_ZOOM_PREVIEW_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
2004-04-21 11:51:21 +00:00
|
|
|
<SECTION>
|
2006-11-15 23:45:15 +00:00
|
|
|
<FILE>gimpitemcombobox</FILE>
|
|
|
|
<TITLE>GimpItemComboBox</TITLE>
|
|
|
|
GimpItemConstraintFunc
|
2005-06-04 13:44:27 +00:00
|
|
|
GimpDrawableComboBox
|
2004-04-21 11:51:21 +00:00
|
|
|
gimp_drawable_combo_box_new
|
2005-06-04 13:44:27 +00:00
|
|
|
GimpChannelComboBox
|
2004-04-21 11:51:21 +00:00
|
|
|
gimp_channel_combo_box_new
|
2005-06-04 13:44:27 +00:00
|
|
|
GimpLayerComboBox
|
2004-04-21 11:51:21 +00:00
|
|
|
gimp_layer_combo_box_new
|
2006-11-15 23:45:15 +00:00
|
|
|
GimpVectorsComboBox
|
|
|
|
gimp_vectors_combo_box_new
|
2005-06-04 13:44:27 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_TYPE_LAYER_COMBO_BOX
|
|
|
|
GIMP_TYPE_CHANNEL_COMBO_BOX
|
|
|
|
gimp_layer_combo_box_get_type
|
|
|
|
GIMP_IS_LAYER_COMBO_BOX
|
|
|
|
GIMP_CHANNEL_COMBO_BOX
|
|
|
|
GIMP_DRAWABLE_COMBO_BOX
|
|
|
|
GIMP_LAYER_COMBO_BOX
|
|
|
|
gimp_drawable_combo_box_get_type
|
|
|
|
GIMP_IS_DRAWABLE_COMBO_BOX
|
|
|
|
GIMP_TYPE_DRAWABLE_COMBO_BOX
|
|
|
|
GIMP_IS_CHANNEL_COMBO_BOX
|
|
|
|
gimp_channel_combo_box_get_type
|
2006-11-15 23:45:15 +00:00
|
|
|
GIMP_IS_VECTORS_COMBO_BOX
|
|
|
|
GIMP_TYPE_VECTORS_COMBO_BOX
|
|
|
|
GIMP_VECTORS_COMBO_BOX
|
|
|
|
gimp_vectors_combo_box_get_type
|
2004-04-21 11:51:21 +00:00
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpimagecombobox</FILE>
|
2005-05-29 13:24:12 +00:00
|
|
|
<TITLE>GimpImageComboBox</TITLE>
|
|
|
|
GimpImageComboBox
|
2004-04-21 11:51:21 +00:00
|
|
|
GimpImageConstraintFunc
|
|
|
|
gimp_image_combo_box_new
|
2005-05-29 13:24:12 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GIMP_IMAGE_COMBO_BOX
|
|
|
|
GIMP_IS_IMAGE_COMBO_BOX
|
|
|
|
GIMP_TYPE_IMAGE_COMBO_BOX
|
|
|
|
gimp_image_combo_box_get_type
|
2004-04-21 11:51:21 +00:00
|
|
|
</SECTION>
|
|
|
|
|
2005-08-03 12:24:05 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpprocbrowserdialog</FILE>
|
|
|
|
<TITLE>GimpProcBrowserDialog</TITLE>
|
|
|
|
GimpProcBrowserDialog
|
|
|
|
gimp_proc_browser_dialog_new
|
|
|
|
gimp_proc_browser_dialog_get_selected
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpProcBrowserDialogClass
|
2019-07-23 19:31:24 +02:00
|
|
|
GimpProcBrowserDialogPrivate
|
2005-08-03 12:24:05 +00:00
|
|
|
GIMP_PROC_BROWSER_DIALOG
|
|
|
|
GIMP_IS_PROC_BROWSER_DIALOG
|
|
|
|
GIMP_TYPE_PROC_BROWSER_DIALOG
|
|
|
|
gimp_proc_browser_dialog_get_type
|
|
|
|
GIMP_PROC_BROWSER_DIALOG_CLASS
|
|
|
|
GIMP_IS_PROC_BROWSER_DIALOG_CLASS
|
|
|
|
GIMP_PROC_BROWSER_DIALOG_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpprocview</FILE>
|
|
|
|
gimp_proc_view_new
|
|
|
|
</SECTION>
|
|
|
|
|
2004-09-01 14:01:10 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpprogressbar</FILE>
|
|
|
|
<TITLE>GimpProgressBar</TITLE>
|
|
|
|
GimpProgressBar
|
|
|
|
gimp_progress_bar_new
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpProgressBarClass
|
|
|
|
GIMP_PROGRESS_BAR
|
|
|
|
GIMP_IS_PROGRESS_BAR
|
|
|
|
GIMP_TYPE_PROGRESS_BAR
|
|
|
|
gimp_progress_bar_get_type
|
|
|
|
GIMP_PROGRESS_BAR_CLASS
|
|
|
|
GIMP_IS_PROGRESS_BAR_CLASS
|
|
|
|
GIMP_PROGRESS_BAR_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
2006-06-28 10:35:22 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpbrushselectbutton</FILE>
|
|
|
|
<TITLE>GimpBrushSelectButton</TITLE>
|
|
|
|
GimpBrushSelectButton
|
|
|
|
gimp_brush_select_button_new
|
|
|
|
gimp_brush_select_button_get_brush
|
|
|
|
gimp_brush_select_button_set_brush
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpBrushSelectButtonClass
|
2019-07-23 19:31:24 +02:00
|
|
|
GimpBrushSelectButtonPrivate
|
2006-06-28 10:35:22 +00:00
|
|
|
GIMP_BRUSH_SELECT_BUTTON
|
|
|
|
GIMP_IS_BRUSH_SELECT_BUTTON
|
|
|
|
GIMP_TYPE_BRUSH_SELECT_BUTTON
|
|
|
|
gimp_brush_select_button_get_type
|
|
|
|
GIMP_BRUSH_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_IS_BRUSH_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_BRUSH_SELECT_BUTTON_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpgradientselectbutton</FILE>
|
|
|
|
<TITLE>GimpGradientSelectButton</TITLE>
|
|
|
|
GimpGradientSelectButton
|
|
|
|
gimp_gradient_select_button_new
|
|
|
|
gimp_gradient_select_button_get_gradient
|
|
|
|
gimp_gradient_select_button_set_gradient
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpGradientSelectButtonClass
|
2019-07-23 19:31:24 +02:00
|
|
|
GimpGradientSelectButtonPrivate
|
2006-06-28 10:35:22 +00:00
|
|
|
GIMP_GRADIENT_SELECT_BUTTON
|
|
|
|
GIMP_IS_GRADIENT_SELECT_BUTTON
|
|
|
|
GIMP_TYPE_GRADIENT_SELECT_BUTTON
|
|
|
|
gimp_gradient_select_button_get_type
|
|
|
|
GIMP_GRADIENT_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_IS_GRADIENT_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_GRADIENT_SELECT_BUTTON_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
2005-06-26 12:53:31 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpfontselectbutton</FILE>
|
|
|
|
<TITLE>GimpFontSelectButton</TITLE>
|
|
|
|
GimpFontSelectButton
|
|
|
|
gimp_font_select_button_new
|
2006-06-28 10:35:22 +00:00
|
|
|
gimp_font_select_button_get_font
|
|
|
|
gimp_font_select_button_set_font
|
2005-06-26 12:53:31 +00:00
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpFontSelectButtonClass
|
2019-07-23 19:31:24 +02:00
|
|
|
GimpFontSelectButtonPrivate
|
2005-06-26 12:53:31 +00:00
|
|
|
GIMP_FONT_SELECT_BUTTON
|
|
|
|
GIMP_IS_FONT_SELECT_BUTTON
|
|
|
|
GIMP_TYPE_FONT_SELECT_BUTTON
|
|
|
|
gimp_font_select_button_get_type
|
|
|
|
GIMP_FONT_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_IS_FONT_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_FONT_SELECT_BUTTON_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
2006-06-28 10:35:22 +00:00
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppaletteselectbutton</FILE>
|
|
|
|
<TITLE>GimpPaletteSelectButton</TITLE>
|
|
|
|
GimpPaletteSelectButton
|
|
|
|
gimp_palette_select_button_new
|
|
|
|
gimp_palette_select_button_get_palette
|
|
|
|
gimp_palette_select_button_set_palette
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpPaletteSelectButtonClass
|
2019-08-10 11:08:33 +02:00
|
|
|
GimpPaletteSelectButtonPrivate
|
2006-06-28 10:35:22 +00:00
|
|
|
GIMP_PALETTE_SELECT_BUTTON
|
|
|
|
GIMP_IS_PALETTE_SELECT_BUTTON
|
|
|
|
GIMP_TYPE_PALETTE_SELECT_BUTTON
|
|
|
|
gimp_palette_select_button_get_type
|
|
|
|
GIMP_PALETTE_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_IS_PALETTE_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_PALETTE_SELECT_BUTTON_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimppatternselectbutton</FILE>
|
|
|
|
<TITLE>GimpPatternSelectButton</TITLE>
|
|
|
|
GimpPatternSelectButton
|
|
|
|
gimp_pattern_select_button_new
|
|
|
|
gimp_pattern_select_button_get_pattern
|
|
|
|
gimp_pattern_select_button_set_pattern
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpPatternSelectButtonClass
|
2019-08-10 11:08:33 +02:00
|
|
|
GimpPatternSelectButtonPrivate
|
2006-06-28 10:35:22 +00:00
|
|
|
GIMP_PATTERN_SELECT_BUTTON
|
|
|
|
GIMP_IS_PATTERN_SELECT_BUTTON
|
|
|
|
GIMP_TYPE_PATTERN_SELECT_BUTTON
|
|
|
|
gimp_pattern_select_button_get_type
|
|
|
|
GIMP_PATTERN_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_IS_PATTERN_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_PATTERN_SELECT_BUTTON_GET_CLASS
|
|
|
|
</SECTION>
|
|
|
|
|
|
|
|
<SECTION>
|
|
|
|
<FILE>gimpselectbutton</FILE>
|
|
|
|
<TITLE>GimpSelectButton</TITLE>
|
|
|
|
GimpSelectButton
|
|
|
|
gimp_select_button_close_popup
|
|
|
|
<SUBSECTION Standard>
|
|
|
|
GimpSelectButtonClass
|
2019-07-23 19:31:24 +02:00
|
|
|
GimpSelectButtonPrivate
|
2006-06-28 10:35:22 +00:00
|
|
|
GIMP_SELECT_BUTTON
|
|
|
|
GIMP_IS_SELECT_BUTTON
|
|
|
|
GIMP_TYPE_SELECT_BUTTON
|
|
|
|
gimp_select_button_get_type
|
|
|
|
GIMP_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_IS_SELECT_BUTTON_CLASS
|
|
|
|
GIMP_SELECT_BUTTON_GET_CLASS
|
|
|
|
</SECTION>
|