From fb318f0ff806e8e5b0a6770ca4037b3c2e1857bb Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 23 Apr 2017 15:17:15 +0200 Subject: Cleanups, fix arguments mismatch --- include/theme.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/theme.h') diff --git a/include/theme.h b/include/theme.h index e5cb0e83..7351577d 100644 --- a/include/theme.h +++ b/include/theme.h @@ -244,11 +244,11 @@ Property *rofi_theme_property_create ( PropertyType type ); void rofi_theme_property_free ( Property *p ); /** - * @param wid + * @param widget * * Free the widget and alll children. */ -void rofi_theme_free ( ThemeWidget *wid ); +void rofi_theme_free ( ThemeWidget *widget ); /** * @param file filename to parse. @@ -445,10 +445,10 @@ gboolean rofi_theme_is_empty ( void ); void rofi_theme_convert_old ( void ); /** - * @param filename File name passed to option. + * @param file File name passed to option. * * @returns path to theme or copy of filename if not found. */ -char *helper_get_theme_path ( const char *filename ); +char *helper_get_theme_path ( const char *file ); #endif #endif -- cgit v1.2.3