Changeset 1245
- Timestamp:
- 11/26/06 14:07:14
- Files:
-
- trunk/tools/gtypeinterface-h-file-to-c-file.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tools/gtypeinterface-h-file-to-c-file.pl
r1244 r1245 110 110 { 111 111 112 if ($line =~ /struct\s_(.*)Iface $/)112 if ($line =~ /struct\s_(.*)Iface[\s|]$/) 113 113 { 114 114 $itel++; … … 226 226 { 227 227 print ("\t\tg_type_add_interface_static (type, ".uncamel_up ($interfaces{$key}{"name"}).",\n"); 228 print ("\t\t\t&".uncamel_low ($interfaces{$key}{"name"})."_info\n ");228 print ("\t\t\t&".uncamel_low ($interfaces{$key}{"name"})."_info\n\n"); 229 229 } 230 230 print ("\t}\n\treturn type;\n}\n");
