Method

CogViewportget_visible_view

Declaration [src]

CogView*
cog_viewport_get_visible_view (
  CogViewport* self
)

Description [src]

Gets the visible view.

Note that there is no visible view when none is contained in the viewport. In this case NULL is returned.

Return value

Returns: CogView
 

Visible view, or NULL.

 The data is owned by the instance.
 The return value can be NULL.