~network-manager/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to introspection/nm-exported-connection.xml

* merge 0.7~~svn20080905t025540+eni0 snapshot to hardy branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        <tp:docstring>
7
7
            Represents a single network connection configuration.
8
8
        </tp:docstring>
9
 
        <method name="GetID">
 
9
 
 
10
        <method name="Update">
 
11
          <tp:docstring>
 
12
            Update the connection.
 
13
          </tp:docstring>
 
14
          <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_exported_connection_update"/>
 
15
          <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
16
          <arg name="properties" type="a{sa{sv}}" direction="in">
10
17
            <tp:docstring>
11
 
                Obtain the ID of this connection.
 
18
              New connection properties.
12
19
            </tp:docstring>
13
 
            <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_exported_connection_get_id"/>
14
 
            <arg name="id" type="s" direction="out">
15
 
                <tp:docstring>
16
 
                    The ID of this connection.
17
 
                </tp:docstring>
18
 
            </arg>
 
20
          </arg>
19
21
        </method>
20
22
 
21
 
        <method name="Update">
22
 
          <tp:docstring>
23
 
            Update the connection.
24
 
          </tp:docstring>
25
 
          <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_exported_connection_update"/>
 
23
        <method name="Delete">
 
24
          <tp:docstring>
 
25
            Delete the connection.
 
26
          </tp:docstring>
 
27
          <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_exported_connection_delete"/>
26
28
          <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
27
 
          <arg name="properties" type="a{sa{sv}}" direction="in">
28
 
            <tp:docstring>
29
 
              New connection properties.
30
 
            </tp:docstring>
31
 
          </arg>
32
 
        </method>
33
 
 
34
 
        <method name="Delete">
35
 
          <tp:docstring>
36
 
            Delete the connection.
37
 
          </tp:docstring>
38
 
          <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_exported_connection_delete"/>
39
 
          <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
40
 
        </method>
 
29
        </method>
41
30
 
42
31
        <method name="GetSettings">
43
32
            <tp:docstring>