|
|
|||
File indexing completed on 2025-12-16 10:18:20
0001 /// @file 0002 /// @ingroup gvc_api 0003 /************************************************************************* 0004 * Copyright (c) 2011 AT&T Intellectual Property 0005 * All rights reserved. This program and the accompanying materials 0006 * are made available under the terms of the Eclipse Public License v1.0 0007 * which accompanies this distribution, and is available at 0008 * https://www.eclipse.org/legal/epl-v10.html 0009 * 0010 * Contributors: Details at https://graphviz.org 0011 *************************************************************************/ 0012 0013 /* Header used by plugins */ 0014 0015 #pragma once 0016 0017 #include "gvplugin.h" 0018 0019 #ifdef __cplusplus 0020 extern "C" { 0021 #endif 0022 0023 extern void gvconfig_plugin_install_from_library(GVC_t * gvc, 0024 char *package_path, 0025 gvplugin_library_t *library); 0026 0027 #ifdef __cplusplus 0028 } 0029 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|