Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Struct Soup.Date

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupDate
Struct : Date
A date and time. The date is assumed to be in the (proleptic)
Gregorian calendar. The time is in UTC if utc is TRUE. Otherwise,
the time is a local time, and offset gives the offset from UTC in
minutes (such that adding offset to the time would give the
correct UTC time). If utc is FALSE and offset is 0, then the
SoupDate represents a "floating" time with no associated timezone
information.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Soup.Date ()
Create a new Soup.Date
Create a new Soup.Date
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup.Cookie
Method
get_expires () : Soup.Date
Gets cookie's expiration time
owned by cookie and should not be modified or freed.
Soup.Cookie
Method
set_expires (Date expires) : none
Sets cookie's expiration time to expires.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:56 GMT+0800 (HKT)