diff --git a/src/cairo-device.c b/src/cairo-device.c index dac1b3b6b..15b048477 100644 --- a/src/cairo-device.c +++ b/src/cairo-device.c @@ -86,6 +86,12 @@ * cairo_device_release (device); * } * + * + * Please refer to the documentation of each backend for + * additional usage requirements, guarantees provided, and + * interactions with existing surface API of the device functions for + * surfaces of that type. + * */ static const cairo_device_t _nil_device = {