~ubuntu-branches/ubuntu/quantal/gconf/quantal

« back to all changes in this revision

Viewing changes to gconf/gconf-error.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2007-11-01 18:47:26 UTC
  • mto: (7.1.1 lenny) (1.2.1) (76.1.1 oneiric-proposed)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20071101184726-e3e4cxfcp41tz6ui
Tags: upstream-2.20.1
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <glib.h>
24
24
 
25
 
#include <gconf/gconf-glib-public.h>
26
 
 
27
 
#ifdef __cplusplus
28
 
extern "C" {
29
 
#endif /* __cplusplus */
 
25
G_BEGIN_DECLS
30
26
 
31
27
#define GCONF_ERROR gconf_error_quark ()
32
28
 
58
54
 
59
55
GQuark gconf_error_quark (void);
60
56
 
61
 
#ifdef __cplusplus
62
 
}
63
 
#endif /* __cplusplus */
 
57
G_END_DECLS
64
58
 
65
59
#endif
66
60