Searched refs:G_PARAM_USER_MASK (Results 1 – 2 of 2) sorted by relevance
57 #define G_PARAM_USER_MASK (~0 << G_PARAM_USER_SHIFT) macro451 pspec->flags = (flags & G_PARAM_USER_MASK) | (flags & G_PARAM_MASK); in g_param_spec_internal()
3111 * gparam.c: fixed G_PARAM_USER_MASK.