On 08/16/2013 11:34 AM, Victor Rafael Escobar Olmos wrote:
Recently I've been reading firewalld manpages as well as many other online resources documented by it (fedora's wiki, etc).
When I try to browse the D-BUS interface I can't find any specific information anywhere, even if it's directly referenced from other manpages. For example in my local fedora installation when I type man firewalld.dbus it produces no results and the same for the online man pages which have broken links; example: http://linuxmanpages.net/manpages/fedora19/man5/firewalld.dbus.5.html
Is it somewhere documentation about this API or at least the real API?
There's no D-Bus interface documentation at the moment, but you can use
# gdbus introspect --system --dest org.fedoraproject.FirewallD1 --object-path /org/fedoraproject/FirewallD1
to to see interfaces and properties.
-- Jiri