Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gvconfig.h
Go to the documentation of this file.
1
3/*************************************************************************
4 * Copyright (c) 2011 AT&T Intellectual Property
5 * All rights reserved. This program and the accompanying materials
6 * are made available under the terms of the Eclipse Public License v1.0
7 * which accompanies this distribution, and is available at
8 * https://www.eclipse.org/legal/epl-v10.html
9 *
10 * Contributors: Details at https://graphviz.org
11 *************************************************************************/
12
13/* Header used by plugins */
14
15#pragma once
16
17#include "gvplugin.h"
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
24 char *package_path,
25 gvplugin_library_t *library);
26
27#ifdef __cplusplus
28}
29#endif
void gvconfig_plugin_install_from_library(GVC_t *gvc, char *package_path, gvplugin_library_t *library)
Definition gvconfig.c:217
GVC_t * gvc
Definition htmlparse.c:99
Definition gvcint.h:80