From 27b1660a87b77fb9487bda0daab0edd0f92e0af9 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 18 Jul 2015 23:15:30 +0200 Subject: document global defines a bit --- global.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global.h b/global.h index 872d1c2..3229497 100644 --- a/global.h +++ b/global.h @@ -12,7 +12,11 @@ #define ATOM_TOPMENU_SERVER_SELECTION "_TOPMENU_SERVER" /* Gobject data keys */ +/** For a GtkWindow, stores its associated TopMenu GtkPlug */ #define OBJECT_DATA_KEY_PLUG "topmenu-plug" + +/** For a server widget, stores the associated stub window. + This is the window that might own ATOM_TOPMENU_SERVER_SELECTION. */ #define OBJECT_DATA_KEY_SERVER_STUB "topmenu-server-stub" #endif -- cgit v1.2.3