mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
StyleProviderPrivate: mark internal variable as static
Otherwise, it could conflict with other symbols with the same name exported by a different shared library, with undefined effects. https://bugzilla.gnome.org/show_bug.cgi?id=674577
This commit is contained in:
parent
9d6811859f
commit
dee341fc35
@ -29,7 +29,7 @@ enum {
|
||||
|
||||
G_DEFINE_INTERFACE (GtkStyleProviderPrivate, _gtk_style_provider_private, GTK_TYPE_STYLE_PROVIDER)
|
||||
|
||||
guint signals[LAST_SIGNAL];
|
||||
static guint signals[LAST_SIGNAL];
|
||||
|
||||
static void
|
||||
_gtk_style_provider_private_default_init (GtkStyleProviderPrivateInterface *iface)
|
||||
|
Loading…
Reference in New Issue
Block a user