docs: Move the GObject tutorial to Markdown

Helps: #3037
This commit is contained in:
Matthias Clasen
2023-10-10 12:13:20 +01:00
committed by Philip Withnall
parent 682e9c9f56
commit 3d55be0b82
5 changed files with 1290 additions and 1537 deletions

View File

@@ -38,7 +38,6 @@ if get_option('gtk_doc')
'glib-mkenums.xml',
'glib-genmarshal.xml',
'gobject-query.xml',
'tut_howto.xml',
'tut_tools.xml'
],
html_assets : [
@@ -72,6 +71,7 @@ expand_content_files = [
'enum-types.md',
'floating-refs.md',
'gvalue.md',
'tutorial.md',
]
gobject_gir = meson.current_source_dir() / 'GObject-2.0.gir'