projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41a662a
)
inspector: Export gtk_inspector_init
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 6 Oct 2021 00:09:20 +0000
(20:09 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 31 Oct 2021 21:52:04 +0000
(17:52 -0400)
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
patch
|
blob
|
history
diff --git
a/gtk/inspector/init.h
b/gtk/inspector/init.h
index 7fe6745fd8f172c6357189b3bdd089be8fb56fca..0c7a75e4886f00329f1a8281cee03c7d7dbdf2e9 100644
(file)
--- 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 <gdk/gdkversionmacros.h>
+
G_BEGIN_DECLS
+GDK_AVAILABLE_IN_ALL
void gtk_inspector_init (void);
G_END_DECLS