summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTK2/giomm/main.cpp
blob: 8303ba9ecf7fbe92f61b48147fa6e4f57b0d2251 (plain)
1
2
3
4
5
6
7
#include <giomm.h>

int main(int argc, char *argv[])
{
    Glib::RefPtr<Gio::File> f = Gio::File::create_for_path("path");
    return 0;
}