Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 165c48458dd5fb511ed6f94e6a7dd70c > files > 116

geany-devel-1.23.1-2.mga4.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>Geany: Geany Plugin API Documentation</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Geany
   &#160;<span id="projectnumber">1.23.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Geany Plugin API Documentation </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="section author"><dt>Author</dt><dd>Enrico Tröger, Nick Treleaven, Frank Lanitz</dd></dl>
<h1><a class="anchor" id="Intro"></a>
Intro</h1>
<p>This is the Geany API documentation. It should be considered work in progress. We will try to document as many functions and structs as possible.</p>
<dl class="section warning"><dt>Warning</dt><dd>Do not use any symbol not in the documentation - it may change.</dd></dl>
<h1><a class="anchor" id="pluginsupport"></a>
Plugin Support</h1>
<ul>
<li><a class="el" href="howto.html">Plugin HowTo </a> - get started</li>
<li><a class="el" href="pluginsymbols_8c.html">Plugin Symbols </a></li>
<li><a class="el" href="plugindata_8h.html">Plugin Datatypes and Macros </a></li>
<li><a class="el" href="pluginsignals_8c.html">Plugin Signals </a></li>
<li><a class="el" href="pluginutils_8h.html">Plugin Utility Functions </a></li>
<li><a class="el" href="guidelines.html">Plugin Writing Guidelines </a></li>
<li><b>plugins/demoplugin.c</b> - in Geany's source, bigger than the howto example</li>
</ul>
<h1><a class="anchor" id="common"></a>
Common API files</h1>
<ul>
<li><a class="el" href="dialogs_8h.html">dialogs.h</a></li>
<li><a class="el" href="document_8h.html">document.h</a></li>
<li><a class="el" href="editor_8h.html">editor.h</a></li>
<li><a class="el" href="filetypes_8h.html">filetypes.h</a></li>
<li><a class="el" href="keybindings_8h.html">keybindings.h</a></li>
<li><a class="el" href="msgwindow_8h.html">msgwindow.h</a></li>
<li><a class="el" href="project_8h.html">project.h</a></li>
<li><a class="el" href="sciwrappers_8h.html">Scintilla Wrapper Functions </a></li>
<li><a class="el" href="stash_8h.html">Stash Pref/Setting Functions </a></li>
<li><a class="el" href="utils_8h.html">General Utility Functions </a></li>
<li><a class="el" href="ui__utils_8h.html">Widget Utility Functions </a></li>
</ul>
<h1><a class="anchor" id="More"></a>
More</h1>
<ul>
<li>All API functions and types - see <b>Files</b> link at the top</li>
<li>Deprecated symbols - see <b>Related Pages</b> link at the top</li>
</ul>
<dl class="section note"><dt>Note</dt><dd>See the HACKING file for information about developing the plugin API and other useful notes. </dd></dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Oct 18 2013 23:44:59 for Geany by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>