diff options
author | Kristian Rietveld <kris@gtk.org> | 2010-12-28 10:41:16 +0100 |
---|---|---|
committer | Kristian Rietveld <kris@gtk.org> | 2010-12-28 10:41:16 +0100 |
commit | ca3f39d1179c9a2d3789e3266898362bfa49a580 (patch) | |
tree | 68f594f37946e01f55cd9a07d673e6362bb814c4 /girepository/girepository.h | |
parent | 7d902cedc44a33c46325152c301ba23785f6c13e (diff) | |
download | gobject-introspection-ca3f39d1179c9a2d3789e3266898362bfa49a580.tar.gz |
Avoid using namespace as identifier in public header files
Diffstat (limited to 'girepository/girepository.h')
-rw-r--r-- | girepository/girepository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girepository.h b/girepository/girepository.h index 476f183b..f14b1ad7 100644 --- a/girepository/girepository.h +++ b/girepository/girepository.h @@ -110,7 +110,7 @@ GITypelib * g_irepository_require (GIRepository *repository, GError **error); GITypelib * g_irepository_require_private (GIRepository *repository, const gchar *typelib_dir, - const gchar *namespace, + const gchar *namespace_, const gchar *version, GIRepositoryLoadFlags flags, GError **error); |