00001 /* -*- mode:C; c-file-style:"gnu"; -*- */ 00002 /* 00003 * This file is part of maemo-af-desktop 00004 * 00005 * Copyright (C) 2006 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 #ifndef HILDON_HOME_BACKGROUND_DIALOG 00026 #define HILDON_HOME_BACKGROUND_DIALOG 00027 00028 G_BEGIN_DECLS 00029 00030 gboolean home_bgd_dialog_run (GtkWindow * parent); 00031 00032 G_END_DECLS 00033 00034 #endif