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

« back to all changes in this revision

Viewing changes to doc/man/man3/GpeCurrency.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 "GpeCurrency" 3 "30 May 2007" "Version 0.1.0" "gpe-expenses" \" -*- nroff -*-
 
1
.TH "GpeCurrency" 3 "9 Sep 2007" "Version 0.1.3" "gpe-expenses" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
16
16
.PP
17
17
http://pilot-qof.sourceforge.net/manual.html#currency 
18
18
.PP
19
 
Definition at line 85 of file qof-expenses.h.
 
19
Definition at line 117 of file qof-expenses.h.
20
20
.SS "Data Fields"
21
21
 
22
22
.in +1c
35
35
.ti -1c
36
36
.RI "gboolean \fBnon_utf8\fP"
37
37
.br
 
38
.ti -1c
 
39
.RI "const gchar * \fBsymbol\fP"
 
40
.br
 
41
.ti -1c
 
42
.RI "const gchar * \fBmnemonic\fP"
 
43
.br
38
44
.in -1c
39
45
.SH "Field Documentation"
40
46
.PP 
42
48
.PP
43
49
pilot-link integer ID 
44
50
.PP
45
 
Definition at line 88 of file qof-expenses.h.
 
51
Definition at line 120 of file qof-expenses.h.
46
52
.SS "gint \fBGpeCurrency::fraction\fP"
47
53
.PP
48
54
currency fraction, pennies/cents etc. 
49
55
.PP
50
 
Definition at line 90 of file qof-expenses.h.
 
56
Definition at line 122 of file qof-expenses.h.
51
57
.PP
52
58
Referenced by gpe_currency_lookup().
53
59
.SS "const gchar* \fBGpeCurrency::symbol\fP"
54
60
.PP
55
61
locale symbol. 
56
62
.PP
57
 
Definition at line 92 of file qof-expenses.h.
 
63
Definition at line 124 of file qof-expenses.h.
58
64
.PP
59
65
Referenced by gpe_currency_lookup().
60
66
.SS "const gchar* \fBGpeCurrency::mnemonic\fP"
61
67
.PP
62
68
gnucash/cashutil mnemonic. 
63
69
.PP
64
 
Definition at line 94 of file qof-expenses.h.
 
70
Definition at line 126 of file qof-expenses.h.
65
71
.PP
66
72
Referenced by gpe_currency_lookup().
67
73
.SS "gboolean \fBGpeCurrency::non_utf8\fP"
68
74
.PP
69
75
TRUE if symbol is not UTF-8. (Currently, this is only useful if the symbol can still be shown as iso-8859-1.) 
70
76
.PP
71
 
Definition at line 98 of file qof-expenses.h.
 
77
Definition at line 130 of file qof-expenses.h.
72
78
.PP
73
79
Referenced by gpe_currency_lookup().
74
80