Fix the build with -Dgtk_doc=true

We need to export the emoji chooser symbols to
really make it public api.
This commit is contained in:
Matthias Clasen 2020-02-08 19:04:19 -05:00
parent 645f49cf2b
commit 621a427627

View File

@ -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