diff options
Diffstat (limited to 'thunar/thunar-create-dialog.h')
-rw-r--r-- | thunar/thunar-create-dialog.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/thunar/thunar-create-dialog.h b/thunar/thunar-create-dialog.h index bf71703d..e8aca253 100644 --- a/thunar/thunar-create-dialog.h +++ b/thunar/thunar-create-dialog.h @@ -1,6 +1,6 @@ /* $Id$ */ /*- - * Copyright (c) 2005 Benedikt Meurer <benny@xfce.org> + * Copyright (c) 2005-2006 Benedikt Meurer <benny@xfce.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -46,6 +46,11 @@ ThunarVfsMimeInfo *thunar_create_dialog_get_mime_info (const ThunarCreateDialog void thunar_create_dialog_set_mime_info (ThunarCreateDialog *dialog, ThunarVfsMimeInfo *mime_info); +gchar *thunar_show_create_dialog (GtkWidget *parent, + ThunarVfsMimeInfo *mime_info, + const gchar *filename, + const gchar *title) G_GNUC_MALLOC; + G_END_DECLS; #endif /* !__THUNAR_CREATE_DIALOG_H__ */ |