lookup_by_user_data


Description:

[ 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.

Parameters:

model

a IntStore

user_data

a gpointer "user-data" to lookup in the model

iter

return location for the iter of the given user_data

Returns:

true if the user-data has been located and iter is valid, false otherwise.