Function
GObjectsignal_type_cclosure_new
Description
Creates a new closure which invokes the function found at the offset
struct_offset
in the class structure of the interface or classed type
identified by itype
.
Parameters
itype |
GType |
The |
|
struct_offset |
guint |
The offset of the member function of |
Return value
Returns: | GClosure |
A floating reference to a new |
|
The data is owned by the called function. |