[maemo-commits] [maemo-commits] r16789 - projects/haf/branches/hildon-fm/fremantle/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Nov 27 17:52:34 EET 2008
Author: rabinovich
Date: 2008-11-27 17:52:34 +0200 (Thu, 27 Nov 2008)
New Revision: 16789

Modified:
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-fm1-compat.c
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-fm1-compat.h
Log:
new call for FM _get_selected_files

Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-fm1-compat.c
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-fm1-compat.c	2008-11-27 15:51:40 UTC (rev 16788)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-fm1-compat.c	2008-11-27 15:52:34 UTC (rev 16789)
@@ -82,3 +82,9 @@
 
   return g_slist_reverse (paths);
 }
+
+GSList *hildon_file_selection_get_selected_files(HildonFileSelection * self) {
+
+    return _hildon_file_selection_get_selected_files(self);
+
+}

Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-fm1-compat.h
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-fm1-compat.h	2008-11-27 15:51:40 UTC (rev 16788)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-fm1-compat.h	2008-11-27 15:52:34 UTC (rev 16789)
@@ -50,5 +50,6 @@
 					  const GtkFilePath *path);
 
 GSList * hildon_file_selection_get_selected_paths (HildonFileSelection *self);
+GSList * hildon_file_selection_get_selected_files(HildonFileSelection * self);
 
 #endif /* !HILDON_FM1_COMPAT_H */


More information about the maemo-commits mailing list