00001 /* 00002 * This file is part of maemo-af-desktop 00003 * 00004 * Copyright (C) 2006 Nokia Corporation. 00005 * 00006 * Contact: Karoliina Salminen <karoliina.t.salminen@nokia.com> 00007 * Author: Johan Bilien <johan.bilien@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_SELECT_APPLETS_DIALOG_H__ 00026 #define __HILDON_HOME_SELECT_APPLETS_DIALOG_H__ 00027 00028 #include <libosso.h> 00029 #include <gtk/gtkwidget.h> 00030 #include <gtk/gtktreemodel.h> 00031 #include <glib/gi18n.h> 00032 00033 #define HOME_APPLETS_SELECT_TITLE _("home_ti_select_applets") 00034 #define HOME_APPLETS_SELECT_OK _("home_bd_select_applets_ok") 00035 #define HOME_APPLETS_SELECT_CANCEL _("home_bd_select_applets_cancel") 00036 00037 00038 GtkWidget * hildon_home_select_applets_dialog_new_with_model 00039 (GtkTreeModel *model, 00040 osso_context_t *osso_home); 00041 00042 00043 #endif