From: Matthias Clasen Date: Wed, 6 Oct 2021 00:09:20 +0000 (-0400) Subject: inspector: Export gtk_inspector_init X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~5^2~259^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3f5107cea56edb6c339345b2432a1a481f7f3dd1;p=gtk4.git inspector: Export gtk_inspector_init 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. --- diff --git a/gtk/inspector/init.h b/gtk/inspector/init.h index 7fe6745fd8..0c7a75e488 100644 --- a/gtk/inspector/init.h +++ b/gtk/inspector/init.h @@ -18,8 +18,11 @@ #ifndef _GTK_INSPECTOR_INIT_H_ #define _GTK_INSPECTOR_INIT_H_ +#include + G_BEGIN_DECLS +GDK_AVAILABLE_IN_ALL void gtk_inspector_init (void); G_END_DECLS