aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 23:34:49 -0500
committerTed Gould <ted@gould.cx>2011-07-07 23:34:49 -0500
commitd7f14c3c2ecd0905d675a63c2fc7726aa261bc35 (patch)
treec749dbc6a8920c51dfb1a71c2d1730ea5257803a
parent352c01a8d42297be35392ac204f23bfd81fc0123 (diff)
parent801419bd8a07b7870fc7dcaa5b154c5d2c028c98 (diff)
downloadlibayatana-indicator-d7f14c3c2ecd0905d675a63c2fc7726aa261bc35.tar.gz
libayatana-indicator-d7f14c3c2ecd0905d675a63c2fc7726aa261bc35.tar.bz2
libayatana-indicator-d7f14c3c2ecd0905d675a63c2fc7726aa261bc35.zip
Anotating the get entires function properly.
-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 *