Method

WadInputStreamread_miptex_file

Declaration [src]

WadMiptexFile*
wad_input_stream_read_miptex_file (
  WadInputStream* stream
  GError** error
)

Description [src]

Reads a WadMiptexFile from stream.

Return value

Type: WadMiptexFile

A WadMiptexFile read from the stream or NULL if an error occurred.

The caller of the method takes ownership of the data, and is responsible for freeing it.