forked from AuroraMiddleware/gtk
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:
parent
e2fb67fdea
commit
3f5107cea5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user