Definition at line 825 of file gphoto2-file.c.
References CHECK_NULL, and GP_OK.
Referenced by gp_filesystem_get_file().
{ CHECK_NULL (file && name); strncpy (file->name, name, sizeof (file->name)); return (GP_OK); }