summaryrefslogtreecommitdiff
path: root/gcr/gcr-simple-certificate.h
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2009-02-11 15:00:43 +0000
committerStefan Walter <stefw@src.gnome.org>2009-02-11 15:00:43 +0000
commit4b9c52f093e71e5aac97e281518a05bb328eebea (patch)
tree8458e4de92014178d62db490ae87e766ba86b109 /gcr/gcr-simple-certificate.h
parenta93feb23d32741470241b7754114a030c5f65cfb (diff)
downloadgcr-4b9c52f093e71e5aac97e281518a05bb328eebea.tar.gz
Add G_BEGIN_DECLS/G_END_DECLS to gcr headers.
svn path=/trunk/; revision=1555
Diffstat (limited to 'gcr/gcr-simple-certificate.h')
-rw-r--r--gcr/gcr-simple-certificate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcr/gcr-simple-certificate.h b/gcr/gcr-simple-certificate.h
index 3a0e894..566655a 100644
--- a/gcr/gcr-simple-certificate.h
+++ b/gcr/gcr-simple-certificate.h
@@ -26,6 +26,8 @@
#include <glib-object.h>
+G_BEGIN_DECLS
+
#define GCR_TYPE_SIMPLE_CERTIFICATE (gcr_simple_certificate_get_type ())
#define GCR_SIMPLE_CERTIFICATE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GCR_TYPE_CERTIFICATE, GcrSimpleCertificate))
#define GCR_SIMPLE_CERTIFICATE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GCR_TYPE_CERTIFICATE, GcrSimpleCertificateClass))
@@ -51,4 +53,6 @@ GType gcr_simple_certificate_get_type (void);
GcrCertificate* gcr_simple_certificate_new (const guchar *data,
gsize n_data);
+G_END_DECLS
+
#endif /* __GCR_SIMPLE_CERTIFICATE_H__ */