Method

CoglSnippetget_pre

Declaration [src]

const char*
cogl_snippet_get_pre (
  CoglSnippet* snippet
)

Description

No description available.

Return value

Type: const char*

The source string that was set with cogl_snippet_set_pre() or NULL if none was set.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.