aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-21 16:53:49 +0200
committerDavid Robillard <d@drobilla.net>2020-10-21 18:55:00 +0200
commitc15b5da48b1fa3bec9315df8f66b7e36658d1742 (patch)
tree7273684d9ec286e141c0d3368128388ad8a85c42 /include
parentf88687a95d73a2ac2590b1b9bc59506f7d6b498f (diff)
downloadpugl-c15b5da48b1fa3bec9315df8f66b7e36658d1742.tar.gz
pugl-c15b5da48b1fa3bec9315df8f66b7e36658d1742.tar.bz2
pugl-c15b5da48b1fa3bec9315df8f66b7e36658d1742.zip
Fix outdated function reference in Cairo documentation
Diffstat (limited to 'include')
-rw-r--r--include/pugl/pugl_cairo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pugl/pugl_cairo.h b/include/pugl/pugl_cairo.h
index 4b3b621..0e0698b 100644
--- a/include/pugl/pugl_cairo.h
+++ b/include/pugl/pugl_cairo.h
@@ -36,7 +36,7 @@ PUGL_BEGIN_DECLS
/**
Cairo graphics backend accessor.
- Pass the return value to puglInitBackend() to draw to a view with Cairo.
+ Pass the return value to puglSetBackend() to draw to a view with Cairo.
*/
PUGL_API PUGL_CONST_FUNC const PuglBackend*
puglCairoBackend(void);