TargetEntry.info

uint info() @property nothrow

Get info field.

Returns

an application-assigned integer ID which will

get passed as a parameter to e.g the #GtkWidget::selection-get signal. It allows the application to identify the target type without extensive string compares.

void info(uint propval) @property nothrow

Set info field.

Parameters

propvalan application-assigned integer ID which will get passed as a parameter to e.g the #GtkWidget::selection-get signal. It allows the application to identify the target type without extensive string compares.