NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Observer Struct Reference

An observer of notifications. More...

#include "observer.h"

+ Collaboration diagram for Observer:

Data Fields

enum NotifyType type
 Notification type to observe, e.g. NT_WINDOW.
 
observer_t callback
 Callback function for events.
 
void * global_data
 Private data to pass to callback.
 

Detailed Description

An observer of notifications.

Definition at line 59 of file observer.h.

Field Documentation

◆ type

enum NotifyType Observer::type

Notification type to observe, e.g. NT_WINDOW.

Definition at line 61 of file observer.h.

◆ callback

observer_t Observer::callback

Callback function for events.

Definition at line 62 of file observer.h.

◆ global_data

void* Observer::global_data

Private data to pass to callback.

Definition at line 63 of file observer.h.


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