summaryrefslogtreecommitdiff
path: root/lib/ephy-bookmark-states.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-bookmark-states.h')
-rw-r--r--lib/ephy-bookmark-states.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/ephy-bookmark-states.h b/lib/ephy-bookmark-states.h
new file mode 100644
index 000000000..a0d6ba6e5
--- /dev/null
+++ b/lib/ephy-bookmark-states.h
@@ -0,0 +1,28 @@
+/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * Copyright © 2020 Jan-Michael Brummer <jan.brummer@tabos.org>
+ *
+ * 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
+
+typedef enum {
+ EPHY_BOOKMARK_ICON_HIDDEN,
+ EPHY_BOOKMARK_ICON_EMPTY,
+ EPHY_BOOKMARK_ICON_BOOKMARKED
+} EphyBookmarkIconState;
+