Function
GLibdatalist_unset_flags
since: 2.8
Declaration [src]
void
g_datalist_unset_flags (
  GData** datalist,
  guint flags
)
Description [src]
Turns off flag values for a data list. See g_datalist_unset_flags().
Available since: 2.8
Parameters
- datalist
- 
            Type: GDataPointer to the location that holds a list. The data is owned by the caller of the function. 
- flags
- 
            Type: guintThe flags to turn off. The values of the flags are restricted by G_DATALIST_FLAGS_MASK(currently 3: giving two possible boolean flags). A value forflagsthat doesn’t fit within the mask is an error.