Function
GtkBindingSetby_class
Declaration [src]
GtkBindingSet*
gtk_binding_set_by_class (
gpointer object_class
)
Description [src]
This function returns the binding set named after the type name of the passed in class structure. New binding sets are created on demand by this function.
This function is not directly available to language bindings.
Parameters
object_class
-
Type:
gpointer
A valid
GObject
class.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GtkBindingSet
The binding set corresponding to
object_class
.
The data is owned by the called function. |