00001 #ifndef ADOBE_ACCOUNT_H 00002 #define ADOBE_ACCOUNT_H 00003 00004 /* 00005 * File Name: adobe-account.h 00006 */ 00007 00008 /* 00009 * This file is part of settings. 00010 * 00011 * settings is free software: you can redistribute it and/or modify 00012 * it under the terms of the GNU General Public License as published by 00013 * the Free Software Foundation, either version 2 of the License, or 00014 * (at your option) any later version. 00015 * 00016 * settings is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 * GNU General Public License for more details. 00020 * 00021 * You should have received a copy of the GNU General Public License 00022 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00023 */ 00024 00025 /** 00026 * Copyright (C) 2008 iRex Technologies B.V. 00027 * All rights reserved. 00028 */ 00029 00030 #include <gtk/gtk.h> 00031 00032 G_BEGIN_DECLS 00033 00034 GtkWidget* create_adobe_account_window(GtkWidget* parent); 00035 00036 void load_adobe_account_settings(); 00037 00038 void save_adobe_account_settings(); 00039 00040 G_END_DECLS 00041 00042 #endif // ADOBE_ACCOUNT_H