Constructor
PidginActionGroupnew
Declaration [src]
GSimpleActionGroup*
pidgin_action_group_new (
void
)
Description [src]
Creates a new PidginActionGroup
instance that contains all of the
GAction
‘s in Pidgin.
Return value
Type: GSimpleActionGroup
The new PidginActionGroup
instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |