diff options
author | Ted Gould <ted@canonical.com> | 2009-11-03 16:38:11 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-03 16:38:11 -0600 |
commit | 1f96a346f7c2465a6a7785413d78071938829891 (patch) | |
tree | dad313a6fe3c49ad1c20d267c5c57eb43ce2898c /libindicator | |
parent | 258f461b7bcd5d3c811a41fe6a7ad4ffae73f4be (diff) | |
download | libayatana-indicator-1f96a346f7c2465a6a7785413d78071938829891.tar.gz libayatana-indicator-1f96a346f7c2465a6a7785413d78071938829891.tar.bz2 libayatana-indicator-1f96a346f7c2465a6a7785413d78071938829891.zip |
Typo
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator-object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h index cd8cc79..c2d1944 100644 --- a/libindicator/indicator-object.h +++ b/libindicator/indicator-object.h @@ -53,7 +53,7 @@ typedef struct _IndicatorObjectEntry IndicatorObjectEntry; @get_menu: Gets the image for this object. Should be set to #NULL if @get_entries is set. Should NOT ref the object. - @get_entires: Gets all of the entires for this object returning + @get_entries: Gets all of the entires for this object returning a #GList of #IndicatorObjectEntries. The list should be under the ownership of the caller but the entires will not be. |