protocol: Change global_remove arg to be 'name' insteadl of 'id'

Consistent with global args.
This commit is contained in:
Kristian Høgsberg 2011-10-24 16:05:04 -04:00
parent d63884b0c7
commit bfe54cbe37

View file

@ -73,7 +73,7 @@
<!-- Notify the client of removed global objects. --> <!-- Notify the client of removed global objects. -->
<event name="global_remove"> <event name="global_remove">
<arg name="id" type="uint" /> <arg name="name" type="uint" />
</event> </event>
</interface> </interface>