Method
IdeWorkspaceAddinsurface_set
since: 3.32
Description
This function is called to notify the addin of the current surface.
It may be set to NULL
before unloading the addin to allow addins
to do surface change state handling and cleanup in one function.
Available since: 3.32
Parameters
surface
-
Type:
IdeSurface
An
IdeSurface
orNULL
.The argument can be NULL
.The data is owned by the caller of the function.