[gnome-settings-daemon] xrandr: Easiest part of the GDBus port



commit 9354d84626bdae092c45fb3d728c6ef0f2bae481
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 17 01:47:24 2010 +0000

    xrandr: Easiest part of the GDBus port
    
    As per usual

 plugins/xrandr/gsd-xrandr-manager.xml |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/plugins/xrandr/gsd-xrandr-manager.xml b/plugins/xrandr/gsd-xrandr-manager.xml
index 1057d75..62d4ae9 100644
--- a/plugins/xrandr/gsd-xrandr-manager.xml
+++ b/plugins/xrandr/gsd-xrandr-manager.xml
@@ -1,31 +1,31 @@
-<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd";>
+<!DOCTYPE node PUBLIC '-//freedesktop//DTD D-BUS Object Introspection 1.0//EN' 'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>
 <node>
-  <interface name="org.gnome.SettingsDaemon.XRANDR">
-    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="gsd_xrandr_manager"/>
-    <method name="ApplyConfiguration">
+  <interface name='org.gnome.SettingsDaemon.XRANDR'>
+    <annotation name='org.freedesktop.DBus.GLib.CSymbol' value='gsd_xrandr_manager'/>
+    <method name='ApplyConfiguration'>
       <!-- This method is implemented, but deprecated in favor of the
       same method in the XRANDR-2 interface defined below. -->
     </method>
   </interface>
 
-  <interface name="org.gnome.SettingsDaemon.XRANDR_2">
-    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="gsd_xrandr_manager_2"/>
-    <method name="ApplyConfiguration">
+  <interface name='org.gnome.SettingsDaemon.XRANDR_2'>
+    <annotation name='org.freedesktop.DBus.GLib.CSymbol' value='gsd_xrandr_manager_2'/>
+    <method name='ApplyConfiguration'>
       <!-- transient-parent window for the confirmation dialog; use 0
       for no parent -->
-      <arg name="parent_window_id" type="x" direction="in"/>
+      <arg name='parent_window_id' type='x' direction='in'/>
 
       <!-- Timestamp used to present the confirmation dialog and (in
       the future) for the RANDR calls themselves -->
-      <arg name="timestamp" type="x" direction="in"/>
+      <arg name='timestamp' type='x' direction='in'/>
     </method>
-    <method name="VideoModeSwitch">
+    <method name='VideoModeSwitch'>
        <!-- Timestamp for the RANDR call itself -->
-       <arg name="timestamp" type="x" direction="in"/>
+       <arg name='timestamp' type='x' direction='in'/>
     </method>
-    <method name="Rotate">
+    <method name='Rotate'>
        <!-- Timestamp for the RANDR call itself -->
-       <arg name="timestamp" type="x" direction="in"/>
+       <arg name='timestamp' type='x' direction='in'/>
     </method>
   </interface>
 </node>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]