Make function declaration match function prototype.

- Extra NULL check.
This commit is contained in:
Dave Davenport
2017-06-09 09:18:17 +02:00
parent b99f86f341
commit 067544120f
3 changed files with 12 additions and 6 deletions

View File

@@ -225,13 +225,13 @@ char * rofi_force_utf8 ( const gchar *data, ssize_t length );
char * rofi_latin_to_utf8_strdup ( const char *input, gssize length );
/**
* @param input the string to escape
* @param text the string to escape
*
* Escape XML markup from the string. @param input is freed.
*
* @return the escaped string
*/
gchar *rofi_escape_markup ( gchar *input );
gchar *rofi_escape_markup ( gchar *text );
/**
* @param pattern The user input to match against.