Method

MetaSelectionset_owner

Declaration [src]

void
meta_selection_set_owner (
  MetaSelection* selection,
  MetaSelectionType selection_type,
  MetaSelectionSource* owner
)

Description [src]

Sets owner as the owner of the selection given by selection_type, unsets any previous owner there was.

Parameters

selection_type MetaSelectionType
 

Selection type.

owner MetaSelectionSource
 

New selection owner.

 The data is owned by the caller of the function.