Method

IdeFancyTreeViewset_data_func

since: 3.32

Declaration

void
ide_fancy_tree_view_set_data_func (
  IdeFancyTreeView* self,
  GtkCellLayoutDataFunc func,
  gpointer func_data,
  GDestroyNotify func_data_destroy
)

Description

Sets the data func to use to update the text for the IdeCellRendererFancy cell renderer.

Available since: 3.32

Parameters

func

Type: GtkCellLayoutDataFunc

A callback.

The argument can be NULL.
func_data

Type: gpointer

Data for func.

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

Type: GDestroyNotify

Destroy notify for func_data.