Method
GtkActionGrouptranslate_string
deprecated: 3.10 since: 2.6
[−]
Declaration [src]
const gchar*
gtk_action_group_translate_string (
GtkActionGroup* action_group,
const gchar* string
)
[−]
Description [src]
Translates a string using the function set with gtk_action_group_set_translate_func(). This is mainly intended for language bindings.
Available since: 2.6
Deprecated since: 3.10
Please do not use it in newly written code.
[−]
Parameters
string
-
Type:
const gchar*
A string.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: const gchar*
The translation of string
.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |