| LibreOffice
    LibreOffice 24.8 SDK C/C++ API Reference | 
The binary C uno interface description. More...
#include <dispatcher.h>
| Public Attributes | |
| void(* | acquire )(struct _uno_Interface *pInterface) | 
| Acquires uno interface. | |
| void(* | release )(struct _uno_Interface *pInterface) | 
| Releases uno interface. | |
| uno_DispatchMethod | pDispatcher | 
| dispatch function | |
The binary C uno interface description.
| void(* _uno_Interface::acquire) (struct _uno_Interface *pInterface) | 
Acquires uno interface.
| pInterface | uno interface | 
| uno_DispatchMethod _uno_Interface::pDispatcher | 
dispatch function
| void(* _uno_Interface::release) (struct _uno_Interface *pInterface) | 
Releases uno interface.
| pInterface | uno interface |