2005-03-12 Mike Kestner <mkestner@novell.com>
* glade/Glade.metadata : mark the XMLCustomWidgetHandler string params const-gchar*. Wonder how many of these are gonna screw us? svn path=/trunk/gtk-sharp/; revision=41745
This commit is contained in:
parent
49f8fb470d
commit
6a6e89d67e
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-12 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* glade/Glade.metadata : mark the XMLCustomWidgetHandler string params
|
||||
const-gchar*. Wonder how many of these are gonna screw us?
|
||||
|
||||
2005-03-12 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* gtk/TreeViewColumn.custom : use PersistentData to hold the
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<metadata>
|
||||
<attr path="/api/namespace/callback[@cname='GladeXMLCustomWidgetHandler']/*/*[@type='gchar*']" name="type">const-gchar*</attr>
|
||||
<attr path="/api/namespace/object[@cname='GladeXML']/method[@name='GetWidgetPrefix']" name="hidden">1</attr>
|
||||
<attr path="/api/namespace/class[@name='Global']/method[@name='ModuleCheckVersion']/return-type" name="type">const-gchar*</attr>
|
||||
</metadata>
|
||||
|
|
Loading…
Reference in a new issue