[gmime] Fixed C# bidning for Multipart.Count
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Fixed C# bidning for Multipart.Count
- Date: Thu, 16 Feb 2012 16:56:34 +0000 (UTC)
commit 1cec38866f32e154aab4d9e81cd796882c1db875
Author: Jeffrey Stedfast <jeff xamarin com>
Date: Thu Feb 16 11:56:07 2012 -0500
Fixed C# bidning for Multipart.Count
2012-02-16 Jeffrey Stedfast <jeff xamarin com>
* mono/Multipart.custom: Fixed the binding for Multipart.Count.
ChangeLog | 4 ++++
mono/Multipart.custom | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2e8ce11..e070010 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-16 Jeffrey Stedfast <jeff xamarin com>
+
+ * mono/Multipart.custom: Fixed the binding for Multipart.Count.
+
2012-02-04 Jeffrey Stedfast <fejj gnome org>
* configure.ac: Added --with-gacdir to fix bug #667072
diff --git a/mono/Multipart.custom b/mono/Multipart.custom
index aaf717c..3cbebe3 100644
--- a/mono/Multipart.custom
+++ b/mono/Multipart.custom
@@ -1,6 +1,6 @@
#region Native Methods
[DllImport("gmime")]
- static extern int g_mime_multipart_count (IntPtr multipart);
+ static extern int g_mime_multipart_get_count (IntPtr multipart);
[DllImport("gmime")]
static extern void g_mime_multipart_clear (IntPtr multipart);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]