Method

TemplateSymbolassign_object

Declaration

void
tmpl_symbol_assign_object (
  TmplSymbol* self,
  GObject* v_object
)

Description

Sets the value to the object v_object.

Parameters

v_object

Type: GObject

A GObject or NULL.

The argument can be NULL.
The data is owned by the caller of the method.