Function

MetaFrameTypeto_string

Declaration [src]

const char*
meta_frame_type_to_string (
  MetaFrameType type
)

Description [src]

Converts a frame type enum value to the name string that would appear in the theme definition file.

Parameters

type MetaFrameType
 

A MetaFrameType.

Return value

Returns: const char*
 

The string value.

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