4 * Copyright (c) 2014 Wenchao Xia
9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
10 * See the COPYING.LIB file in the top-level directory.
17 typedef void (*QMPEventFuncEmit)(unsigned event, QDict *dict);
19 void qmp_event_set_func_emit(QMPEventFuncEmit emit);
21 QMPEventFuncEmit qmp_event_get_func_emit(void);
23 QDict *qmp_event_build_dict(const char *event_name);