From 971a53bec2bf2ced267f94d1799fa288e08e8c28 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 15 Oct 2009 18:34:57 +0200 Subject: Bug #562512 - Make hyperlinks clickable in Memos, Tasks and Calendar --- widgets/misc/e-buffer-tagger.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 widgets/misc/e-buffer-tagger.h (limited to 'widgets/misc/e-buffer-tagger.h') 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 + * + * + * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) + * + */ + +#ifndef E_BUFFER_TAGGER_H +#define E_BUFFER_TAGGER_H + +#include + +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 */ -- cgit v1.2.3