wp_find_file: s/char/gchar/ in suffix argument
This commit is contained in:
@@ -162,7 +162,7 @@ done:
|
||||
* \since 0.4.2
|
||||
*/
|
||||
gchar *
|
||||
wp_find_file (WpLookupDirs dirs, const gchar *filename, const char *subdir)
|
||||
wp_find_file (WpLookupDirs dirs, const gchar *filename, const gchar *subdir)
|
||||
{
|
||||
g_autoptr(GPtrArray) dir_paths = lookup_dirs (dirs);
|
||||
|
||||
|
@@ -93,7 +93,7 @@ typedef enum { /*< flags >*/
|
||||
|
||||
WP_API
|
||||
gchar * wp_find_file (WpLookupDirs dirs, const gchar *filename,
|
||||
const char *subdir);
|
||||
const gchar *subdir);
|
||||
|
||||
WP_API
|
||||
WpIterator * wp_new_files_iterator (WpLookupDirs dirs, const gchar *subdir,
|
||||
|
Reference in New Issue
Block a user