Soup.SessionAsync¶
| Subclasses: | None |
|---|
Methods¶
| Inherited: | Soup.Session (33), GObject.Object (37) |
|---|---|
| Structs: | GObject.ObjectClass (5) |
| class | new () |
Virtual Methods¶
| Inherited: | Soup.Session (9), GObject.Object (7) |
|---|
Properties¶
| Inherited: | Soup.Session (20) |
|---|
Signals¶
| Inherited: | Soup.Session (6), GObject.Object (1) |
|---|
Fields¶
| Inherited: | Soup.Session (6), GObject.Object (1) |
|---|
| Name | Type | Access | Description |
|---|---|---|---|
| parent | Soup.Session |
r |
Class Details¶
-
class
Soup.SessionAsync(**kwargs)¶ Bases: Soup.SessionAbstract: No Structure: Soup.SessionAsyncClass-
classmethod
new()¶ Returns: the new session. Return type: Soup.SessionCreates an asynchronous
Soup.Sessionwith the default options.Deprecated since version ???:
Soup.SessionAsyncis deprecated; use a plainSoup.Session, created withSoup.Session.new(). See the ‘porting guide [libsoup-session-porting]’.
-
classmethod