Example #1
0
void
dlg_photo_importer_from_folder (GthBrowser *browser,
				GFile      *source)
{
	dlg_photo_importer (browser, source, DLG_IMPORTER_SOURCE_TYPE_FOLDER);
}
Example #2
0
void
gth_browser_activate_action_import_files (GtkAction  *action,
					  GthBrowser *browser)
{
	dlg_photo_importer (browser, NULL);
}
Example #3
0
void
dlg_photo_importer_from_device (GthBrowser *browser,
				GFile      *source)
{
	dlg_photo_importer (browser, source, DLG_IMPORTER_SOURCE_TYPE_DEVICE);
}