summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkfilesystem.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkfilesystem.h.diff')
-rw-r--r--meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkfilesystem.h.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkfilesystem.h.diff b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkfilesystem.h.diff
new file mode 100644
index 0000000000..a555ca230b
--- /dev/null
+++ b/meta/packages/gtk+/gtk+-2.6.4-1.osso7/gtkfilesystem.h.diff
@@ -0,0 +1,12 @@
1--- gtk+-2.6.4/gtk/gtkfilesystem.h 2005-01-03 01:15:21.000000000 +0200
2+++ gtk+-2.6.4/gtk/gtkfilesystem.h 2005-04-06 16:19:36.518986632 +0300
3@@ -364,6 +364,9 @@
4
5 GtkFileSystem *_gtk_file_system_create (const char *file_system_name);
6
7+/* In Hildon we need to publish the previous symbol */
8+GtkFileSystem *hildon_gtk_file_system_create(const char *file_system_name);
9+
10 G_END_DECLS
11
12 #endif /* __GTK_FILE_SYSTEM_H__ */