aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-buffer-tagger.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-10-16 00:34:57 +0800
committerMilan Crha <mcrha@redhat.com>2009-10-16 00:34:57 +0800
commit971a53bec2bf2ced267f94d1799fa288e08e8c28 (patch)
tree24e30f3b65e2a67f48a724d9a73e30b17d824a98 /widgets/misc/e-buffer-tagger.h
parent25dd724999d551f2f59b06909cff7c660a3c3dab (diff)
downloadgsoc2013-evolution-971a53bec2bf2ced267f94d1799fa288e08e8c28.tar
gsoc2013-evolution-971a53bec2bf2ced267f94d1799fa288e08e8c28.tar.gz
gsoc2013-evolution-971a53bec2bf2ced267f94d1799fa288e08e8c28.tar.bz2
gsoc2013-evolution-971a53bec2bf2ced267f94d1799fa288e08e8c28.tar.lz
gsoc2013-evolution-971a53bec2bf2ced267f94d1799fa288e08e8c28.tar.xz
gsoc2013-evolution-971a53bec2bf2ced267f94d1799fa288e08e8c28.tar.zst
gsoc2013-evolution-971a53bec2bf2ced267f94d1799fa288e08e8c28.zip
Bug #562512 - Make hyperlinks clickable in Memos, Tasks and Calendar
Diffstat (limited to 'widgets/misc/e-buffer-tagger.h')
-rw-r--r--widgets/misc/e-buffer-tagger.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/widgets/misc/e-buffer-tagger.h b/widgets/misc/e-buffer-tagger.h
new file mode 100644
index 0000000000..86e6710d01
--- /dev/null
+++ b/widgets/misc/e-buffer-tagger.h
@@ -0,0 +1,35 @@
+/*
+ * e-buffer-tagger.h
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) version 3.
+ *
+ * This program 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ *
+ *
+ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+ *
+ */
+
+#ifndef E_BUFFER_TAGGER_H
+#define E_BUFFER_TAGGER_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+void e_buffer_tagger_connect (GtkTextView *textview);
+void e_buffer_tagger_disconnect (GtkTextView *textview);
+void e_buffer_tagger_update_tags (GtkTextView *textview);
+
+G_END_DECLS
+
+#endif /* E_BUFFER_TAGGER_H */