[Xfce4-commits] [xfce/xfconf] 11/31: Get rid of the annotation tags.

noreply at xfce.org noreply at xfce.org
Thu Jun 1 13:33:04 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfconf.

commit a8b991f6ff96aabf16739cf673be6d3d8d64a5ef
Author: Ali Abdallah <aliovx at gmail.com>
Date:   Sun Apr 24 16:35:54 2016 +0200

    Get rid of the annotation tags.
---
 common/xfconf-dbus.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/common/xfconf-dbus.xml b/common/xfconf-dbus.xml
index 4c91465..3430392 100644
--- a/common/xfconf-dbus.xml
+++ b/common/xfconf-dbus.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <node name="/org/xfce/Xfconf">
-    <interface name="org.xfce.Xfconf">
-        <annotation name="org.freedesktop.DBus.GLib.CSymbol"
-                    value="xfconf"/>
-        <annotation name="org.freedesktop.DBus.GLib.ClientCSymbol"
-                    value="xfconf_client"/>
-
-	<annotation name="org.gtk.GDBus.C.Name" value="Client" />
-    
+    <interface name="org.xfce.Xfconf">   
         <!--
              void org.xfce.Xfconf.SetProperty(String channel,
                                               String property,
@@ -22,7 +15,6 @@
              Sets a property value.
         -->
         <method name="SetProperty">
-            <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
             <arg direction="in" name="channel" type="s"/>
             <arg direction="in" name="property" type="s"/>
             <arg direction="in" name="value" type="v"/>
@@ -38,7 +30,6 @@
              Gets a property value, returned as a variant type.
         -->
         <method name="GetProperty">
-            <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
             <arg direction="in" name="channel" type="s"/>
             <arg direction="in" name="property" type="s"/>
             <arg direction="out" name="value" type="v"/>
@@ -61,7 +52,6 @@
                       variants.
         -->
         <method name="GetAllProperties">
-            <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
             <arg direction="in" name="channel" type="s"/>
             <arg direction="in" name="property_base" type="s"/>
             <arg direction="out" name="properties" type="a{sv}"/>
@@ -79,7 +69,6 @@
              Returns: %TRUE if @property exists, %FALSE if not.
         -->
         <method name="PropertyExists">
-            <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
             <arg direction="in" name="channel" type="s"/>
             <arg direction="in" name="property" type="s"/>
             <arg direction="out" name="exists" type="b"/>
@@ -110,7 +99,6 @@
              by system policy, then it's just a reset.
         -->
         <method name="ResetProperty">
-            <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
             <arg direction="in" name="channel" type="s"/>
             <arg direction="in" name="property" type="s"/>
             <arg direction="in" name="recursive" type="b"/>
@@ -123,7 +111,6 @@
              strings.
         -->
         <method name="ListChannels">
-            <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
             <arg direction="out" name="channels" type="as"/>
         </method>
         
@@ -141,7 +128,6 @@
              environment is set up.
         -->
         <method name="IsPropertyLocked">
-            <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
             <arg direction="in" name="channel" type="s"/>
             <arg direction="in" name="property" type="s"/>
             <arg direction="out" name="locked" type="b"/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list