get_sdata_flag_table()
#
Returns a table of sdata (structured data) flag names as a null-terminated array of strings.
Prototype
const char **get_sdata_flag_table(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
A pointer to a null-terminated array of strings representing sdata flag names.
Notes
The returned array contains predefined flag names used in structured data attributes. The caller should not modify or free the returned pointer.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples