[gtk/matthiasc/for-master] inspector: Export gtk_inspector_init
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] inspector: Export gtk_inspector_init
- Date: Wed, 6 Oct 2021 00:10:54 +0000 (UTC)
commit 3f5107cea56edb6c339345b2432a1a481f7f3dd1
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Oct 5 20:09:20 2021 -0400
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 <gdk/gdkversionmacros.h>
+
G_BEGIN_DECLS
+GDK_AVAILABLE_IN_ALL
void gtk_inspector_init (void);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]