get_document
Description:
[ Version ( deprecated = true ) ]
public virtual void* get_document ()
public virtual void* get_document ()
Warning: get_document is deprecated.
Gets a pointer that points to an instance of the DOM.
Note:
Since 2.12.
this is already a representation of the document. Use it directly, or one of its children, as an instance of the DOM.
It is up to the caller to check atk_document_get_type to determine how to cast this pointer.
Parameters:
this |
a Object instance that implements AtkDocumentIface |
Returns:
a pointer that points to an instance of the DOM. |