gflGetFormatDescriptionByName
The gflGetFormatDescriptionByName function returns the label of a format's name.
const char * gflGetFormatDescriptionByName(
const char * name
);
Parameters
- name
-
Pointer to a null-terminated string that contains the name of the format.
Return value
See also
gflGetNumberOfFormat,
gflGetFormatIndexByName,
gflGetFormatNameByIndex,
gflFormatIsSupported,
gflFormatIsWritableByIndex,
gflFormatIsWritableByName,
gflFormatIsReadableByIndex,
gflFormatIsReadableByName,
gflGetDefaultFormatSuffixByIndex,
gflGetDefaultFormatSuffixByName,
gflGetFormatDescriptionByIndex,
gflGetFormatInformationByIndex,
gflGetFormatInformationByName,
GFL_LOAD_PARAMS,
GFL_SAVE_PARAMS