Method
MetaSelectionunset_owner
Declaration [src]
void
meta_selection_unset_owner (
MetaSelection* selection,
MetaSelectionType selection_type,
MetaSelectionSource* owner
)
Description [src]
Unsets owner
as the owner the selection given by selection_type
. If
owner
does not own the selection, nothing is done.
Parameters
selection_type |
MetaSelectionType |
Selection type. |
|
owner |
MetaSelectionSource |
Owner to unset. |
|
The data is owned by the caller of the function. |