ConfigPath: return a Path object
Migrate all callers to use Path directly, instead of doing the conversion in each caller.
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
|
||||
#include "gerror.h"
|
||||
|
||||
char *
|
||||
parsePath(const char *path, GError **error_r);
|
||||
class Path;
|
||||
|
||||
Path
|
||||
ParsePath(const char *path, GError **error_r);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user