gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public headers

This helps out gtk-doc and g-ir-scanner, and also makes much clearer
what's private versus public.

https://bugzilla.gnome.org/show_bug.cgi?id=651745
This commit is contained in:
Colin Walters
2011-06-02 17:14:58 -04:00
parent d51198baad
commit 3bd3067ffc
14 changed files with 35 additions and 42 deletions

View File

@@ -86,7 +86,7 @@ static gchar* value_param_lcopy_value (const GValue *value,
/* --- functions --- */
void
g_param_type_init (void)
_g_param_type_init (void)
{
static const GTypeFundamentalInfo finfo = {
(G_TYPE_FLAG_CLASSED |