manpagez: man pages & more
html files: webkitdomgtk
Home | html | info | man

WebKitDOMPerformance

WebKitDOMPerformance

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitDOMObject
        ╰── WebKitDOMPerformance

Implemented Interfaces

WebKitDOMPerformance implements WebKitDOMEventTarget.

Description

Functions

webkit_dom_performance_now ()

gdouble
webkit_dom_performance_now (WebKitDOMPerformance *self);

Parameters

Returns

A gdouble


webkit_dom_performance_get_navigation ()

WebKitDOMPerformanceNavigation *
webkit_dom_performance_get_navigation (WebKitDOMPerformance *self);

Parameters

Returns

A WebKitDOMPerformanceNavigation.

[transfer full]


webkit_dom_performance_get_timing ()

WebKitDOMPerformanceTiming *
webkit_dom_performance_get_timing (WebKitDOMPerformance *self);

Parameters

Returns

A WebKitDOMPerformanceTiming.

[transfer full]


webkit_dom_performance_get_memory ()

void *
webkit_dom_performance_get_memory (WebKitDOMPerformance *self);

webkit_dom_performance_get_memory is deprecated and should not be used in newly-written code.

Types and Values

WebKitDOMPerformance

typedef struct _WebKitDOMPerformance WebKitDOMPerformance;

Property Details

The “navigation” property

  “navigation”               WebKitDOMPerformanceNavigation *

read-only WebKitDOMPerformanceNavigation* Performance:navigation.

Flags: Read


The “timing” property

  “timing”                   WebKitDOMPerformanceTiming *

read-only WebKitDOMPerformanceTiming* Performance:timing.

Flags: Read

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.