From: ellson Date: Mon, 13 Oct 2008 22:34:18 +0000 (+0000) Subject: need a better list of original plugin libraries to support introspection X-Git-Tag: LAST_LIBGRAPH~32^2~3151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=685ef45bccc874ecbf570147fd579e98afe95856;p=graphviz need a better list of original plugin libraries to support introspection --- diff --git a/lib/gvc/gvplugin.h b/lib/gvc/gvplugin.h index 4b6864038..df8a4459f 100644 --- a/lib/gvc/gvplugin.h +++ b/lib/gvc/gvplugin.h @@ -42,7 +42,7 @@ extern "C" { in the same package */ const char *type; /* a string name, such as "png" or "ps" that distinguishes different types withing the same - api (renderer in this case) */ + (renderer in this case) */ int quality; /* an arbitrary integer used for ordering plugins of the same type from different packages */ void *engine; /* pointer to the jump table for the plugin */