2005-06-26 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/gimprc.pdb: allow to access (read-only) the current color management configuration through the PDB. * libgimp/gimpgimprc_pdb.[ch] * app/pdb/gimprc_cmds.c * app/pdb/internal_procs.c: regenerated. * libgimp/Makefile.am * libgimp/gimp.h * libgimp/gimpgimprc.[ch]: wrap the new PDB function to make it easier to use from plug-ins. This change adds a dependency on libgimpconfig to libgimp. * gimp.pc.in: changed accordingly. * plug-ins/FractalExplorer/Dialogs.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gflare/gflare.c: no need to include gimpconfig.h explicitely any longer. * libgimp/gimpfontselectbutton.c: fixed gtk-doc comments.
12 lines
321 B
Text
12 lines
321 B
Text
#include <gtk/gtk.h>
|
|
#include <libgimp/gimp.h>
|
|
#include <libgimp/gimpui.h>
|
|
|
|
gimp_aspect_preview_get_type
|
|
gimp_channel_combo_box_get_type
|
|
gimp_drawable_combo_box_get_type
|
|
gimp_drawable_preview_get_type
|
|
gimp_font_select_button_get_type
|
|
gimp_image_combo_box_get_type
|
|
gimp_layer_combo_box_get_type
|
|
gimp_progress_bar_get_type
|