| Top | 
Functions
webkit_dom_performance_entry_get_name ()
gchar *
webkit_dom_performance_entry_get_name (WebKitDOMPerformanceEntry *self);
webkit_dom_performance_entry_get_entry_type ()
gchar *
webkit_dom_performance_entry_get_entry_type
                               (WebKitDOMPerformanceEntry *self);
webkit_dom_performance_entry_get_start_time ()
gdouble
webkit_dom_performance_entry_get_start_time
                               (WebKitDOMPerformanceEntry *self);
webkit_dom_performance_entry_get_duration ()
gdouble
webkit_dom_performance_entry_get_duration
                               (WebKitDOMPerformanceEntry *self);
Property Details
The “duration” property
“duration” gdouble
read-only gdouble PerformanceEntry:duration.
Flags: Read
Default value: 0
The “entry-type” property
“entry-type” gchar *
read-only gchar* PerformanceEntry:entry-type.
Flags: Read
Default value: ""
The “name” property
“name” gchar *
read-only gchar* PerformanceEntry:name.
Flags: Read
Default value: ""
The “start-time” property
“start-time” gdouble
read-only gdouble PerformanceEntry:start-time.
Flags: Read
Default value: 0
