From 36f4054f8a0092bc844628af99adbbe65fb082ec Mon Sep 17 00:00:00 2001 From: David Hampton Date: Sun, 7 Sep 2003 23:37:27 +0000 Subject: [PATCH] Added references git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@9255 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/doc/g2-architecture.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/doc/g2-architecture.txt b/src/doc/g2-architecture.txt index 49f5c0cbe3..a13ee8d62a 100644 --- a/src/doc/g2-architecture.txt +++ b/src/doc/g2-architecture.txt @@ -147,3 +147,14 @@ be used to decide whether or not the user can select an account in the view. It is used in the new account dialog, for instance, to limit the accounts the user may select for the opening balance to an account that has the same currency as the account being created. + + + + +References +---------- +http://developer.gnome.org/dotplan/porting/index.html + +http://developer.gnome.org/doc/API/2.0/glib/index.html +http://developer.gnome.org/doc/API/2.0/gobject/index.html +http://developer.gnome.org/doc/API/2.0/gtk/index.html