File tree 4 files changed +20
-4
lines changed
4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 67
67
68
68
The following results get returned via the :ref:`org.freedesktop.portal.Request::Response` signal:
69
69
70
- * ``session_handle`` (``o ``)
70
+ * ``session_handle`` (``s ``)
71
71
72
72
The session handle. An object path for the
73
73
org.freedesktop.portal.Session object representing the created
74
74
session.
75
+
76
+ .. note::
77
+ The ``session_handle`` is an object path that was erroneously implemented
78
+ as ``s``. For backwards compatibility it will remain this type.
75
79
-->
76
80
<method name =" CreateSession" >
77
81
<arg type =" a{sv}" name =" options" direction =" in" />
Original file line number Diff line number Diff line change 99
99
100
100
The following results get returned via the :ref:`org.freedesktop.portal.Request::Response` signal:
101
101
102
- * ``session_handle`` (``o ``)
102
+ * ``session_handle`` (``s ``)
103
103
104
104
The session handle. An object path for the
105
105
:ref:`org.freedesktop.portal.Session` object representing the created
106
106
session.
107
107
108
+ .. note::
109
+ The ``session_handle`` is an object path that was erroneously implemented
110
+ as ``s``. For backwards compatibility it will remain this type.
111
+
108
112
This method was added in version 2 of this interface.
109
113
-->
110
114
<method name =" CreateMonitor" >
Original file line number Diff line number Diff line change 67
67
68
68
The following results get returned via the :ref:`org.freedesktop.portal.Request::Response` signal:
69
69
70
- * ``session_handle`` (``o ``)
70
+ * ``session_handle`` (``s ``)
71
71
72
72
The session handle. An object path for the
73
73
:ref:`org.freedesktop.portal.Session` object representing the created
74
74
session.
75
+
76
+ .. note::
77
+ The ``session_handle`` is an object path that was erroneously implemented
78
+ as ``s``. For backwards compatibility it will remain this type.
75
79
-->
76
80
<method name =" CreateSession" >
77
81
<arg type =" a{sv}" name =" options" direction =" in" />
Original file line number Diff line number Diff line change 54
54
55
55
The following results get returned via the :ref:`org.freedesktop.portal.Request::Response` signal:
56
56
57
- * ``session_handle`` (``o ``)
57
+ * ``session_handle`` (``s ``)
58
58
59
59
The session handle. An object path for the
60
60
:ref:`org.freedesktop.portal.Session` object representing the created
61
61
session.
62
+
63
+ .. note::
64
+ The ``session_handle`` is an object path that was erroneously implemented
65
+ as ``s``. For backwards compatibility it will remain this type.
62
66
-->
63
67
<method name =" CreateSession" >
64
68
<arg type =" a{sv}" name =" options" direction =" in" />
You can’t perform that action at this time.
0 commit comments