1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00

Fix documentation error in icon widget header file.

This commit is contained in:
Dave Davenport 2018-06-12 10:24:18 +02:00
parent 0633bc9dad
commit 53ccfd37ce

View file

@ -52,7 +52,7 @@ typedef struct _icon icon;
icon * icon_create ( widget *parent, const char *name );
/**
* @param widget The icon widget handle.
* @param icon The icon widget handle.
* @param size The size of the icon.
*
*/