[gtk+] Problem with GFile
- by sterh
Hello,
I have a:
GFile* gf = g_file_new_for_path(file_path);
in my code. But when i try to compile it, i see error:
underfined reference to: 'g_file_new_for_path'
in include section i have #include <gio/gio.h>
What's weong in this code?
Thank you.