Home | History | Annotate | Download | only in src

Lines Matching refs:interface

108 	const struct wl_interface *interface;
171 &object->interface->events[opcode]);
194 wl_argument_from_va_list(object->interface->events[opcode].signature,
210 &object->interface->events[opcode]);
233 wl_argument_from_va_list(object->interface->events[opcode].signature,
324 if (opcode >= object->interface->method_count) {
329 object->interface->name,
334 message = &object->interface->methods[opcode];
343 object->interface->name,
360 object->interface->name,
708 const struct wl_interface *interface,
711 return wl_interface_equal(resource->object.interface, interface) &&
729 /** Retrieve the interface name (class) of a resource object.
738 return resource->object.interface->name;
775 const char *interface, uint32_t version, uint32_t id)
787 "invalid global %s (%d)", interface, name);
792 interface, name);
797 interface, name, global->version, version);
856 global->interface->name,
1004 const struct wl_interface *interface, int version,
1011 wl_log("wl_global_create: failing to create interface "
1013 interface->name, version);
1017 if (version > interface->version) {
1019 "higher than interface version (%d > %d)\n",
1020 interface->name, version, interface->version);
1030 global->interface = interface;
1040 global->interface->name,
1466 * \param interface The interface of the new resource.
1477 const struct wl_interface *interface,
1490 resource->object.interface = interface;
1777 const struct wl_interface *interface,
1783 const struct wl_interface *interface,
1788 resource = wl_resource_create(client, interface, -1, id);
1800 const struct wl_interface *interface,
1805 const struct wl_interface *interface,
1810 resource = wl_resource_create(client, interface, -1, 0);
1822 const struct wl_interface *interface,
1827 const struct wl_interface *interface,
1830 return wl_global_create(display, interface, interface->version, data, bind);