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.4.1+ds1-2+rpi1^2~18^2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4c9c180e276c9aca8f0063eb617ad4e7da0f75a9;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