diff options
Diffstat (limited to 'libindicator/indicator-object.c')
-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 442ba78..108fecb 100644 --- a/libindicator/indicator-object.c +++ b/libindicator/indicator-object.c @@ -37,7 +37,8 @@ License along with this library. If not, see @gotten_entries: A check to see if the @entry has been populated intelligently yet. - Private data for the object. + Structure to define the memory for the private area + of the object instance. */ struct _IndicatorObjectPrivate { GModule * module; |