app: Document GimpContext

This commit is contained in:
Martin Nordholts 2009-10-10 22:06:55 +02:00
parent 677b977776
commit 90abaf1a73
1 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,15 @@
typedef struct _GimpContextClass GimpContextClass; typedef struct _GimpContextClass GimpContextClass;
/**
* GimpContext:
*
* Holds state such as the active image, active display, active brush,
* active foreground and background color, and so on. There can many
* instances of contexts. The user context is what the user sees and
* interacts with but there can also be contexts for docks and for
* plug-ins.
*/
struct _GimpContext struct _GimpContext
{ {
GimpObject parent_instance; GimpObject parent_instance;