SymbolVisibilityAttributes

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is 1 + 5

In the xserver you frequently see some attributes that should be used with care.

_X_EXPORT: Function can be used outside executable/module.

_X_HIDDEN: Only the function pointer can be used outside executable/module, but not the named function.

_X_INTERNAL: Neither the named function nor the function pointer can be used outside executable/module.