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