From 90abaf1a7310946985b9e6c848476767ab491d54 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sat, 10 Oct 2009 22:06:55 +0200 Subject: [PATCH] app: Document GimpContext --- app/core/gimpcontext.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/core/gimpcontext.h b/app/core/gimpcontext.h index 83dfe11ca0..88769cd2f3 100644 --- a/app/core/gimpcontext.h +++ b/app/core/gimpcontext.h @@ -35,6 +35,15 @@ 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 { GimpObject parent_instance;