summaryrefslogtreecommitdiff
path: root/src/cr-prop-list.h
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-02-29 17:47:29 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-02-29 17:47:29 +0000
commitf3b9b7a020e1bda68210adf70a76df7ec1aae4f2 (patch)
treeda0e32824c150e94edcd61ad88c939a833f89dbc /src/cr-prop-list.h
parent47fda49984479473eac39c8bee7ec7fd80a76e69 (diff)
downloadlibcroco-f3b9b7a020e1bda68210adf70a76df7ec1aae4f2.tar.gz
applied a patch from Rob BUIS that fixes numeros typos. Also adds
2004-02-29 Dodji Seketeli <dodji@gnome.org> * src/cr-input.c,src/cr-num.c,src/cr-prop-list.[ch], src/cr-rgb.c: applied a patch from Rob BUIS that fixes numeros typos. Also adds G_BEGIN_DECL/G_END_DECL to cr-prop-list.h
Diffstat (limited to 'src/cr-prop-list.h')
-rw-r--r--src/cr-prop-list.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cr-prop-list.h b/src/cr-prop-list.h
index 4efec0a..55d3dc1 100644
--- a/src/cr-prop-list.h
+++ b/src/cr-prop-list.h
@@ -24,6 +24,8 @@
#include "cr-utils.h"
#include "cr-declaration.h"
+G_BEGIN_DECLS
+
typedef struct _CRPropList CRPropList ;
typedef struct _CRPropListPriv CRPropListPriv ;
@@ -68,4 +70,6 @@ enum CRStatus cr_prop_list_get_decl (CRPropList *a_this,
void cr_prop_list_destroy (CRPropList *a_this) ;
+G_END_DECLS
+
#endif /*__CR_PROP_LIST_H__*/