![]() |
![]() |
![]() |
libinfinity-0.5 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
InfCommunicationCentralFactoryInfCommunicationCentralFactory — Factory for InfCommunicationCentralMethod methods |
#include <libinfinity/communication/inf-communication-central-factory.h>
InfCommunicationCentralFactory;
struct InfCommunicationCentralFactoryClass;
InfCommunicationFactory * inf_communication_central_factory_get_default
(void
);
InfCommunicationCentralFactory implements InfCommunicationFactory. It supports the "central" method on all networks by instantiating InfCommunicationCentralMethod.
typedef struct _InfCommunicationCentralFactory InfCommunicationCentralFactory;
InfCommunicationCentralFactory is an opaque data type. You should only access it * via the public API functions.
struct InfCommunicationCentralFactoryClass { };
This structure does not contain any public fields.
InfCommunicationFactory * inf_communication_central_factory_get_default
(void
);
Returns the default InfCommunicationCentralFactory.
Returns : |
A InfCommunicationCentralFactory. It should not be unrefed or freed. |