mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 10:44:04 +02:00
Avoid using namespace as identifier in public header files
This commit is contained in:
@@ -110,7 +110,7 @@ GITypelib * g_irepository_require (GIRepository *repository,
|
|||||||
GError **error);
|
GError **error);
|
||||||
GITypelib * g_irepository_require_private (GIRepository *repository,
|
GITypelib * g_irepository_require_private (GIRepository *repository,
|
||||||
const gchar *typelib_dir,
|
const gchar *typelib_dir,
|
||||||
const gchar *namespace,
|
const gchar *namespace_,
|
||||||
const gchar *version,
|
const gchar *version,
|
||||||
GIRepositoryLoadFlags flags,
|
GIRepositoryLoadFlags flags,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
Reference in New Issue
Block a user