GnuCash 2.4.99
dialog-object-references.h
Go to the documentation of this file.
00001 /********************************************************************\
00002  * dialog-object-references.h -- dialog for displaying a list of    *
00003  *                               objects which refer to a specific  *
00004  *                               object                             *
00005  *                                                                  *
00006  * Copyright (C) 2010 Phil Longstaff (plongstaff@rogers.com)        *
00007  *                                                                  *
00008  * This program is free software; you can redistribute it and/or    *
00009  * modify it under the terms of the GNU General Public License as   *
00010  * published by the Free Software Foundation; either version 2 of   *
00011  * the License, or (at your option) any later version.              *
00012  *                                                                  *
00013  * This program is distributed in the hope that it will be useful,  *
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of   *
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    *
00016  * GNU General Public License for more details.                     *
00017  *                                                                  *
00018  * You should have received a copy of the GNU General Public License*
00019  * along with this program; if not, contact:                        *
00020  *                                                                  *
00021  * Free Software Foundation           Voice:  +1-617-542-5942       *
00022  * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652       *
00023  * Boston, MA  02110-1301,  USA       gnu@gnu.org                   *
00024 \********************************************************************/
00025 
00026 #ifndef DIALOG_OBJECT_REFERENCES_H
00027 #define DIALOG_OBJECT_REFERENCES_H
00028 
00039 void gnc_ui_object_references_show( const gchar* explanation, GList* objlist );
00040 
00043 #endif /* DIALOG_OBJECT_REFERENCES_H */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines