Home
last modified time | relevance | path

Searched refs:writable_formats (Results 1 – 2 of 2) sorted by relevance

/dports/net/vinagre/vinagre-3.22.0/vinagre/
H A Dvinagre-tab.c907 GSList *writable_formats = NULL; in get_supported_image_formats() local
909 g_slist_foreach (formats, (GFunc)add_if_writable, &writable_formats); in get_supported_image_formats()
912 return writable_formats; in get_supported_image_formats()
/dports/science/luscus/luscus_0.8.6/
H A Dluscus_gtk_util.c2570 GSList *writable_formats = NULL; in callback_screenshot() local
2574 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() local
2835 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()