1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Fix small doxygen/header issue.

This commit is contained in:
Dave Davenport 2017-01-04 15:49:05 +01:00
parent b618cd63d8
commit a77e080c60

View file

@ -117,7 +117,7 @@ extern ThemeWidget *rofi_theme;
* *
* @returns handle to the new entry. * @returns handle to the new entry.
*/ */
ThemeWidget *rofi_theme_find_or_create_name ( ThemeWidget *base, const char *class ); ThemeWidget *rofi_theme_find_or_create_name ( ThemeWidget *base, const char *name );
/** /**
* @param widget The widget handle. * @param widget The widget handle.