ganv_item_set_valist
void ganv_item_set_valist (GanvItem* item,
const gchar* first_arg_name,
va_list args);
Configures a canvas item. The arguments in the item are set to the specified values, and the item is repainted as appropriate.
- item
A canvas item.
- first_arg_name
The name of the first argument used to configure the item.
- args
The list of object argument name/value pairs used to configure the item.
- Returns