Add gdbus-codegen(1) command
authorDavid Zeuthen <davidz@redhat.com>
Fri, 8 Apr 2011 20:57:31 +0000 (16:57 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 8 Apr 2011 21:11:38 +0000 (17:11 -0400)
commit0b9229beca5379b638e9d9a879bca30560042023
tree87ea4c81253d1be400798d42ed0efeb571ec097c
parentac93a6af88901840b3324c086221c9153608df0a
Add gdbus-codegen(1) command

It doesn't work yet without the user manually adding ffi bits. That's
the topic of the next commit.

Signed-off-by: David Zeuthen <davidz@redhat.com>
15 files changed:
configure.ac
docs/reference/gio/Makefile.am
docs/reference/gio/gdbus-codegen.xml [new file with mode: 0644]
docs/reference/gio/gio-docs.xml
gio/Makefile.am
gio/gdbus-codegen/Makefile.am [new file with mode: 0644]
gio/gdbus-codegen/__init__.py [new file with mode: 0644]
gio/gdbus-codegen/codegen.py [new file with mode: 0644]
gio/gdbus-codegen/codegen_docbook.py [new file with mode: 0644]
gio/gdbus-codegen/codegen_main.py [new file with mode: 0644]
gio/gdbus-codegen/config.py.in [new file with mode: 0644]
gio/gdbus-codegen/dbustypes.py [new file with mode: 0644]
gio/gdbus-codegen/gdbus-codegen.in [new file with mode: 0755]
gio/gdbus-codegen/parser.py [new file with mode: 0644]
gio/gdbus-codegen/utils.py [new file with mode: 0644]