Struct
PurpleCoreUiOps
Description [src]
struct PurpleCoreUiOps {
void (* ui_prefs_init) (
void
);
void (* ui_init) (
void
);
void (* quit) (
void
);
}
Callbacks that fire at different points of the initialization and teardown of libpurple, along with a hook to return descriptive information about the UI.
Structure members
ui_prefs_init |
No description available. |
ui_init |
No description available. |
quit |
No description available. |