2008-12-12 Mike Kestner <mkestner@novell.com>
* bootstrap-2.12: tagged for 2.12.7. Bump svn version. * audit/base: update base apiinfo's for 2.12 stable api. svn path=/trunk/gtk-sharp/; revision=121431
This commit is contained in:
parent
470776ccea
commit
8cf702ea12
9 changed files with 11466 additions and 1673 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-12-12 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
* bootstrap-2.12: tagged for 2.12.7. Bump svn version.
|
||||||
|
* audit/base: update base apiinfo's for 2.12 stable api.
|
||||||
|
|
||||||
2008-12-08 Andrés G. Aragoneses <aaragoneses@novell.com>
|
2008-12-08 Andrés G. Aragoneses <aaragoneses@novell.com>
|
||||||
|
|
||||||
* glib/Signal.cs: Improve protection against invalid signals.
|
* glib/Signal.cs: Improve protection against invalid signals.
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,8 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<assemblies>
|
<assemblies>
|
||||||
<assembly name="glade-sharp" version="2.10.0.0">
|
<assembly name="glade-sharp" version="2.12.0.0">
|
||||||
<attributes>
|
<attributes>
|
||||||
|
<attribute name="GLib.IgnoreClassInitializersAttribute" />
|
||||||
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
|
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="KeyFile" value="gtk-sharp.snk" />
|
<property name="KeyFile" value="gtk-sharp.snk" />
|
||||||
|
@ -777,6 +778,14 @@
|
||||||
<parameter name="domain" position="2" attrib="0" type="System.String" />
|
<parameter name="domain" position="2" attrib="0" type="System.String" />
|
||||||
</parameters>
|
</parameters>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="ConstructFromBuffer(System.String, System.Int32, System.String, System.String)" attrib="134" returntype="System.Boolean">
|
||||||
|
<parameters>
|
||||||
|
<parameter name="buffer" position="0" attrib="0" type="System.String" />
|
||||||
|
<parameter name="size" position="1" attrib="0" type="System.Int32" />
|
||||||
|
<parameter name="root" position="2" attrib="0" type="System.String" />
|
||||||
|
<parameter name="domain" position="3" attrib="0" type="System.String" />
|
||||||
|
</parameters>
|
||||||
|
</method>
|
||||||
<method name="EnsureAccel()" attrib="134" returntype="Gtk.AccelGroup">
|
<method name="EnsureAccel()" attrib="134" returntype="Gtk.AccelGroup">
|
||||||
<parameters />
|
<parameters />
|
||||||
</method>
|
</method>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,8 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<assemblies>
|
<assemblies>
|
||||||
<assembly name="gtk-dotnet" version="2.10.0.0">
|
<assembly name="gtk-dotnet" version="2.12.0.0">
|
||||||
<attributes>
|
<attributes>
|
||||||
|
<attribute name="GLib.IgnoreClassInitializersAttribute" />
|
||||||
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
|
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="KeyFile" value="gtk-sharp.snk" />
|
<property name="KeyFile" value="gtk-sharp.snk" />
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Run this to set configure.in up for an API version.
|
# Run this to set configure.in up for an API version.
|
||||||
|
|
||||||
GTK_SHARP_VERSION=2.12.7
|
GTK_SHARP_VERSION=2.12.8
|
||||||
ASSEMBLY_VERSION=2.12.0.0
|
ASSEMBLY_VERSION=2.12.0.0
|
||||||
POLICY_VERSIONS="2.4 2.6 2.8 2.10"
|
POLICY_VERSIONS="2.4 2.6 2.8 2.10"
|
||||||
GTK_REQUIRED_VERSION=2.12.0
|
GTK_REQUIRED_VERSION=2.12.0
|
||||||
|
|
Loading…
Reference in a new issue