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.
| Gets property | Cog.Viewport:visible-view |
Return value
| Returns: | CogView |
Visible view, or |
|
| The data is owned by the instance. | |
The return value can be NULL. |