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
  Show / Hide Inherited methods, properties and signals
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 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 Tue Jun 22 2010 16:35:00 GMT+0800 (HKT)