Constructor
GtkActionGroupnew
deprecated: 3.10 since: 2.4
[−]
Description [src]
Creates a new GtkActionGroup
object. The name of the action group
is used when associating [keybindings][Action-Accel]
with the actions.
Available since: 2.4
Deprecated since: 3.10
Please do not use it in newly written code.
[−]
Parameters
name
-
Type:
const gchar*
The name of the action group.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: GtkActionGroup
The new GtkActionGroup
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |