wm-properties: Cosmetic cleanup mime-type: more work. Syncing with home

wm-properties:  Cosmetic cleanup
mime-type: more work.  Syncing with home 'puter
This commit is contained in:
Jonathan Blandford 1999-04-11 17:46:53 +00:00
parent 3c19d104a6
commit d39d48db95
8 changed files with 159 additions and 10 deletions

View file

@ -20,5 +20,9 @@ typedef struct {
GtkWidget *get_mime_clist (void);
void init_mime_type (void);
void add_clicked (GtkWidget *widget, gpointer data);
void edit_clicked ();
void add_new_mime_type (gchar *mime_type, gchar *ext, gchar *regexp1, gchar *regexp2);
void write_user_mime (void);
void write_initial_mime (void);
#endif