inspector: Export gtk_inspector_init
authorMatthias Clasen <mclasen@redhat.com>
Wed, 6 Oct 2021 00:09:20 +0000 (20:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 31 Oct 2021 21:52:04 +0000 (17:52 -0400)
Quietly export this function mainly for the benefit
of libadwaita, which can can use this to install its
implementation of the gtk-inspector-page extension
point.

gtk/inspector/init.h

index 7fe6745fd8f172c6357189b3bdd089be8fb56fca..0c7a75e4886f00329f1a8281cee03c7d7dbdf2e9 100644 (file)
 #ifndef _GTK_INSPECTOR_INIT_H_
 #define _GTK_INSPECTOR_INIT_H_
 
+#include <gdk/gdkversionmacros.h>
+
 G_BEGIN_DECLS
 
+GDK_AVAILABLE_IN_ALL
 void gtk_inspector_init (void);
 
 G_END_DECLS