From 4c9c180e276c9aca8f0063eb617ad4e7da0f75a9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Oct 2021 20:09:20 -0400 Subject: [PATCH] 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. --- gtk/inspector/init.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2