Example #1
0
	internal static extern ExifByteOrder exif_note_get_byte_order (_ExifNote *note);
Example #2
0
	internal static extern void exif_note_set_byte_order (_ExifNote *note, ExifByteOrder order);
Example #3
0
	internal static extern void exif_note_free (_ExifNote *note);
Example #4
0
	internal static extern string [] exif_note_get_value (_ExifNote *note);
Example #5
0
	internal static extern void exif_note_unref (_ExifNote *note);