~ubuntu-branches/ubuntu/natty/gpe-expenses/natty

« back to all changes in this revision

Viewing changes to doc/man/man3/qof-expenses.h.3

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2007-09-08 19:11:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070908191132-q1o5xxbcckfctuvh
Tags: 0.1.3-1
* New upstream release.
* use the new Homepage support in dpkg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "qof-expenses.h" 3 "30 May 2007" "Version 0.1.0" "gpe-expenses" \" -*- nroff -*-
 
1
.TH "qof-expenses.h" 3 "9 Sep 2007" "Version 0.1.3" "gpe-expenses" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
102
102
 
103
103
.in +1c
104
104
.ti -1c
105
 
.RI "typedef \fBExpense\fP \fBExpense_t\fP"
 
105
.RI "typedef struct \fBExpense\fP \fBExpense_t\fP"
106
106
.br
107
107
.ti -1c
108
 
.RI "typedef \fBQofExp_s\fP \fBQofExp\fP"
 
108
.RI "typedef struct \fBQofExp_s\fP \fBQofExp\fP"
109
109
.br
110
110
.RI "\fIWraps QOF around Expense_t. \fP"
111
111
.ti -1c
112
 
.RI "typedef void(*) \fBGpeCurrencyCB\fP (gpointer key, gpointer value, gpointer user_data)"
 
112
.RI "typedef void(* \fBGpeCurrencyCB\fP )(gpointer key, gpointer value, gpointer user_data)"
113
113
.br
114
114
.in -1c
115
115
.SS "Enumerations"
121
121
.ti -1c
122
122
.RI "enum \fBExpensePayment\fP { \fBAmericanExpress\fP =  0, \fBCash\fP =  1, \fBCheque\fP, \fBCreditCard\fP, \fBMasterCard\fP, \fBPrepaid\fP, \fBVISA\fP, \fBUnfiled\fP }"
123
123
.br
 
124
.RI "\fItypedef for expense payment types. \fP"
124
125
.ti -1c
125
126
.RI "enum \fBExpenseType\fP { \fBAirfare\fP =  0, \fBBreakfast\fP =  1, \fBBus\fP =  2, \fBBusinessMeals\fP, \fBCarRental\fP, \fBDinner\fP, \fBEntertainment\fP, \fBFax\fP, \fBGas\fP, \fBGifts\fP, \fBHotel\fP, \fBIncidentals\fP, \fBLaundry\fP, \fBLimo\fP, \fBLodging\fP, \fBLunch\fP, \fBMileage\fP, \fBOther\fP, \fBParking\fP, \fBPostage\fP, \fBSnack\fP, \fBSubway\fP, \fBSupplies\fP, \fBTaxi\fP, \fBTelephone\fP, \fBTips\fP, \fBTolls\fP, \fBTrain\fP }"
126
127
.br
 
128
.RI "\fItypedef for expense types \fP"
127
129
.in -1c
128
130
.SS "Functions"
129
131