mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECT
Remove support for (scope object) as it lacks a real use case.
This commit is contained in:
parent
f979d003ce
commit
7a6056cbeb
@ -490,9 +490,6 @@ write_callable_info (const gchar *namespace,
|
||||
case GI_SCOPE_TYPE_CALL:
|
||||
xml_printf (file, " scope=\"call\"");
|
||||
break;
|
||||
case GI_SCOPE_TYPE_OBJECT:
|
||||
xml_printf (file, " scope=\"object\"");
|
||||
break;
|
||||
case GI_SCOPE_TYPE_ASYNC:
|
||||
xml_printf (file, " scope=\"async\"");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user