From 086e013e06978840398d1df25a3738c083be8b1a Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 31 Jan 2023 01:31:45 +0200 Subject: doc: Include surface observer documentation Mostly empty, though. --- src/cairo-surface-observer.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/cairo-surface-observer.c b/src/cairo-surface-observer.c index 9c4432e24..bf29d4219 100644 --- a/src/cairo-surface-observer.c +++ b/src/cairo-surface-observer.c @@ -54,6 +54,15 @@ #include "cairo-script-private.h" #endif +/** + * SECTION:cairo-surface-observer + * @Title: Surface Observer + * @Short_Description: Observing other surfaces + * @See_Also: #cairo_surface_t + * + * A surface that exists solely to watch another is doing. + */ + static const cairo_surface_backend_t _cairo_surface_observer_backend; /* observation/stats */ -- cgit v1.2.1