diff options
Diffstat (limited to 'gcr/gcr-icons.c')
-rw-r--r-- | gcr/gcr-icons.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gcr/gcr-icons.c b/gcr/gcr-icons.c index ba946f7..40f3798 100644 --- a/gcr/gcr-icons.c +++ b/gcr/gcr-icons.c @@ -26,8 +26,16 @@ #include "gcr-base.h" #include "gcr-icons.h" +/** + * gcr_icon_for_token: + * @token_info: the token info + * + * Get an appropriate icon for the token + * + * Returns: (transfer full): the icon + */ GIcon * -gcr_icon_for_token_info (GckTokenInfo *token_info) +gcr_icon_for_token (GckTokenInfo *token_info) { GIcon *icon; |