107
107
thumb->ready.connect(sigc::mem_fun(load_result, &LoadResult::ThumbnailReady));
108
108
thumb->error.connect(sigc::mem_fun(load_result, &LoadResult::ThumbnailFailed));
112
112
EXPECT_TRUE(load_result.succeeded);
113
113
glib::Object<GIcon> icon(g_icon_new_for_string(load_result.return_string.c_str(), NULL));