mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 16:55:37 +00:00
2005-03-30 Jeroen Zwartepoorte <jeroen@xs4all.nl>
* parser/gapi2xml.pl : parse gst type macros. svn path=/trunk/gtk-sharp/; revision=42388
This commit is contained in:
parent
7a37a4ed34
commit
fb6aeb35da
|
@ -1,3 +1,7 @@
|
|||
2005-03-30 Jeroen Zwartepoorte <jeroen@xs4all.nl>
|
||||
|
||||
* parser/gapi2xml.pl : parse gst type macros.
|
||||
|
||||
2005-03-30 Anthony Taranto <voltron@emptyrhetoric.com>
|
||||
|
||||
* gtk/Widget.custom : cause Allocation.Set to call SizeUpdate().
|
||||
|
|
|
@ -186,6 +186,8 @@ while ($line = <STDIN>) {
|
|||
$objects{$1} = $2 . $objects{$1};
|
||||
} elsif ($cast_macro =~ /GTK_CHECK_CLASS_CAST.*,\s*(\w+),\s*(\w+)/) {
|
||||
$objects{$1} .= ":$2";
|
||||
} elsif ($cast_macro =~ /GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_CAST.*,\s*(\w+),\s*(\w+)/) {
|
||||
$objects{$1} = $2 . $objects{$1};
|
||||
}
|
||||
} elsif ($line =~ /INSTANCE_GET_INTERFACE.*,\s*(\w+),\s*(\w+)/) {
|
||||
$ifaces{$1} = $2;
|
||||
|
|
Loading…
Reference in a new issue