aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-object.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-14 13:33:11 -0500
committerTed Gould <ted@gould.cx>2011-07-14 13:33:11 -0500
commit6032a847e527d10641396268dfe4d0db176d3b56 (patch)
tree62d2efca4b4ce17c6dd57e38a6822f5d71bb2e87 /libindicator/indicator-object.c
parentc1034173faf54120c693c984123f343968621359 (diff)
parentc6d763c2fa431fefd0869d381b15c25364e8972f (diff)
downloadlibayatana-indicator-6032a847e527d10641396268dfe4d0db176d3b56.tar.gz
libayatana-indicator-6032a847e527d10641396268dfe4d0db176d3b56.tar.bz2
libayatana-indicator-6032a847e527d10641396268dfe4d0db176d3b56.zip
Import upstream version 0.3.91
Diffstat (limited to 'libindicator/indicator-object.c')
-rw-r--r--libindicator/indicator-object.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c
index 2fe8dd1..a563ebe 100644
--- a/libindicator/indicator-object.c
+++ b/libindicator/indicator-object.c
@@ -447,15 +447,15 @@ get_entries_default (IndicatorObject * io)
}
/**
- indicator_object_get_entires:
+ indicator_object_get_entries:
@io: #IndicatorObject to query
This function looks on the class for the object and calls
it's #IndicatorObjectClass::get_entries function. The
list should be owned by the caller, but the individual
- enteries should not be.
+ entries should not be.
- Return value: A list if #IndicatorObjectEntry structures or
+ Return value: (element-type IndicatorObjectEntry) (transfer container): A list if #IndicatorObjectEntry structures or
NULL if there is an error.
*/
GList *