app: Add docs to GimpSessionInfo related classes

This commit is contained in:
Martin Nordholts
2009-09-17 08:09:47 +02:00
parent 09b04c62c9
commit 6460385553
4 changed files with 15 additions and 0 deletions

View File

@ -35,6 +35,10 @@
typedef struct _GimpSessionInfoClass GimpSessionInfoClass;
/**
* Contains session info for one toplevel window in the interface such
* as a dock, the empty-image-window, or the open/save dialog.
*/
struct _GimpSessionInfo
{
GimpObject parent_instance;