summaryrefslogtreecommitdiff
path: root/lib/ephy-file-helpers.h
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-09-11 09:22:02 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-09-11 09:23:26 -0500
commit63059ce3181c637d2af26e323a11998c06eb2cd4 (patch)
tree896f03317d0113a6ba1c4561b44358c432e5e615 /lib/ephy-file-helpers.h
parent9368c2e2df2a061e3d640c53f95c5c8fc388a4df (diff)
downloadepiphany-63059ce3181c637d2af26e323a11998c06eb2cd4.tar.gz
Standardize modelines
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r--lib/ephy-file-helpers.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h
index 1ccf06f59..3658756f9 100644
--- a/lib/ephy-file-helpers.h
+++ b/lib/ephy-file-helpers.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* Copyright © 2002 Jorn Baayen
* Copyright © 2003, 2004 Marco Pesenti Gritti
@@ -24,24 +25,24 @@
#include <gtk/gtk.h>
extern GQuark ephy_file_helpers_error_quark;
-#define EPHY_FILE_HELPERS_ERROR_QUARK (ephy_file_helpers_error_quark)
+#define EPHY_FILE_HELPERS_ERROR_QUARK (ephy_file_helpers_error_quark)
G_BEGIN_DECLS
typedef enum
{
- EPHY_MIME_PERMISSION_SAFE = 1,
- EPHY_MIME_PERMISSION_UNSAFE = 2,
- EPHY_MIME_PERMISSION_UNKNOWN = 3
+ EPHY_MIME_PERMISSION_SAFE = 1,
+ EPHY_MIME_PERMISSION_UNSAFE = 2,
+ EPHY_MIME_PERMISSION_UNKNOWN = 3
} EphyMimePermission;
typedef enum
{
- EPHY_FILE_HELPERS_NONE = 0,
- EPHY_FILE_HELPERS_KEEP_DIR = 1 << 1,
- EPHY_FILE_HELPERS_PRIVATE_PROFILE = 1 << 2,
- EPHY_FILE_HELPERS_ENSURE_EXISTS = 1 << 3,
- EPHY_FILE_HELPERS_STEAL_DATA = 1 << 4
+ EPHY_FILE_HELPERS_NONE = 0,
+ EPHY_FILE_HELPERS_KEEP_DIR = 1 << 1,
+ EPHY_FILE_HELPERS_PRIVATE_PROFILE = 1 << 2,
+ EPHY_FILE_HELPERS_ENSURE_EXISTS = 1 << 3,
+ EPHY_FILE_HELPERS_STEAL_DATA = 1 << 4
} EphyFileHelpersFlags;
gboolean ephy_file_helpers_init (const char *profile_dir,
@@ -52,7 +53,7 @@ const char * ephy_dot_dir (void);
gboolean ephy_dot_dir_is_default (void);
char * ephy_default_dot_dir (void);
void ephy_file_helpers_shutdown (void);
-char * ephy_file_get_downloads_dir (void);
+char * ephy_file_get_downloads_dir (void);
char * ephy_file_desktop_dir (void);
const char * ephy_file_tmp_dir (void);
char * ephy_file_tmp_filename (const char *base,