mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
docs: expose GVARIANT-SERIALIZATION as markdown
This commit is contained in:
parent
8a7c7868a7
commit
2bc48bbdd7
@ -1,5 +1,10 @@
|
|||||||
How we use GVariant for serializing D-Bus messages
|
---
|
||||||
--------------------------------------------------
|
title: GVariant D-Bus Message Serialization
|
||||||
|
category: Interfaces
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
# GVariant D-Bus Message Serialization
|
||||||
|
|
||||||
We stay close to the original dbus1 framing as possible, but make
|
We stay close to the original dbus1 framing as possible, but make
|
||||||
certain changes to adapt for GVariant. dbus1 has the following
|
certain changes to adapt for GVariant. dbus1 has the following
|
@ -3476,7 +3476,7 @@ install_data('LICENSE.GPL2',
|
|||||||
'docs/TRANSIENT-SETTINGS.md',
|
'docs/TRANSIENT-SETTINGS.md',
|
||||||
'docs/TRANSLATORS.md',
|
'docs/TRANSLATORS.md',
|
||||||
'docs/UIDS-GIDS.md',
|
'docs/UIDS-GIDS.md',
|
||||||
'src/libsystemd/sd-bus/GVARIANT-SERIALIZATION',
|
'docs/GVARIANT-SERIALIZATION.md',
|
||||||
install_dir : docdir)
|
install_dir : docdir)
|
||||||
|
|
||||||
meson.add_install_script('sh', '-c', mkdir_p.format(systemdstatedir))
|
meson.add_install_script('sh', '-c', mkdir_p.format(systemdstatedir))
|
||||||
|
Loading…
Reference in New Issue
Block a user