コード例 #1
0
ファイル: libexif-wrapper.cs プロジェクト: emtees/old-code
	internal static extern ExifByteOrder exif_note_get_byte_order (_ExifNote *note);
コード例 #2
0
ファイル: libexif-wrapper.cs プロジェクト: emtees/old-code
	internal static extern void exif_note_set_byte_order (_ExifNote *note, ExifByteOrder order);
コード例 #3
0
ファイル: libexif-wrapper.cs プロジェクト: emtees/old-code
	internal static extern void exif_note_free (_ExifNote *note);
コード例 #4
0
ファイル: libexif-wrapper.cs プロジェクト: emtees/old-code
	internal static extern string [] exif_note_get_value (_ExifNote *note);
コード例 #5
0
ファイル: libexif-wrapper.cs プロジェクト: emtees/old-code
	internal static extern void exif_note_unref (_ExifNote *note);