diff options
| author | Ted Gould <ted@canonical.com> | 2009-11-04 08:14:17 -0600 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-11-04 08:14:17 -0600 |
| commit | 61e1ae1b8072ae134487dc66537daefbef477199 (patch) | |
| tree | 12ca6fee3cd1df9869623be69ea7316b6ee0fb75 /libindicator/indicator-object.c | |
| parent | ff0cc74b338c431bfef836aa4e0fc337e48d0296 (diff) | |
| parent | c547687a407d935654aa71f7afa1e4392e50d5c5 (diff) | |
| download | libayatana-indicator-61e1ae1b8072ae134487dc66537daefbef477199.tar.gz libayatana-indicator-61e1ae1b8072ae134487dc66537daefbef477199.tar.bz2 libayatana-indicator-61e1ae1b8072ae134487dc66537daefbef477199.zip | |
Updating to trunk
Diffstat (limited to 'libindicator/indicator-object.c')
| -rw-r--r-- | libindicator/indicator-object.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c index ed9214c..0554b48 100644 --- a/libindicator/indicator-object.c +++ b/libindicator/indicator-object.c @@ -1,5 +1,6 @@ /* -An interface for indicators to link to for creation. +An object to represent loadable indicator modules to make loading +them easy and objectified. Copyright 2009 Canonical Ltd. @@ -33,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 { @@ -67,7 +69,7 @@ indicator_object_class_init (IndicatorObjectClass *klass) return; } -/* Inititalize an instance */ +/* Initialize an instance */ static void indicator_object_init (IndicatorObject *self) { |
