aboutsummaryrefslogtreecommitdiff
path: root/libindicator
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-03 22:24:07 -0600
committerTed Gould <ted@canonical.com>2009-11-03 22:24:07 -0600
commitb267db90f7e2a569b64fd236d431f7ec5f7dfc2f (patch)
tree50c7acd99639a434b0c537f0b9b53fc939f2b00f /libindicator
parente354bc4560602a9dbcf73ed8ca3b4ace7297c58a (diff)
parent541f18ceb56e3db6d342ae3dbac51e527592614e (diff)
downloadlibayatana-indicator-b267db90f7e2a569b64fd236d431f7ec5f7dfc2f.tar.gz
libayatana-indicator-b267db90f7e2a569b64fd236d431f7ec5f7dfc2f.tar.bz2
libayatana-indicator-b267db90f7e2a569b64fd236d431f7ec5f7dfc2f.zip
Updating to current trunk.
Diffstat (limited to 'libindicator')
-rw-r--r--libindicator/indicator-object.c3
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;