mirror of https://github.com/GNOME/gimp.git
31 lines
418 B
Plaintext
31 lines
418 B
Plaintext
#include <gcg.gh>
|
|
|
|
package Gimp <> {
|
|
module <gimpimage.h>{
|
|
class Image;
|
|
}
|
|
module <gimpobject.h>{
|
|
class Object;
|
|
}
|
|
module <gimplayer.h>{
|
|
class Layer;
|
|
}
|
|
module <gimpdrawable.h>{
|
|
class Drawable;
|
|
}
|
|
module <gimpset.h>{
|
|
class Set;
|
|
foreign SetHandlerId;
|
|
}
|
|
class ColormapDialog;
|
|
}
|
|
|
|
package {
|
|
module <color_select.h>{
|
|
foreign ColorSelectP;
|
|
}
|
|
module <color_notebook.h>{
|
|
foreign ColorNotebookP;
|
|
}
|
|
}
|