Diff for "SymbolVisibilityAttributes"

Differences between revisions 1 and 2
Revision 1 as of 2009-02-22 00:57:56
Size: 358
Editor: 82-136-228-38
Comment:
Revision 2 as of 2009-02-22 01:00:54
Size: 413
Editor: nat-pool-rdu
Comment: page was renamed from Symbol_Visibility_Attributes
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Symbol_Visibility_Attributes

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.