Blender  V3.3
Public Attributes | List of all members
bContextPollMsgDyn_Params Struct Reference

#include <BKE_context.h>

Public Attributes

char *(* get_fn )(bContext *C, void *user_data)
 
void(* free_fn )(bContext *C, void *user_data)
 
voiduser_data
 

Detailed Description

Values to create the message that describes the reason poll failed.

Note
This must be called in the same context as the poll function that created it.

Definition at line 209 of file BKE_context.h.

Member Data Documentation

◆ free_fn

void(* bContextPollMsgDyn_Params::free_fn) (bContext *C, void *user_data)

Optionally free the user-data.

Definition at line 213 of file BKE_context.h.

◆ get_fn

char*(* bContextPollMsgDyn_Params::get_fn) (bContext *C, void *user_data)

The result is allocated .

Definition at line 211 of file BKE_context.h.

◆ user_data

void* bContextPollMsgDyn_Params::user_data

Definition at line 214 of file BKE_context.h.


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