diff --git a/ChangeLog b/ChangeLog index 329619114..d8cd923aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-08 Mike Kestner + + * gnomedb/Application.cs : add a missing DllImport. + 2004-06-08 Mike Kestner * gdk/Gdk.metadata : mark array param on Drawable.*Image. diff --git a/gnomedb/Application.cs b/gnomedb/Application.cs index f3905c362..79e0d1557 100644 --- a/gnomedb/Application.cs +++ b/gnomedb/Application.cs @@ -37,6 +37,7 @@ namespace GnomeDb gnome_db_init (app_id, version, 0, new IntPtr(0)); } + [DllImport("gnomedb-2")] static extern void gnome_db_init (string app_id, string version, ref int nargs, ref String [] args); public static void Init (ref string [] args)