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