Documented some return values in the case of errors.
[platform/upstream/libexif.git] / libexif / exif-data.h
index eeee782..7d87d1d 100644 (file)
@@ -185,14 +185,16 @@ typedef enum {
 /*! Return a short textual description of the given #ExifDataOption.
  *
  * \param[in] o option
- * \return localized textual description of the option
+ * \return localized textual description of the option,
+ *   or NULL if unknown
  */
 const char *exif_data_option_get_name        (ExifDataOption o);
 
 /*! Return a verbose textual description of the given #ExifDataOption.
  *
  * \param[in] o option
- * \return verbose localized textual description of the option
+ * \return verbose localized textual description of the option,
+ *   or NULL if unknown
  */
 const char *exif_data_option_get_description (ExifDataOption o);