|
GnuCash 2.4.99
|
00001 /********************************************************************\ 00002 * dialog-sx-since-last-run.h : dialog for scheduled transaction * 00003 * since-last-run processing. * 00004 * Copyright (C) 2006 Joshua Sled <jsled@asynchronous.org> * 00005 * * 00006 * This program is free software; you can redistribute it and/or * 00007 * modify it under the terms of version 2 and/or version 3 of the * 00008 * GNU General Public License as published by the Free Software * 00009 * Foundation. * 00010 * * 00011 * This program is distributed in the hope that it will be useful, * 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00014 * GNU General Public License for more details. * 00015 * * 00016 * You should have received a copy of the GNU General Public License* 00017 * along with this program; if not, contact: * 00018 * * 00019 * Free Software Foundation Voice: +1-617-542-5942 * 00020 * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 * 00021 * Boston, MA 02110-1301, USA gnu@gnu.org * 00022 \********************************************************************/ 00023 00024 #ifndef DIALOG_SX_SINCE_LAST_RUN_H 00025 #define DIALOG_SX_SINCE_LAST_RUN_H 00026 00027 #include "config.h" 00028 00029 #include <gtk/gtk.h> 00030 00031 #include "gnc-sx-instance-model.h" 00032 #include "gnc-plugin-page-sx-list.h" 00033 00034 typedef struct _GncSxSlrTreeModelAdapter GncSxSlrTreeModelAdapter; 00035 typedef struct _GncSxSinceLastRunDialog GncSxSinceLastRunDialog; 00036 00041 void gnc_sx_sxsincelast_book_opened(void); 00042 00046 GncSxSinceLastRunDialog* gnc_ui_sx_since_last_run_dialog(GncSxInstanceModel *sx_instances, 00047 GList *auto_created_txn_guids); 00048 00049 #endif
1.7.4