| + (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
-
| object | The instance to connect to |
| name | The signal name to connect (a string in the form of "signal-name::detail" |
| target | The Objective-C class to callback to |
| sel | The selector |
| data | The data to pass to c_handler calls |
- Returns
- a new CGTKCallbackData
The documentation for this class was generated from the following file: