From c09917d4792ccbd9fbd773874ae6e75e73c32a6e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 3 Nov 2009 17:06:39 -0600 Subject: Changing comment on private struct. --- libindicator/indicator-object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.3