gflFormatIsSupported
The gflFormatIsSupported function determines if a format is available in GFL.
GFL_BOOL gflFormatIsSupported( const char * name );
Parameters
- name
- Pointer to a null-terminated string that contains the name of the format.
Return value
GFL_FALSE or GFL_TRUE.
See also
-
gflGetNumberOfFormat,
gflGetFormatIndexByName,
gflGetFormatNameByIndex,
gflFormatIsWritableByIndex,
gflFormatIsWritableByName,
gflFormatIsReadableByIndex,
gflFormatIsReadableByName,
gflGetDefaultFormatSuffixByIndex,
gflGetDefaultFormatSuffixByName,
gflGetFormatDescriptionByIndex,
gflGetFormatDescriptionByName,
gflGetFormatInformationByIndex,
gflGetFormatInformationByName,
GFL_LOAD_PARAMS,
GFL_SAVE_PARAMS