Method

DevhelpAssistantViewset_link

Declaration [src]

gboolean
dh_assistant_view_set_link (
  DhAssistantView* view,
  DhLink* link
)

Description [src]

Open link in the assistant view, if NULL the view will be blanked.

Parameters

link DhLink
 

A DhLink to set or NULL.

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

Return value

Returns: gboolean
 

TRUE if the requested link is open, FALSE otherwise.