doc: channel, eventloop

This commit is contained in:
Justin M. Keyes
2017-09-02 19:51:49 +02:00
parent c00a33ed19
commit cdd9e868ef
4 changed files with 14 additions and 26 deletions

View File

@@ -215,6 +215,7 @@ static void ui_set_option(UI *ui, String name, Object value, Error *error)
#undef UI_EXT_OPTION
}
/// Pushes data into UI.UIData, to be consumed later by remote_ui_flush().
static void push_call(UI *ui, char *name, Array args)
{
Array call = ARRAY_DICT_INIT;