Searched refs:writable_formats (Results 1 – 2 of 2) sorted by relevance
907 GSList *writable_formats = NULL; in get_supported_image_formats() local909 g_slist_foreach (formats, (GFunc)add_if_writable, &writable_formats); in get_supported_image_formats()912 return writable_formats; in get_supported_image_formats()
2570 GSList *writable_formats = NULL; in callback_screenshot() local2574 g_slist_foreach(formats, (GFunc) luscus_check_writable_pic_files, &writable_formats); in callback_screenshot()2577 lwritable_formats = writable_formats; in callback_screenshot()2747 lwritable_formats = writable_formats; in callback_screenshot()2802 g_slist_free(writable_formats); in callback_screenshot()2816 GSList *writable_formats = NULL; in luscus_set_filename() local2835 g_slist_foreach(formats, (GFunc) luscus_check_writable_pic_files, &writable_formats); in luscus_set_filename()2838 lwritable_formats = writable_formats; in luscus_set_filename()2856 g_slist_free(writable_formats); in luscus_set_filename()