GoaTelepathyFactory

GoaTelepathyFactory — Factory for GoaTelepathyProvider instances

Synopsis

struct              GoaTelepathyFactory;
struct              GoaTelepathyFactoryClass;

Description

GoaTelepathyFactory dynamically creates instances of GoaTelepathyProvider based on the protocols available through Telepathy.

It accepts the protocol names from the Telepathy specification as provider_name in goa_provider_factory_get_provider().

Details

struct GoaTelepathyFactory

struct GoaTelepathyFactory {
};


struct GoaTelepathyFactoryClass

struct GoaTelepathyFactoryClass {
  GoaProviderFactoryClass parent_class;
};