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.
This commit is contained in:
Matthias Clasen 2021-10-05 20:09:20 -04:00
parent e2fb67fdea
commit 3f5107cea5

View File

@ -18,8 +18,11 @@
#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