WebKitDOMPerformanceEntryList

WebKitDOMPerformanceEntryList

Synopsis

                    WebKitDOMPerformanceEntryList;
WebKitDOMPerformanceEntry * webkit_dom_performance_entry_list_item
                                                        (WebKitDOMPerformanceEntryList *self,
                                                         gulong index);
gulong              webkit_dom_performance_entry_list_get_length
                                                        (WebKitDOMPerformanceEntryList *self);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMPerformanceEntryList

Properties

  "length"                   gulong                : Read

Description

Details

WebKitDOMPerformanceEntryList

typedef struct _WebKitDOMPerformanceEntryList WebKitDOMPerformanceEntryList;


webkit_dom_performance_entry_list_item ()

WebKitDOMPerformanceEntry * webkit_dom_performance_entry_list_item
                                                        (WebKitDOMPerformanceEntryList *self,
                                                         gulong index);

self :

A WebKitDOMPerformanceEntryList

index :

A gulong

Returns :

A WebKitDOMPerformanceEntry. [transfer none]

webkit_dom_performance_entry_list_get_length ()

gulong              webkit_dom_performance_entry_list_get_length
                                                        (WebKitDOMPerformanceEntryList *self);

self :

A WebKitDOMPerformanceEntryList

Returns :

A gulong

Property Details

The "length" property

  "length"                   gulong                : Read

read-only gulong PerformanceEntryList:length.