diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-20 16:26:42 +0200 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-31 11:59:37 +0200 |
commit | 6f16f975afa7da91291bd6a0ab30d16823951dde (patch) | |
tree | 17cd915b7a61561fc271e2eb36ec597c558f2081 /common/Makefile.am | |
parent | 8702019ec946d3ade84efa4f7e42e39f73f7bf6a (diff) |
gdbus: Move annotations to the interface XML file
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 93e215fc..a98e883a 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -16,12 +16,6 @@ $(dbus_built_sources) : Makefile.am dbus-interfaces.xml --interface-prefix org.gtk.vfs. \ --c-namespace GVfsDBus \ --generate-c-code gvfsdbus \ - --annotate "org.gtk.vfs.Mount.OpenForRead()" \ - org.gtk.GDBus.C.UnixFD true \ - --annotate "org.gtk.vfs.Mount.OpenForWrite()" \ - org.gtk.GDBus.C.UnixFD true \ - --annotate "org.gtk.vfs.Mount.OpenIconForRead()" \ - org.gtk.GDBus.C.UnixFD true \ $(srcdir)/dbus-interfaces.xml \ $(NULL) |