LibreOffice
LibreOffice 24.2 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. More... | |
void(* | release )(struct _uno_Interface *pInterface) |
Releases uno interface. More... | |
uno_DispatchMethod | pDispatcher |
dispatch function More... | |
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 |