Function
Gntstyle_read_actions
Declaration [src]
void
gnt_style_read_actions (
GType type,
GntBindableClass* klass
)
Description [src]
Read user-defined actions defined for type and register bindings on
the klass.
User-defined actions should be defined in the config file in a group with a name determined by the name of the type with “::binding” appended.
Parameters
type-
Type:
GTypeThe type from which the setting name is derived.
klass-
Type:
GntBindableClassThe class on which to register bindings.
The data is owned by the caller of the function.