#include <stdio.h>#include <stdlib.h>#include "../../dprint.h"#include "../../mem/shm_mem.h"#include "../presence/hash.h"#include "xcap_callbacks.h"#include "xcap_client.h"

Go to the source code of this file.
Functions | |
| void | destroy_xcapcb_list (void) |
| int | register_xcapcb (int types, xcap_cb f) |
| void | run_xcap_update_cb (int type, str xid, char *stream) |
| void destroy_xcapcb_list | ( | void | ) |
Definition at line 72 of file xcap_callbacks.c.
References xcap_callback::next, shm_free, and xcapcb_list.
| int register_xcapcb | ( | int | types, | |
| xcap_cb | f | |||
| ) |
Definition at line 51 of file xcap_callbacks.c.
References xcap_callback::callback, ERR_MEM, xcap_callback::next, NULL, SHARE_MEM, shm_malloc(), xcap_callback::types, and xcapcb_list.
Referenced by bind_xcap().
| void run_xcap_update_cb | ( | int | type, | |
| str | xid, | |||
| char * | stream | |||
| ) |
Definition at line 37 of file xcap_callbacks.c.
References xcap_callback::callback, cb, LM_DBG, xcap_callback::next, xcap_callback::types, and xcapcb_list.
Referenced by query_xcap_update(), and refreshXcapDoc().
1.5.6