Details
GO_SERVICE_TYPE
#define GO_SERVICE_TYPE (go_service_get_type ())
GO_SERVICE()
#define GO_SERVICE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_SERVICE_TYPE, GOService))
IS_GO_SERVICE()
#define IS_GO_SERVICE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_SERVICE_TYPE))
go_service_get_type ()
GType go_service_get_type (void);
go_service_get_plugin ()
GOPlugin* go_service_get_plugin (GOService const *service);
GO_SERVICE_SIMPLE_TYPE
#define GO_SERVICE_SIMPLE_TYPE (go_service_simple_get_type ())
GO_SERVICE_SIMPLE()
#define GO_SERVICE_SIMPLE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_SERVICE_SIMPLE_TYPE, GOServiceSimple))
IS_GO_SERVICE_SIMPLE()
#define IS_GO_SERVICE_SIMPLE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_SERVICE_SIMPLE_TYPE))
GOServiceSimple
typedef struct {
GOService base;
} GOServiceSimple;
go_service_simple_get_type ()
GType go_service_simple_get_type (void);