The inability to differentiate between single and double clicks in GtkGestureClick confuses me.
signal::released requires multiple clicks (greater than 2) to make parameter n_parss greater than 1
I found it in the listview, and the listview will affect the triggering of this signal.
I need 4 consecutive clicks to start accumulating n_parse
I use signal::pressed with g_timeout 200 to distinguish single or multi-click