Method
PapersViewMetadataget_string
Declaration [src]
gboolean
pps_metadata_get_string (
  PpsMetadata* metadata,
  const gchar* key,
  const gchar** value
)
Parameters
- key
- 
            Type: const gchar*The keyword of the metadata. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- value
- 
            Type: const gchar**The value of the returned metadata. The argument will be set by the function. The returned data is owned by the instance. The value is a NUL terminated UTF-8 string.