Method

CoglSnippetget_pre

Declaration [src]

const char*
cogl_snippet_get_pre (
  CoglSnippet* snippet
)

Description

No description available.
Stability:Unstable
Available since:1.10

Return value

Returns: const char*
 

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

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