Function

GumEventSinkmake_default

Declaration [src]

GumEventSink*
gum_event_sink_make_default (
  void
)

Description [src]

Creates a default GumEventSink that throws away any events directed at it.

Return value

Type: GumEventSink

A newly created GumEventSink.

The caller of the function takes ownership of the data, and is responsible for freeing it.