Method

GtkSourceMapset_view

Declaration

void
gtk_source_map_set_view (
  GtkSourceMap* map,
  GtkSourceView* view
)

Description

Sets the view that map will be doing the mapping to.

Sets propertyGtkSource.Map:view

Parameters

view GtkSourceView
 

A GtkSourceView.

 The data is owned by the caller of the function.