00001 00002 /* 00003 * This file is part of maemo-af-desktop 00004 * 00005 * Copyright (C) 2005 Nokia Corporation. 00006 * 00007 * Contact: Karoliina Salminen <karoliina.t.salminen@nokia.com> 00008 * 00009 * This library is free software; you can redistribute it and/or 00010 * modify it under the terms of the GNU Lesser General Public License 00011 * version 2.1 as published by the Free Software Foundation. 00012 * 00013 * This library is distributed in the hope that it will be useful, but 00014 * WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00016 * Lesser General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU Lesser General Public 00019 * License along with this library; if not, write to the Free Software 00020 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 00021 * 02110-1301 USA 00022 * 00023 */ 00024 00025 00034 #ifndef __OSSO_AF_DESKTOP_MAIN_H__ 00035 #define __OSSO_AF_DESKTOP_MAIN_H__ 00036 00037 #define OSSO_USER_DIR ".osso" 00038 #define MAEMO_AF_DESKTOP_GTKRC "current-gtk-theme.maemo_af_desktop" 00039 00040 /* The combined main function of Task Navigator, Home and Status bar */ 00041 00042 int maemo_af_desktop_main(int argc, char* argv[]); 00043 00044 #endif