Libmacro  0.2
Libmacro is an extensible macro and hotkey library.
mcr_DispatchReceiver Struct Reference

#include <types.h>

Public Attributes

void * receiver
 
mcr_dispatch_receive_fnc receive
 

Detailed Description

Generic receiver and function that may block or intercept a signal being sent.

Receiver is first, to compare with mcr_ref_compare.

Definition at line 58 of file types.h.

Member Data Documentation

§ receive

mcr_dispatch_receive_fnc mcr_DispatchReceiver::receive

Function to act on receiver

Definition at line 66 of file types.h.

§ receiver

void* mcr_DispatchReceiver::receiver

Object to receive signal

Optional only if the receive function does not require a receiver object.

Definition at line 64 of file types.h.


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