Home
last modified time | relevance | path

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

/dports/sysutils/brasero/brasero-3.12.3/libbrasero-burn/
H A Dburn-plugin.c963 current &= BRASERO_PLUGIN_BLANK_FLAG_MASK; in brasero_plugin_check_blank_flags()
968 BRASERO_PLUGIN_BLANK_FLAG_MASK, in brasero_plugin_check_blank_flags()
985 current &= BRASERO_PLUGIN_BLANK_FLAG_MASK; in brasero_plugin_get_blank_flags()
990 BRASERO_PLUGIN_BLANK_FLAG_MASK, in brasero_plugin_get_blank_flags()
998 *supported &= BRASERO_PLUGIN_BLANK_FLAG_MASK; in brasero_plugin_get_blank_flags()
1000 *compulsory &= BRASERO_PLUGIN_BLANK_FLAG_MASK; in brasero_plugin_get_blank_flags()
H A Dbrasero-plugin-registration.h59 #define BRASERO_PLUGIN_BLANK_FLAG_MASK (BRASERO_BURN_FLAG_NOGRACE| \ macro