NetSurf
Data Fields
content_user Struct Reference

Linked list of users of a content. More...

#include <content_protected.h>

Collaboration diagram for content_user:
[legend]

Data Fields

void(* callback )(struct content *c, content_msg msg, const union content_msg_data *data, void *pw)
 
void * pw
 
struct content_usernext
 

Detailed Description

Linked list of users of a content.

Definition at line 165 of file content_protected.h.

Field Documentation

◆ callback

void(* content_user::callback) (struct content *c, content_msg msg, const union content_msg_data *data, void *pw)

◆ next

struct content_user* content_user::next

◆ pw

void* content_user::pw

The documentation for this struct was generated from the following file: