Function

GnomeAutoarformat_get_extension

Declaration [src]

const char*
autoar_format_get_extension (
  AutoarFormat format
)

Description [src]

Gets the file name extension of the format from the internal static data.

Parameters

format

Type: AutoarFormat

An AutoarFormat.

Return value

Type: const char*

A file name extension.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.