NetSurf
|
Linked list of users of a content. More...
#include <content_protected.h>
Data Fields | |
void(* | callback )(struct content *c, content_msg msg, const union content_msg_data *data, void *pw) |
void * | pw |
struct content_user * | next |
Linked list of users of a content.
Definition at line 165 of file content_protected.h.
void(* content_user::callback) (struct content *c, content_msg msg, const union content_msg_data *data, void *pw) |
Definition at line 167 of file content_protected.h.
Referenced by content__init(), content_add_user(), content_broadcast(), content_broadcast_error(), and content_remove_user().
struct content_user* content_user::next |
Definition at line 174 of file content_protected.h.
Referenced by content__init(), content_add_user(), content_broadcast(), content_broadcast_error(), content_count_users(), and content_remove_user().
void* content_user::pw |
Definition at line 172 of file content_protected.h.
Referenced by content__init(), content_add_user(), content_broadcast(), content_broadcast_error(), and content_remove_user().