[vala] libarchive: Add support_format_raw method to Read class
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] libarchive: Add support_format_raw method to Read class
- Date: Tue, 26 Jul 2011 21:12:29 +0000 (UTC)
commit afbc54ea9c24e3931e090cf23b918f4d74f25472
Author: Luca Bruno <lucabru src gnome org>
Date: Tue Jul 26 23:11:26 2011 +0200
libarchive: Add support_format_raw method to Read class
Fixes bug 655372.
vapi/libarchive.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/libarchive.vapi b/vapi/libarchive.vapi
index cf0fae6..cb7d485 100644
--- a/vapi/libarchive.vapi
+++ b/vapi/libarchive.vapi
@@ -144,10 +144,10 @@ namespace Archive {
public Result support_format_gnutar ();
public Result support_format_iso9660 ();
public Result support_format_mtree ();
+ public Result support_format_raw ();
public Result support_format_tar ();
public Result support_format_zip ();
-
public Result open (
[CCode (delegate_target_pos = 0.9)] OpenCallback ocb,
[CCode (delegate_target_pos = 0.9)] ReadCallback rcb,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]