[maemo-commits] [maemo-commits] r9615 - in projects/haf/trunk/hildon-fm: hildon-fm hildon-fm1-compat
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Feb 5 10:33:27 EET 2007
- Previous message: [maemo-commits] r9614 - projects/haf/trunk/hildon-fm/hildon-fm1-compat
- Next message: [maemo-commits] r9616 - projects/haf/trunk/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-02-05 10:33:26 +0200 (Mon, 05 Feb 2007) New Revision: 9615 Added: projects/haf/trunk/hildon-fm/hildon-fm/hildon-fm1-compat.c Removed: projects/haf/trunk/hildon-fm/hildon-fm1-compat/hildon-fm1-compat.c Log: Moved hildon-fm1-compat to hildon-fm directory. Copied: projects/haf/trunk/hildon-fm/hildon-fm/hildon-fm1-compat.c (from rev 9614, projects/haf/trunk/hildon-fm/hildon-fm1-compat/hildon-fm1-compat.c) Deleted: projects/haf/trunk/hildon-fm/hildon-fm1-compat/hildon-fm1-compat.c =================================================================== --- projects/haf/trunk/hildon-fm/hildon-fm1-compat/hildon-fm1-compat.c 2007-02-05 08:25:35 UTC (rev 9614) +++ projects/haf/trunk/hildon-fm/hildon-fm1-compat/hildon-fm1-compat.c 2007-02-05 08:33:26 UTC (rev 9615) @@ -1,48 +0,0 @@ -/* - * This file is part of hildon-fm package - * - * Copyright (C) 2005 Nokia Corporation. All rights reserved. - * - * Contact: Marius Vollmer <marius.vollmer at nokia.com> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. - * - * This library 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 this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA - * - */ - -/* This is a thin compatability layer on top of libhildonfm.so.2 that - gives you (more or less) the ABI of the old libhildonfm.so.1. This - works well enough since we only removed functions in - libhildonfm.so.2 but didn't change existing functions in an - incompatible way. - - However, this hack is only a migration helper. It will not be - officially supported. -*/ - -#include "hildon-file-selection.h" -#include "hildon-file-common-private.h" - -gboolean -hildon_file_selection_set_current_folder (HildonFileSelection *self, - const GtkFilePath *folder, - GError **error); - -gboolean -hildon_file_selection_set_current_folder (HildonFileSelection *self, - const GtkFilePath *folder, - GError **error) -{ - return _hildon_file_selection_set_current_folder_path (self, folder, error); -}
- Previous message: [maemo-commits] r9614 - projects/haf/trunk/hildon-fm/hildon-fm1-compat
- Next message: [maemo-commits] r9616 - projects/haf/trunk/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]