| 30 | | <arg type="s" name="blog_id" /> |
|---|
| 31 | | <arg type="a{sv}" name="fields" direction="in" /> |
|---|
| 32 | | <arg type="b" name="status" direction="out" /> |
|---|
| | 30 | <annotation name="org.freedesktop.DBus.GLib.ASync" value="" /> |
|---|
| | 31 | <arg type="s" name="blog_id" /> |
|---|
| | 32 | <arg type="a{sv}" name="fields" direction="in" /> |
|---|
| | 33 | <arg type="b" name="status" direction="out" /> |
|---|
| | 34 | </method> |
|---|
| | 35 | <method name="blog_edit_post"> |
|---|
| | 36 | <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="bs_manager_blog_edit_post" /> |
|---|
| | 37 | <annotation name="org.freedesktop.DBus.GLib.ASync" value="" /> |
|---|
| | 38 | <arg type="s" name="blog_id" /> |
|---|
| | 39 | <arg type="s" name="post_id" /> |
|---|
| | 40 | <arg type="a{sv}" name="fields" direction="in" /> |
|---|
| | 41 | <arg type="b" name="status" direction="out" /> |
|---|