aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libindicator/indicator-object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c
index 72cea9d..ce07ad6 100644
--- a/libindicator/indicator-object.c
+++ b/libindicator/indicator-object.c
@@ -34,7 +34,8 @@ License along with this library. If not, see
@icon: The icon representing this indicator or #NULL if none.
@menu: The menu representing this indicator or #NULL if none.
- Private data for the object.
+ Structure to define the memory for the private area
+ of the object instance.
*/
typedef struct _IndicatorObjectPrivate IndicatorObjectPrivate;
struct _IndicatorObjectPrivate {