summaryrefslogtreecommitdiff
path: root/lib/ephy-file-dialog-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-file-dialog-utils.h')
-rw-r--r--lib/ephy-file-dialog-utils.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/ephy-file-dialog-utils.h b/lib/ephy-file-dialog-utils.h
new file mode 100644
index 000000000..e68104b0e
--- /dev/null
+++ b/lib/ephy-file-dialog-utils.h
@@ -0,0 +1,34 @@
+/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * Copyright © 2003, 2004 Christian Persch
+ * Copyright © 2017 Igalia S.L.
+ *
+ * This file is part of Epiphany.
+ *
+ * Epiphany 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 Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Epiphany is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Epiphany. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#pragma once
+
+#include <glib-object.h>
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+void ephy_file_dialog_add_shortcuts (GtkFileDialog *dialog);
+
+void ephy_file_dialog_add_filters (GtkFileDialog *dialog);
+
+G_END_DECLS