Interface
GumInvocationListener
Prerequisite
In order to implement InvocationListener, your type must inherit fromGObject.
Interface structure
struct GumInvocationListenerInterface {
GTypeInterface parent;
void (* on_enter) (
GumInvocationListener* self,
GumInvocationContext* context
);
void (* on_leave) (
GumInvocationListener* self,
GumInvocationContext* context
);
}
No description available.
Interface members
parent |
|
No description available. |
|
on_enter |
|
No description available. |
|
on_leave |
|
No description available. |