Interface

GumInvocationListener

Description

interface Gum.InvocationListener : GObject.Object

No description available.

Prerequisite

In order to implement InvocationListener, your type must inherit fromGObject.

Instance methods

gum_invocation_listener_on_enter
No description available.

gum_invocation_listener_on_leave
No description available.

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
GTypeInterface
 

No description available.

on_enter
void (* on_enter) (
    GumInvocationListener* self,
    GumInvocationContext* context
  )
 

No description available.

on_leave
void (* on_leave) (
    GumInvocationListener* self,
    GumInvocationContext* context
  )
 

No description available.

Virtual methods

Gum.InvocationListener.on_enter
No description available.

Gum.InvocationListener.on_leave
No description available.