Use G_BEGIN_DECLS and G_END_DECLS.

2001-02-21  Tor Lillqvist  <tml@iki.fi>

	* *.h: Use G_BEGIN_DECLS and G_END_DECLS.

	* Makefile.am: Use libglib-1.3.la from top_builddir. Invoke
	libtool with -no-undefined for Win32 and Cygwin.
This commit is contained in:
Tor Lillqvist
2001-03-09 21:39:51 +00:00
committed by Tor Lillqvist
parent 8dd8609870
commit 137d3248c7
16 changed files with 49 additions and 137 deletions

View File

@@ -24,11 +24,7 @@
#include <gobject/gvalue.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
G_BEGIN_DECLS
/* --- type macros --- */
#define G_TYPE_IS_PARAM(type) (G_TYPE_FUNDAMENTAL (type) == G_TYPE_PARAM)
@@ -187,8 +183,6 @@ GParamSpec* g_param_spec_pool_lookup (GParamSpecPool *pool,
* >0 if value1 > value2, and 0 otherwise (they are equal)
*/
#ifdef __cplusplus
}
#endif /* __cplusplus */
G_END_DECLS
#endif /* __G_PARAM_H__ */