2004-05-27 Mike Kestner <mkestner@ximian.com>

* glib/Object.cs: mark GType property public.

svn path=/trunk/gtk-sharp/; revision=28286
This commit is contained in:
Mike Kestner 2004-05-27 16:35:21 +00:00
parent fd3c3b56d6
commit 2eada8c950
2 changed files with 10 additions and 7 deletions

View File

@ -1,15 +1,18 @@
2004-05-27 Mike Kestner <mkestner@ximian.com>
* glib/Object.cs: mark GType property public.
2004-05-27 Jeroen Zwartepoorte <jeroen@xs4all.nl>
* gtk/Gtk.metadata: Hide the GtkCtree class (old gtk+ 1.x junk).
2004-05-25 Mike Kestner <mkestner@ximian.com>
2004-05-26 Mike Kestner <mkestner@ximian.com>
* gtkhtml/Gtk.metadata : hide Gtk.HTML the ctors.
* gtkhtml/HTML.custom : new manual impl for ctors.
* gtkhtml/Makefile.am : add new custom
[Fixes #59148]
* gtkhtml/Makefile.am : add new custom [Fixes #59148]
2004-05-25 Mike Kestner <mkestner@ximian.com>
2004-05-26 Mike Kestner <mkestner@ximian.com>
* */Makefile.am : rm -f generated/* in case it doesn't exist yet.

View File

@ -2,8 +2,8 @@
//
// Authors: Mike Kestner <mkestner@speakeasy.net>
//
// (c) 2001-2003 Mike Kestner
// (c) 2004 Novell, Inc.
// Copyright (c) 2001-2003 Mike Kestner
// Copyright (c) 2004 Novell, Inc.
namespace GLib {
@ -190,7 +190,7 @@ namespace GLib {
[DllImport("glibsharpglue")]
private static extern IntPtr gtksharp_get_type_id (IntPtr obj);
protected static GLib.GType GType {
public static GLib.GType GType {
get {
return GType.Object;
}