7 lines
251 B
OpenEdge ABL
7 lines
251 B
OpenEdge ABL
|
%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*);
|