Function
GtkBindingSetfind
Declaration [src]
GtkBindingSet*
gtk_binding_set_find (
const gchar* set_name
)
Description [src]
Find a binding set by its globally unique name.
The set_name
can either be a name used for gtk_binding_set_new()
or the type name of a class used in gtk_binding_set_by_class().
Parameters
set_name
-
Type:
const gchar*
Unique binding set name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GtkBindingSet
NULL
or the specified binding set.
The data is owned by the called function. |
The return value can be NULL . |