summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e7c7243..624242b 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ looks in pre- and user-defined directories for DSOs that match
UcaCamera *camera;
manager = uca_plugin_manager_new ();
- camera = uca_plugin_manager_new_camera (manager, "foo", &error);
+ camera = uca_plugin_manager_get_camera (manager, "foo", &error);
The plugin manager adds a dependency on GModule (pkg-config package
`gmodule-2.0`) that is part of GLib.