Lines Matching defs:list
380 CameraList *list;
445 "%s: error: %d is not a valid speed for this camers. Use \"gphoto2 --camera \"%s\" --abilities\" for list.\n",
501 CHECK_RET (gp_list_new (&list));
502 CHECK_RET (gp_camera_folder_list_folders (camera, TopFolder, list, NULL));
503 n = gp_list_count (list);
506 DBG (0, "init_gphoto2: Unable to get file list\n");
712 GPPortInfoList *list;
722 CHECK_RET (gp_port_info_list_new (&list));
723 result = gp_port_info_list_load (list);
726 gp_port_info_list_free (list);
729 entries = gp_port_info_list_count (list);
732 gp_port_info_list_free (list);
740 result = gp_port_info_list_get_info (list, n, &info);
743 gp_port_info_list_free (list);
759 "%s: error: %s is not a valid gphoto2 port. Use \"gphoto2 --list-ports\" for list.\n",
786 "%s: error: %s is not a valid camera type. Use \"gphoto2 --list-cameras\" for list.\n",
1731 * read_dir - read a list of file names from the specified directory
1732 * and create a linked list of file name entries in
1733 * alphabetical order. The first entry in the list will
1742 /* Free up current list */
1859 * list item. Instead, we copy all the entries in the
1860 * current list, skipping over the deleted entry, and then
1861 * replace the current list with the new list.
1870 /* If not the one to delete, copy to the new list */