![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
#define GO_SERVICE_TYPE #define GO_SERVICE (o) #define IS_GO_SERVICE (o) GType go_service_get_type (void); GOPlugin* go_service_get_plugin (GOService const *service); #define GO_SERVICE_SIMPLE_TYPE #define GO_SERVICE_SIMPLE (o) #define IS_GO_SERVICE_SIMPLE (o) GOServiceSimple; GType go_service_simple_get_type (void);
#define GO_SERVICE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_SERVICE_TYPE, GOService))
|
GOPlugin* go_service_get_plugin (GOService const *service);
|
|
Returns : |
#define GO_SERVICE_SIMPLE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_SERVICE_SIMPLE_TYPE, GOServiceSimple))
|
#define IS_GO_SERVICE_SIMPLE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_SERVICE_SIMPLE_TYPE))
|