diff options
author | Ted Gould <ted@canonical.com> | 2009-11-03 22:24:07 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-03 22:24:07 -0600 |
commit | b267db90f7e2a569b64fd236d431f7ec5f7dfc2f (patch) | |
tree | 50c7acd99639a434b0c537f0b9b53fc939f2b00f | |
parent | e354bc4560602a9dbcf73ed8ca3b4ace7297c58a (diff) | |
parent | 541f18ceb56e3db6d342ae3dbac51e527592614e (diff) | |
download | libayatana-indicator-b267db90f7e2a569b64fd236d431f7ec5f7dfc2f.tar.gz libayatana-indicator-b267db90f7e2a569b64fd236d431f7ec5f7dfc2f.tar.bz2 libayatana-indicator-b267db90f7e2a569b64fd236d431f7ec5f7dfc2f.zip |
Updating to current trunk.
-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; |