Method

ClutterScriptset_translation_domain

Declaration [src]

void
clutter_script_set_translation_domain (
  ClutterScript* script,
  const gchar* domain
)

Description [src]

Sets the translation domain for script.

Available since:1.10

Parameters

domain const gchar*
 

The translation domain, or NULL.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.