gramps/gramps2/src/grampslib.i

7 lines
251 B
OpenEdge ABL
Raw Normal View History

%module grampslib
extern char* gnome_vfs_mime_get_icon(const char *);
extern char* gnome_vfs_mime_type_from_name(const char* );
extern char* gnome_vfs_mime_get_description(const char*);
extern char* gnome_vfs_mime_get_value(const char*,const char*);