CoreGTK  2.24.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
 All Classes Functions Variables
Class Methods | List of all members
CGTKSignalConnector Class Reference
Inheritance diagram for CGTKSignalConnector:

Class Methods

(void) + connectGpointer:withSignal:toTarget:withSelector:andData:
 

Method Documentation

+ (void) connectGpointer: (gpointer)  object
withSignal: (NSString *)  name
toTarget: (id)  target
withSelector: (SEL)  selector
andData: (gpointer)  data 

Connects a GCallback function to a signal for a particular object. The GCallback function redirects the call to the Objective-C target and selector.

Parameters
objectThe instance to connect to
nameThe signal name to connect (a string in the form of "signal-name::detail"
targetThe Objective-C class to callback to
selThe selector
dataThe data to pass to c_handler calls
Returns
a new CGTKCallbackData

The documentation for this class was generated from the following file: