mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 04:07:07 +00:00
2008-11-05 Mike Kestner <mkestner@novell.com>
* gtk/Builder.custom: #if the new API for 2.14 for now so it doesn't get confused as stable API yet. svn path=/trunk/gtk-sharp/; revision=118066
This commit is contained in:
parent
c9d658f381
commit
6aac9f149f
|
@ -1,3 +1,8 @@
|
|||
2008-11-05 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* gtk/Builder.custom: #if the new API for 2.14 for now so it
|
||||
doesn't get confused as stable API yet.
|
||||
|
||||
2008-11-04 Mike Gorse <mgorse@novell.com>
|
||||
|
||||
* glib/PtrArray.cs, glib/glue/ptrarray.c, glib/Makefile.am,
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
// Boston, MA 02111-1307, USA.
|
||||
|
||||
#if GTK_SHARP_2_14
|
||||
|
||||
[System.Serializable]
|
||||
public class HandlerNotFoundException : SystemException
|
||||
{
|
||||
|
@ -410,3 +412,4 @@ void BindFields (object target, Type type)
|
|||
while (type != typeof(object) && type != null);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue