diff options
author | Ted Gould <ted@canonical.com> | 2009-11-03 17:06:39 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-03 17:06:39 -0600 |
commit | c09917d4792ccbd9fbd773874ae6e75e73c32a6e (patch) | |
tree | 3be2f6cf3fc18d80fee4890636cdac2913889557 /libindicator | |
parent | b3fc7791fdf7bea9787555b63c33e0b1f67390c4 (diff) | |
download | libayatana-indicator-c09917d4792ccbd9fbd773874ae6e75e73c32a6e.tar.gz libayatana-indicator-c09917d4792ccbd9fbd773874ae6e75e73c32a6e.tar.bz2 libayatana-indicator-c09917d4792ccbd9fbd773874ae6e75e73c32a6e.zip |
Changing comment on private struct.
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator-object.c | 3 |
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 { |