mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -30,10 +30,10 @@
|
||||
#include <signal.h>
|
||||
|
||||
#include "gsignal.h"
|
||||
#include "gtype-private.h"
|
||||
#include "gbsearcharray.h"
|
||||
#include "gvaluecollector.h"
|
||||
#include "gvaluetypes.h"
|
||||
#include "gboxed.h"
|
||||
#include "gobject.h"
|
||||
#include "genums.h"
|
||||
#include "gobject_trace.h"
|
||||
@@ -765,7 +765,7 @@ signal_key_cmp (gconstpointer node1,
|
||||
}
|
||||
|
||||
void
|
||||
g_signal_init (void)
|
||||
_g_signal_init (void)
|
||||
{
|
||||
SIGNAL_LOCK ();
|
||||
if (!g_n_signal_nodes)
|
||||
|
Reference in New Issue
Block a user