Перейти к файлу
Stephane Delcroix 02ea880bb7 bump the version to 0.3.3
svn path=/trunk/exiv2-sharp/; revision=129573
2009-03-17 11:20:46 +00:00
docs updating docs 2008-10-03 21:24:46 +00:00
exiv2 * Exiv2.metadata: mark SetValue* as private 2009-03-17 11:20:33 +00:00
glue * exiv2-xmpdatum.h|cpp: re-enable setValueString, implement 2009-03-17 11:19:58 +00:00
samples IptcSample 2009-03-17 11:20:40 +00:00
sources excluding ifdid.h 2008-10-03 21:25:10 +00:00
tests -noshadow 2008-12-02 12:28:35 +00:00
.gitignore Merge commit '56d54516eb' 2008-09-02 09:01:55 +00:00
AUTHORS adding self to the AUTHORS list 2008-09-02 09:37:30 +00:00
COPYING Merge commit '344941814a' 2008-09-02 09:01:59 +00:00
ChangeLog depend on gapi 2.12.7 2008-11-27 13:47:30 +00:00
INSTALL Merge commit '56d54516eb' 2008-09-02 09:01:55 +00:00
Makefile.am Makefile fixups 2008-09-22 15:24:21 +00:00
NEWS Merge commit '10c5a1ce0c230e' 2008-09-02 09:02:06 +00:00
README Merge commit 'dbfc872f852d17c' 2008-09-02 09:02:11 +00:00
TODO dropping an item from the TODO list 2008-12-02 10:37:34 +00:00
autogen.sh Merge commit '56d54516eb' 2008-09-02 09:01:55 +00:00
configure.ac bump the version to 0.3.3 2009-03-17 11:20:46 +00:00

README

exiv2-sharp: a .Net and a GObject bindings for exiv2 (http://www.exiv2.org)

Author(s):
	Stephane Delcroix <stephane@delcroix.org>

Copyright 2008 Novell, Inc.

ABOUT exiv2-sharp:
==================
The exiv2-sharp package contains actually two bindings for exiv2. A GObject
one, located in glue/, and a managed (.Net, Mono) in exiv2. The managed binding
depends on the GObject one and require it to be installed.

FEATURES:
=========
exiv2-sharp aim to be as featurefull as exiv2 is in both bindings

BUILDING IT:
============
- build and install the code in glue/
- if glue code was modified, reparse the sources
	- "make api" in sources
- build the managed binding: "make" in exiv2

SAMPLE CODE:
============
Find both gobject (.c files) and managed (.cs files) samples using the bindings
in samples/

USING IT:
=========
Look at the samples, do NOT forget to GLib.GType.Init () or g_type_init () before
using any part of both bindings.

BUGS:
=====
There's no such things as bugs in exiv2-sharp. But in case you'd find something
that could eventually looks like it was a bug, drop me mail (no bugtracker yet)

LICENSE:
========
This code is release under the MIT.X11 license, see COPYING or file headers for
details.