~vmlokal/gdm/gudang

« back to all changes in this revision

Viewing changes to daemon/gdm-local-display-factory.xml

  • Committer: vmlokal
  • Date: 2011-02-15 05:11:44 UTC
  • Revision ID: vmlokal-20110215051144-i7dcctd34psc0b45
Update New Upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
2
<node name="/org/gnome/DisplayManager/LocalDisplayFactory">
 
3
  <interface name="org.gnome.DisplayManager.LocalDisplayFactory">
 
4
    <method name="CreateProductDisplay">
 
5
      <arg name="parent_display_id" direction="in" type="o"/>
 
6
      <arg name="relay_address" direction="in" type="s"/>
 
7
      <arg name="id" direction="out" type="o"/>
 
8
    </method>
 
9
    <method name="CreateTransientDisplay">
 
10
      <arg name="id" direction="out" type="o"/>
 
11
    </method>
 
12
    <method name="StartGuestSession">
 
13
      <arg name="current_user_session" direction="in" type="s"/>
 
14
      <arg name="id" direction="out" type="o"/>
 
15
    </method>
 
16
    <method name="SwitchToUser">
 
17
      <arg name="username" direction="in" type="s"/>    
 
18
      <arg name="id" direction="out" type="o"/>
 
19
    </method>
 
20
  </interface>
 
21
</node>