From: David Zeuthen Date: Wed, 4 Feb 2009 23:37:26 +0000 (-0500) Subject: use new eggdbus feature to include enums/structs docs in the interface docs X-Git-Tag: 0.91~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a946db044f5ab1b60bd0f306dee8779df93d6d3b;p=platform%2Fupstream%2Fpolkit.git use new eggdbus feature to include enums/structs docs in the interface docs --- diff --git a/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml b/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml index cf48f2d..9ea9a7a 100644 --- a/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml +++ b/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml @@ -5,10 +5,10 @@ - + - + diff --git a/data/org.freedesktop.PolicyKit1.Authority.xml b/data/org.freedesktop.PolicyKit1.Authority.xml index 5f0cac2..06018ee 100644 --- a/data/org.freedesktop.PolicyKit1.Authority.xml +++ b/data/org.freedesktop.PolicyKit1.Authority.xml @@ -2,149 +2,149 @@ "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> - - - - - - + + + - - - + + - + + + - + + + - - + - - - - - + + - + + + - + + + - - + - - - - - + + - - - + + + - - - + + + - - - + + + - - - + + + - + + + - - + + + - - - + + + + - - - + + + + - - - + + + + - - - + + + - - - - + + + + + - - - + + + + + + + + + + + - - - - + + - - - - + + + - - - + + + - + + + - - - - - - - - - - - - + + + - - - - - - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + + + + + diff --git a/data/org.freedesktop.PolicyKit1.AuthorityManager.xml b/data/org.freedesktop.PolicyKit1.AuthorityManager.xml index 9f855bc..44211e3 100644 --- a/data/org.freedesktop.PolicyKit1.AuthorityManager.xml +++ b/data/org.freedesktop.PolicyKit1.AuthorityManager.xml @@ -2,26 +2,26 @@ "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am index 1ecfef5..2c8d670 100644 --- a/src/polkitagent/Makefile.am +++ b/src/polkitagent/Makefile.am @@ -25,13 +25,14 @@ agent-built-sources.stamp : Makefile.am $(top_srcdir)/data/org.freedesktop.Polic eggdbus-binding-tool \ --namespace "_PolkitAgent" \ --dbus-namespace "org.freedesktop.PolicyKit1" \ + --introspection-xml $(top_srcdir)/data/org.freedesktop.PolicyKit1.Authority.xml \ --introspection-xml $(top_srcdir)/data/org.freedesktop.PolicyKit1.AuthenticationAgent.xml \ --stamp-file agent-built-sources.stamp \ $(NULL) # keep in sync with contents of agent-built-sources.stamp (Thanks autotools) # -agent_built_sources = _polkitagentbindingsmarshal.c _polkitagentbindingsmarshal.h _polkitagentbindingsmarshal.list _polkitagentbindings.c _polkitagentbindings.h _polkitagentbindingstypes.h _polkitagentauthenticationagent.c _polkitagentauthenticationagent.h docbook-interface-org.freedesktop.PolicyKit1.AuthenticationAgent.xml +agent_built_sources = _polkitagentbindingsmarshal.c _polkitagentbindingsmarshal.h _polkitagentbindingsmarshal.list _polkitagentbindings.c _polkitagentbindings.h _polkitagentbindingstypes.h _polkitagentauthenticationagent.c _polkitagentauthenticationagent.h docbook-interface-org.freedesktop.PolicyKit1.AuthenticationAgent.xml _polkitagentauthority.c _polkitagentauthority.h docbook-interface-org.freedesktop.PolicyKit1.Authority.xml _polkitagentcheckauthorizationflags.c _polkitagentcheckauthorizationflags.h _polkitagentauthorizationresult.c _polkitagentauthorizationresult.h _polkitagenterror.c _polkitagenterror.h _polkitagentimplicitauthorization.c _polkitagentimplicitauthorization.h _polkitagentactiondescription.c _polkitagentactiondescription.h _polkitagentidentity.c _polkitagentidentity.h _polkitagentsubject.c _polkitagentsubject.h marshal.stamp : Makefile.am $(srcdir)/polkitagentmarshal.list glib-genmarshal --prefix=polkit_agent_marshal $(srcdir)/polkitagentmarshal.list --header > polkitagentmarshal.h.tmp && mv polkitagentmarshal.h.tmp polkitagentmarshal.h