mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Bug 556732 – generate gir files consistently
2008-10-17 Tommi Komulainen <tommi.komulainen@iki.fi> Bug 556732 – generate gir files consistently * girepository/girparser.c (start_parameter): * tests/boxed.gir: * tests/invoke/testfns-1.0.gir: * tools/generate.c (write_callable_info): write 'transfer-ownership' attribute consistently with both return-value and parameter elements svn path=/trunk/; revision=745
This commit is contained in:
parent
0fa82c6a4c
commit
0de03983be
@ -706,7 +706,7 @@ start_parameter (GMarkupParseContext *context,
|
||||
dipper = find_attribute ("dipper", attribute_names, attribute_values);
|
||||
optional = find_attribute ("optional", attribute_names, attribute_values);
|
||||
nullok = find_attribute ("null-ok", attribute_names, attribute_values);
|
||||
transfer = find_attribute ("transfer", attribute_names, attribute_values);
|
||||
transfer = find_attribute ("transfer-ownership", attribute_names, attribute_values);
|
||||
|
||||
if (name == NULL)
|
||||
name = "unknown";
|
||||
|
Loading…
Reference in New Issue
Block a user