X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/949182326954cce40971b97af387cc4c0196617b..195935b16f1a2966e50007309f0e68275dc8f2b5:/src/uobject/exportable.h diff --git a/src/uobject/exportable.h b/src/uobject/exportable.h index d3e9ce8..4033a1a 100644 --- a/src/uobject/exportable.h +++ b/src/uobject/exportable.h @@ -20,7 +20,7 @@ #define U_OBJECT_EXPORTABLE_H_ #include -#include +#include #define U_TYPE_OBJECT_EXPORTABLE (u_object_exportable_get_type()) #define U_OBJECT_EXPORTABLE(obj) G_TYPE_CHECK_INSTANCE_CAST(obj, \ @@ -39,8 +39,8 @@ typedef struct UObjectExportableIface UObjectExportableIface; struct UObjectExportableIface { GTypeInterface parent; - int (*export)(GObject *obj, FILE *f); - int (*export_name)(GObject *obj, char *buf, size_t n); + int (*export)(UObject *obj, FILE *f); + int (*export_name)(UObject *obj, char *buf, size_t n); }; GType u_object_exportable_get_type(void);