Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GTimeVal |
Struct : | TimeVal |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
tv_sec : Number
|
GLib.TimeVal | |
tv_usec : Number
|
GLib.TimeVal |
Method / Constructor | Defined By | |
---|---|---|
new GLib.TimeVal
()
Create a new GLib.TimeVal
Create a new GLib.TimeVal
|
||
add
(Number microseconds)
:
none
|
GLib.TimeVal | |
to_iso8601
()
:
String
|
GLib.TimeVal |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Timeline
Method |
do_tick
(TimeVal tick_time)
:
none
|
GLib
Method |
GLib.get_current_time
(TimeVal result)
:
none
|
GLib
Method |
|
GLib.AsyncQueue
Method |
|
GLib.AsyncQueue
Method |
|
GLib.Date
Method |
set_time_val
(TimeVal timeval)
:
none
|
GLib.Source
Method |
get_current_time
(TimeVal timeval)
:
none
|
GdkPixbuf.PixbufAnimation
Method |
get_iter
(TimeVal start_time)
:
GdkPixbuf.PixbufAnimationIter
Get an iterator for displaying an animation.
|
GdkPixbuf.PixbufAnimationIter
Method |
Possibly advances an animation to a new frame.
|
Gio.FileInfo
Method |
get_modification_time
(TimeVal result)
:
none
|
Gio.FileInfo
Method |
set_modification_time
(TimeVal mtime)
:
none
|
GnomeVFS
Method |
GnomeVFS.ssl_set_timeout
(GnomeVFSSSL ssl, TimeVal timeout, GnomeVFSCancellation cancellation)
:
GnomeVFS.GnomeVFSResult
|
GnomeVFS.GnomeVFSSocket
Method |
|
GstRtsp.RTSPConnection
Method |
connect
(TimeVal timeout)
:
GstRtsp.RTSPResult
Attempt to connect to the url of conn made with gst_rtsp_connection_create().
|
GstRtsp.RTSPConnection
Method |
Attempt to read size bytes into data from the connected conn, blocking up to the specified timeout.
|
GstRtsp.RTSPConnection
Method |
Attempt to write size bytes of data to the connected conn, blocking up to the specified timeout.
|
GstRtsp.RTSPConnection
Method |
Attempt to send message to the connected conn, blocking up to the specified timeout.
|
GstRtsp.RTSPConnection
Method |
Attempt to read into message from the connected conn, blocking up to the specified timeout.
|
GstRtsp.RTSPConnection
Method |
Wait up to the specified timeout for the connection to become available for at least one of the operations specified in events.
|
GstRtsp.RTSPConnection
Method |
next_timeout
(TimeVal timeout)
:
GstRtsp.RTSPResult
Calculate the next timeout for conn, storing the result in timeout.
|
Soup.Date
Method |
to_timeval
()
:
GLib.TimeVal
Converts date to a GTimeVal.
|