~ubuntu-branches/ubuntu/oneiric/gpe-expenses/oneiric

« back to all changes in this revision

Viewing changes to src/translate.h

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2009-05-24 08:46:26 UTC
  • mfrom: (1.1.6 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090524084626-aj2m6clr8fwoigoz
Tags: 0.1.7-1
* New upstream release
* (Closes: #505073): FTBFS with GCC 4.4: expected
  'gint *' but argument is of type 'guint *'
* Add new package to remove translation files from library in
  accordance with Policy 8.2 (libqofexpensesobjects-data)
* Add devhelp support.
* Remove Section and Priority duplication in debian/control.
* use upstream symbol versioning support.
* Update Standards Version (no changes)
* SONAME bump for libqofexpensesobjects to enhance support in other
  applications.
* Add xsltproc to build depends for doc generation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# 1 "/usr/include/libintl.h" 1 3 4
7
7
# 24 "/usr/include/libintl.h" 3 4
8
8
# 1 "/usr/include/features.h" 1 3 4
9
 
# 330 "/usr/include/features.h" 3 4
 
9
# 296 "/usr/include/features.h" 3 4
 
10
# 1 "/usr/include/bits/predefs.h" 1 3 4
 
11
# 297 "/usr/include/features.h" 2 3 4
 
12
# 329 "/usr/include/features.h" 3 4
10
13
# 1 "/usr/include/sys/cdefs.h" 1 3 4
11
14
# 348 "/usr/include/sys/cdefs.h" 3 4
12
15
# 1 "/usr/include/bits/wordsize.h" 1 3 4
13
16
# 349 "/usr/include/sys/cdefs.h" 2 3 4
14
 
# 331 "/usr/include/features.h" 2 3 4
15
 
# 354 "/usr/include/features.h" 3 4
 
17
# 330 "/usr/include/features.h" 2 3 4
 
18
# 361 "/usr/include/features.h" 3 4
16
19
# 1 "/usr/include/gnu/stubs.h" 1 3 4
17
20
 
18
21
 
25
28
 
26
29
# 1 "/usr/include/gnu/stubs-64.h" 1 3 4
27
30
# 10 "/usr/include/gnu/stubs.h" 2 3 4
28
 
# 355 "/usr/include/features.h" 2 3 4
 
31
# 362 "/usr/include/features.h" 2 3 4
29
32
# 25 "/usr/include/libintl.h" 2 3 4
30
33
# 35 "/usr/include/libintl.h" 3 4
31
34
 
92
95
# 59 "translate.c" 2
93
96
# 1 "/usr/include/locale.h" 1 3 4
94
97
# 29 "/usr/include/locale.h" 3 4
95
 
# 1 "/usr/lib/gcc/x86_64-linux-gnu/4.3.1/include/stddef.h" 1 3 4
 
98
# 1 "/usr/lib/gcc/x86_64-linux-gnu/4.3.3/include/stddef.h" 1 3 4
96
99
# 30 "/usr/include/locale.h" 2 3 4
97
100
# 1 "/usr/include/bits/locale.h" 1 3 4
98
101
# 27 "/usr/include/bits/locale.h" 3 4
238
241
 
239
242
# 60 "translate.c" 2
240
243
# 1 "qof-expenses.h" 1
241
 
# 97 "qof-expenses.h"
242
 
typedef struct Expense Expense_t;
243
 
 
244
 
 
245
 
 
246
 
 
247
 
 
248
 
 
249
 
 
 
244
# 105 "qof-expenses.h"
250
245
typedef struct QofExp_s QofExp;
251
246
 
252
 
typedef void (*GpeCurrencyCB) (gpointer key, gpointer value, gpointer user_data);
 
247
typedef void (*QofCurrencyCB) (gpointer key, gpointer value, gpointer user_data);
253
248
 
254
 
void gpe_currency_foreach(GpeCurrencyCB cb, gpointer user_data);
 
249
void qof_currency_foreach(QofCurrencyCB cb, gpointer user_data);
255
250
 
256
251
 
257
252
 
273
268
 
274
269
 
275
270
 gboolean non_utf8;
276
 
}GpeCurrency;
 
271
}QofCurrency;
277
272
# 150 "qof-expenses.h"
278
 
GpeCurrency *
279
 
gpe_currency_lookup (QofInstance* inst, gint currency_code);
280
 
 
281
 
 
282
 
 
283
 
 
284
 
 
285
 
 
286
 
 
287
 
GpeCurrency *
288
 
gpe_currency_lookup_name (QofInstance* inst, gchar * mnemonic);
 
273
QofCurrency *
 
274
qof_currency_lookup (QofInstance* inst, gint currency_code);
 
275
 
 
276
 
 
277
 
 
278
 
 
279
 
 
280
 
 
281
 
 
282
QofCurrency *
 
283
qof_currency_lookup_name (QofInstance* inst, gchar * mnemonic);
289
284
# 206 "qof-expenses.h"
290
285
DEFINE_ENUM(ExpenseDistance, DISTANCE_LIST)
291
286
# 239 "qof-expenses.h"