/usr/include/gexiv2/gexiv2.h is in libgexiv2-dev 0.10.8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | /*
* gexiv2-metadata.h
*
* Author(s)
* Jim Nelson <jim@yorba.org>
*
* This is free software. See COPYING for details.
*/
#ifndef GEXIV2_H
#define GEXIV2_H
#include <gexiv2/gexiv2-metadata.h>
#include <gexiv2/gexiv2-managed-stream.h>
#include <gexiv2/gexiv2-preview-properties.h>
#include <gexiv2/gexiv2-preview-image.h>
#include <gexiv2/gexiv2-log.h>
#include <gexiv2/gexiv2-startup.h>
#include <gexiv2/gexiv2-version.h>
#endif /* GEXIV2_H */
|