#include <GFileAssoc.h>
Public Member Functions | |
char * | GetMimeType () |
Returns the mimetype. | |
char * | GetExtension () |
Returns the extension. | |
bool | GetExtensions (GArray< char * > &Ext) |
Gets the extensions that map to this assocaition. | |
bool | GetActions (GArray< GFileAssocAction * > &Actions) |
Gets the action for this association. | |
bool | SetAction (GFileAssocAction *Action) |
Sets an action. | |
bool | SetIcon (char *File, int Index) |
Sets the icon assocaited with the file type. |