For internal use only.
Definition at line 598 of file gphoto2-abilities-list.c. References _CameraAbilitiesList::abilities, CHECK_NULL, _CameraAbilitiesList::count, GP_ERROR, and CameraAbilities::id. { int x; CHECK_NULL (list && id); for (x = 0; x < list->count; x++) if (!strcmp (list->abilities[x].id, id)) return (x); return (GP_ERROR); }
|