summaryrefslogtreecommitdiff
path: root/gtk/gtkemojichooser.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-08 19:04:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-02-08 19:04:19 -0500
commit621a427627f2fd95266f4d2169589c3140753aff (patch)
treebc695c351bed1d212d884e51238a58edb3771187 /gtk/gtkemojichooser.h
parent645f49cf2b5d9d0d21db841a3c4ced27df523888 (diff)
downloadgtk+-621a427627f2fd95266f4d2169589c3140753aff.tar.gz
Fix the build with -Dgtk_doc=true
We need to export the emoji chooser symbols to really make it public api.
Diffstat (limited to 'gtk/gtkemojichooser.h')
-rw-r--r--gtk/gtkemojichooser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkemojichooser.h b/gtk/gtkemojichooser.h
index 63670b5d5c..611f4a184b 100644
--- a/gtk/gtkemojichooser.h
+++ b/gtk/gtkemojichooser.h
@@ -35,7 +35,9 @@ G_BEGIN_DECLS
typedef struct _GtkEmojiChooser GtkEmojiChooser;
typedef struct _GtkEmojiChooserClass GtkEmojiChooserClass;
+GDK_AVAILABLE_IN_ALL
GType gtk_emoji_chooser_get_type (void) G_GNUC_CONST;
+GDK_AVAILABLE_IN_ALL
GtkWidget *gtk_emoji_chooser_new (void);
G_END_DECLS