summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktextbufferserialize.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktextbufferserialize.h.diff')
-rw-r--r--meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktextbufferserialize.h.diff40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktextbufferserialize.h.diff b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktextbufferserialize.h.diff
new file mode 100644
index 0000000000..653c227cbe
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtktextbufferserialize.h.diff
@@ -0,0 +1,40 @@
1--- gtk+-2.6.4/gtk/gtktextbufferserialize.h 1970-01-01 02:00:00.000000000 +0200
2+++ gtk+-2.6.4/gtk/gtktextbufferserialize.h 2005-04-06 16:19:38.025757568 +0300
3@@ -0,0 +1,37 @@
4+/* gtktextbufferserialize.h
5+ *
6+ * Copyright (C) 2004 Nokia
7+ *
8+ * This library is free software; you can redistribute it and/or
9+ * modify it under the terms of the GNU Library General Public
10+ * License as published by the Free Software Foundation; either
11+ * version 2 of the License, or (at your option) any later version.
12+ *
13+ * This library is distributed in the hope that it will be useful,
14+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16+ * Library General Public License for more details.
17+ *
18+ * You should have received a copy of the GNU Library General Public
19+ * License along with this library; if not, write to the
20+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21+ * Boston, MA 02111-1307, USA.
22+ */
23+#ifndef GTK_TEXT_BUFFER_SERIALIZE_H
24+
25+#include <gtk/gtktextbuffer.h>
26+
27+gchar *gtk_text_buffer_serialize_rich_text (GtkTextBuffer *buffer,
28+ const GtkTextIter *start,
29+ const GtkTextIter *end,
30+ gint *len);
31+
32+gboolean gtk_text_buffer_deserialize_rich_text (GtkTextBuffer *buffer,
33+ GtkTextIter *iter,
34+ const gchar *text,
35+ gint len,
36+ gboolean create_tags,
37+ GError **error);
38+
39+
40+#endif /* GTK_TEXT_BUFFER_SERIALIZE_H */