13811N/A--- tests/glibmm_ustring_compose/main.cc.orig 2008-08-07 17:29:05.299259187 +0800
13811N/A+++ tests/glibmm_ustring_compose/main.cc 2008-08-07 17:27:57.073869820 +0800
13811N/A- std::cout << Glib::ustring::compose("%1 is lower than 0x%2.", 12, Glib::ustring::format(std::hex, 16)) << std::endl;
13811N/A+ //std::cout << Glib::ustring::compose("%1 is lower than 0x%2.", 12, Glib::ustring::format(std::hex, 16)) << std::endl;
18458N/A--- gio.orig/giomm/drive.cc 2010-03-14 06:24:19.418208171 +0000
18458N/A+++ gio/giomm/drive.cc 2010-03-14 06:24:39.550049903 +0000
18458N/A return Glib::ListHandle< Glib::RefPtr<Volume> >(g_drive_get_volumes(gobj()), Glib::OWNERSHIP_SHALLOW);
18552N/A--- gio.orig/giomm/appinfo.cc 2010-04-06 15:01:37.726524557 +0100
18552N/A+++ gio/giomm/appinfo.cc 2010-04-06 15:01:57.272777485 +0100
18552N/A std::string AppLaunchContext::get_display(const Glib::RefPtr<AppInfo>& info, const Glib::ListHandle< Glib::RefPtr<Gio::File> >& files)
18552N/A return Glib::convert_return_gchar_ptr_to_stdstring(g_app_launch_context_get_display(gobj(), Glib::unwrap(info), files.data()));
18552N/A return Glib::convert_return_gchar_ptr_to_stdstring(g_app_launch_context_get_startup_notify_id(gobj(), Glib::unwrap(info), files.data()));