[ CCode ( cname = "gimp_int_store_lookup_by_user_data" ) ]
[ Version ( since = "2.10" ) ]
public static bool lookup_by_user_data (TreeModel model, void* user_data, out TreeIter iter)
Iterate over the model looking for user_data.
| model |
a IntStore |
| user_data |
a gpointer "user-data" to lookup in the |
| iter |
return location for the iter of the given |
|
true if the user-data has been located and |