I want to select a GtkTreeview row by specifying an ID with the C GTK+ version.
I found this function:
gtk_tree_selection_select_iter (GtkTreeSelection *selection, GtkTreeIter *iter);
Unfortunately, I don't know how to get GtkTreeSelection and GtkTreeIter items from a specific ID.