libnih icon indicating copy to clipboard operation
libnih copied to clipboard

nih-dbus-tool cannot handle DBUS_TYPE_VARIANT

Open xnox opened this issue 9 years ago • 1 comments

$ make org.freedesktop.systemd1.h
  GEN      org.freedesktop.systemd1.h
nih-dbus-tool:marshal.c:172: Not reached assertion failed in marshal
/bin/bash: line 4: 12193 Aborted                 (core dumped) /usr/bin/nih-dbus-tool --package=upstart --  mode=proxy --prefix=systemd --default-interface=org.freedesktop.systemd1.Manager --output=org.freedesktop.systemd1.h org.freedesktop.systemd1.xml

that seems to explode upon seeing DBUS_TYPE_VARIANT, looking at the code, indeed there is no support to generate that. Not a blocker for me, for now.

xnox avatar Jan 10 '15 00:01 xnox

Yeah, never got around to it, and it wasn't used to make it important

keybuk avatar Jun 18 '16 03:06 keybuk