cpw.gillux.detachablepurple: 570b9b0a: Removed the "name" attribute of <node> t...
gillux at soc.pidgin.im
gillux at soc.pidgin.im
Sun May 20 13:21:21 EDT 2012
----------------------------------------------------------------------
Revision: 570b9b0ab590f28580d0d2fc0a4d341a95e62c50
Parent: 05824342d517e79f17199138aa8b3117240951dd
Author: gillux at soc.pidgin.im
Date: 05/20/12 05:08:52
Branch: im.pidgin.cpw.gillux.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/570b9b0ab590f28580d0d2fc0a4d341a95e62c50
Changelog:
Removed the "name" attribute of <node> tag.
These names are ignored by the dbus generation script are do not
match the run-time path names which are dynamics. They could be
confusing, so let's get rid of them.
Changes against parent 05824342d517e79f17199138aa8b3117240951dd
patched libpurple/dbus/account.xml
patched libpurple/dbus/blist.xml
patched libpurple/dbus/buddy.xml
patched libpurple/dbus/callback.xml
patched libpurple/dbus/chat.xml
patched libpurple/dbus/connection.xml
patched libpurple/dbus/constructor.xml
patched libpurple/dbus/contact.xml
patched libpurple/dbus/group.xml
-------------- next part --------------
============================================================
--- libpurple/dbus/account.xml c6eb5a710e17f3f9d927c4ce71691543cdecbe8e
+++ libpurple/dbus/account.xml a9f17460767705da3631627f133b63b56b51cff2
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/im/pidgin/purple/account">
+<node>
<interface name="im.pidgin.purple.account">
<property type="s" name="username" access="readwrite" />
<property type="s" name="password" access="readwrite" />
============================================================
--- libpurple/dbus/constructor.xml c01c7d7215dfa0a678274afadca95ab249c316c3
+++ libpurple/dbus/constructor.xml b7b6b669f16c72d3ecc821a27e7a6e816d35a5a4
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/im/pidgin/purple/constructor">
+<node>
<interface name="im.pidgin.purple.constructor">
<method name="NewAccount">
<arg type="s" name="username" direction="in" />
============================================================
--- libpurple/dbus/callback.xml eced65596170b2ac12482de77e27d323468cca0c
+++ libpurple/dbus/callback.xml d3e2ab546199b94f1dc7cddf9d39dc104e95e737
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/im/pidgin/purple/callback">
+<node>
<interface name="im.pidgin.purple.callback">
<method name="RunRequest">
<arg type="u" name="request_id" direction="in" />
============================================================
--- libpurple/dbus/connection.xml bb9f0b247bd0abb095d9ad22cfe09ab8cb499743
+++ libpurple/dbus/connection.xml b6c6e3a79d2134a62a5b4b4a1244085c1d2d7f23
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/im/pidgin/purple/connection">
+<node>
<interface name="im.pidgin.purple.connection">
<property type="u" name="flags" access="read" />
<property type="u" name="state" access="read" />
============================================================
--- libpurple/dbus/blist.xml db2c0cc236d92ec6d82ce7cbe187e52d1d18baea
+++ libpurple/dbus/blist.xml 2010b7b838f6acea6ca8e18c21f872924ab40e7a
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/im/pidgin/purple/blist">
+<node>
<interface name="im.pidgin.purple.blist">
<method name="GetBuddyList">
<!-- group: s = group path name; s = group name;
============================================================
--- libpurple/dbus/group.xml e5c99bad8df58914e34094e58dc56cb0be3d7d31
+++ libpurple/dbus/group.xml 0ffbd8e6e7d1a08523546eaa7911c6e95d8aebdf
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/im/pidgin/purple/group">
+<node>
<interface name="im.pidgin.purple.group">
<property type="s" name="name" access="readwrite" />
</interface>
============================================================
--- libpurple/dbus/contact.xml 580a5b08c1e05f522a64ab932ec1d390dad56803
+++ libpurple/dbus/contact.xml 28cf1e349d9401f2f6ebf2ea8f83c2b4f7fef94f
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/im/pidgin/purple/contact">
+<node>
<interface name="im.pidgin.purple.contact">
</interface>
</node>
============================================================
--- libpurple/dbus/buddy.xml 2b54cd50a1d900eeff57bea8db5804da9a59aca7
+++ libpurple/dbus/buddy.xml 951059f2653952a4b307afa5e7b5140f7497231f
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/im/pidgin/purple/buddy">
+<node>
<interface name="im.pidgin.purple.buddy">
<property type="s" name="alias" access="readwrite" />
<property type="s" name="name" access="readwrite" />
============================================================
--- libpurple/dbus/chat.xml 36de0ba71048c96bdde48eeda401f7892f4abf3a
+++ libpurple/dbus/chat.xml 61427525a000e71b5b6a795e997597047e5542b5
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/im/pidgin/purple/chat">
+<node>
<interface name="im.pidgin.purple.chat">
<property type="a{ss}" name="components" access="read" />
<property type="s" name="alias" access="readwrite" />
More information about the Commits
mailing list