Method

CoglSnippetget_replace

Declaration [src]

const char*
cogl_snippet_get_replace (
  CoglSnippet* snippet
)

Description

No description available.

Return value

Type: const char*

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

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