diff options
Diffstat (limited to 'hardinfo2/markdown-text-view.h')
-rw-r--r-- | hardinfo2/markdown-text-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/markdown-text-view.h b/hardinfo2/markdown-text-view.h index 36a81fb1..648ea39c 100644 --- a/hardinfo2/markdown-text-view.h +++ b/hardinfo2/markdown-text-view.h @@ -64,7 +64,7 @@ gboolean markdown_textview_set_text(MarkdownTextView * textview, void markdown_textview_clear(MarkdownTextView * textview); void markdown_textview_set_image_directory(MarkdownTextView * self, const gchar * directory); - +GType markdown_textview_get_type(); G_END_DECLS #endif /* __MARKDOWN_TEXTVIEW_H__ */ |