![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
gpointer go_object_new (char const *type, char const *first_prop, ...); gpointer go_object_new_valist (char const *type, char const *first_prop, va_list vargs); #define GO_SERVICE_OBJECT_TYPE #define GO_SERVICE_OBJECT (o) #define IS_GO_SERVICE_OBJECT (o) GOServiceObject; GType go_service_object_get_type (void); charconst * go_service_object_primary_type (GOServiceObject const *service); GSListconst * go_service_object_interfaces (GOServiceObject const *service);
gpointer go_object_new (char const *type, char const *first_prop, ...);
|
|
|
|
|
|
Returns : |
gpointer go_object_new_valist (char const *type, char const *first_prop, va_list vargs);
|
|
|
|
|
|
Returns : |
#define GO_SERVICE_OBJECT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GO_SERVICE_OBJECT_TYPE, GOServiceObject))
|
#define IS_GO_SERVICE_OBJECT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GO_SERVICE_OBJECT_TYPE))
|
charconst * go_service_object_primary_type (GOServiceObject const *service);
|
|
Returns : |
GSListconst * go_service_object_interfaces (GOServiceObject const *service);
|
|
Returns : |