From 856c7df98dd8f3d3c4ff010650edd86e06b3de46 Mon Sep 17 00:00:00 2001 From: Circle CI Date: Wed, 30 Jan 2019 12:33:42 +0000 Subject: update:doc:Doxygen update for commit 13b6ea56b8218c52f01596fb1dca8a4b557020f2 [ci skip] --- event_8h_source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'event_8h_source.html') diff --git a/event_8h_source.html b/event_8h_source.html index d075c21d6..ccb595ed4 100644 --- a/event_8h_source.html +++ b/event_8h_source.html @@ -84,7 +84,7 @@ $(document).ready(function(){initNavTree('event_8h_source.html','');});
event.h
-Go to the documentation of this file.
1 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 struct event_idle;
25 struct event_timeout;
26 struct event_watch;
27 struct callback;
28 struct callback_list;
29 struct file;
30 
35 };
36 
37 struct event_methods {
38  void (*main_loop_run)(void);
39  void (*main_loop_quit)(void);
40  struct event_watch *(*add_watch)(int fd, enum event_watch_cond cond, struct callback *cb);
41  void (*remove_watch)(struct event_watch *ev);
42  struct event_timeout *(*add_timeout)(int timeout, int multi, struct callback *cb);
43  void (*remove_timeout)(struct event_timeout *ev);
44  struct event_idle *(*add_idle)(int priority, struct callback *cb);
45  void (*remove_idle)(struct event_idle *ev);
46  void (*call_callback)(struct callback_list *cb);
47 };
48 
49 
50 /* prototypes */
51 enum event_watch_cond;
52 struct callback;
53 struct callback_list;
54 struct event_idle;
55 struct event_timeout;
56 struct event_watch;
57 void event_main_loop_run(void);
58 void event_main_loop_quit(void);
59 int event_main_loop_has_quit(void);
60 struct event_watch *event_add_watch(int fd, enum event_watch_cond cond, struct callback *cb);
61 void event_remove_watch(struct event_watch *ev);
62 struct event_timeout *event_add_timeout(int timeout, int multi, struct callback *cb);
63 void event_remove_timeout(struct event_timeout *ev);
64 struct event_idle *event_add_idle(int priority, struct callback *cb);
65 void event_remove_idle(struct event_idle *ev);
67 char const *event_system(void);
68 int event_request_system(const char *system, const char *requestor);
69 /* end of prototypes */
70 #ifdef __cplusplus
71 }
72 #endif
struct callback * cb
Definition: event_qt5.cpp:54
+Go to the documentation of this file.
1 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 struct event_idle;
25 struct event_timeout;
26 struct event_watch;
27 struct callback;
28 struct callback_list;
29 struct file;
30 
35 };
36 
37 struct event_methods {
38  void (*main_loop_run)(void);
39  void (*main_loop_quit)(void);
40  struct event_watch *(*add_watch)(int fd, enum event_watch_cond cond, struct callback *cb);
41  void (*remove_watch)(struct event_watch *ev);
42  struct event_timeout *(*add_timeout)(int timeout, int multi, struct callback *cb);
43  void (*remove_timeout)(struct event_timeout *ev);
44  struct event_idle *(*add_idle)(int priority, struct callback *cb);
45  void (*remove_idle)(struct event_idle *ev);
46  void (*call_callback)(struct callback_list *cb);
47 };
48 
49 
50 /* prototypes */
51 enum event_watch_cond;
52 struct callback;
53 struct callback_list;
54 struct event_idle;
55 struct event_timeout;
56 struct event_watch;
57 void event_main_loop_run(void);
58 void event_main_loop_quit(void);
59 int event_main_loop_has_quit(void);
60 struct event_watch *event_add_watch(int fd, enum event_watch_cond cond, struct callback *cb);
61 void event_remove_watch(struct event_watch *ev);
62 struct event_timeout *event_add_timeout(int timeout, int multi, struct callback *cb);
63 void event_remove_timeout(struct event_timeout *ev);
64 struct event_idle *event_add_idle(int priority, struct callback *cb);
65 void event_remove_idle(struct event_idle *ev);
67 char const *event_system(void);
68 int event_request_system(const char *system, const char *requestor);
69 /* end of prototypes */
70 #ifdef __cplusplus
71 }
72 #endif
struct callback * cb
Definition: event_qt5.cpp:53
Definition: event.h:34
int event_request_system(const char *system, const char *requestor)
Definition: event.c:113
int event_main_loop_has_quit(void)
Definition: event.c:58
@@ -110,7 +110,7 @@ $(document).ready(function(){initNavTree('event_8h_source.html','');});
Definition: event.h:32
struct event_idle * event_add_idle(int priority, struct callback *cb)
Definition: event.c:94
struct callback * cb
Definition: event_glib.c:117
-
int fd
Definition: event_qt5.cpp:55
+
int fd
Definition: event_qt5.cpp:54
struct event_timeout * event_add_timeout(int timeout, int multi, struct callback *cb)
Definition: event.c:83
void event_call_callback(struct callback_list *cb)
Definition: event.c:104
void event_remove_idle(struct event_idle *ev)
Definition: event.c:99
-- cgit v1.2.1