diff options
-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. |