Constructor

DevhelpTabnew

Declaration [src]

DhTab*
dh_tab_new (
  DhWebView* web_view
)

Description

No description available.
Available since:3.30

Parameters

web_view DhWebView
 

A DhWebView, or NULL to create a DhWebView with the default DhProfile.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: DhTab
 

A new DhTab.

 The data is owned by the called function.