aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r--embed/ephy-embed-single.h21
1 files changed, 2 insertions, 19 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index 9a6e5e873..e45b99cad 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -14,6 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Id$
*/
#ifndef EPHY_EMBED_SINGLE_H
@@ -132,15 +134,6 @@ struct EphyEmbedSingleClass
gresult (* remove_passwords) (EphyEmbedSingle *shell,
GList *passwords,
PasswordType type);
- gresult (* show_file_picker) (EphyEmbedSingle *shell,
- GtkWidget *parentWidget,
- const char* title,
- const char* directory,
- const char* file,
- FilePickerMode mode,
- char **ret_fullpath,
- FileFormat *file_formats,
- gint *ret_file_format);
};
GType ephy_embed_single_get_type (void);
@@ -179,16 +172,6 @@ gresult ephy_embed_single_remove_passwords (EphyEmbedSingle *shell,
GList *passwords,
PasswordType type);
-gresult ephy_embed_single_show_file_picker (EphyEmbedSingle *shell,
- GtkWidget *parentWidget,
- const char *title,
- const char *directory,
- const char *file,
- FilePickerMode mode,
- char **ret_fullpath,
- FileFormat *file_formats,
- int *ret_file_format);
-
G_END_DECLS
#endif