23 #ifndef __XPLC_IMODULE_H__
24 #define __XPLC_IMODULE_H__
26 #if defined(__GNUC__) && __GNUC__ > 3
27 # pragma GCC system_header
47 {0x80, 0x8a, 0x6e, 0xbf, 0x1c, 0xe9, 0xf9, 0x4b}});
Interface to an object which can be used to find other objects, given their UUIDs.
#define UNSTABLE_INTERFACE
Used to mark an interface as unstable.
The service handler interface.
#define DEFINE_IID(iface, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11)
Used to define the IID of an interface.
The interface that a module should provide.