geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

plugins.h File Reference
#include <glib.h>
Include dependency graph for plugins.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void plugins_init (void)
 
void plugins_finalize (void)
 
void plugins_load_active (void)
 
gboolean plugins_have_preferences (void)
 

Variables

GList * active_plugin_list
 

Function Documentation

◆ plugins_finalize()

void plugins_finalize ( void  )

Definition at line 1359 of file plugins.c.

References active_plugin_list, active_plugins_pref, failed_plugins_list, NULL, and plugin_free_leaf().

Referenced by do_main_quit().

◆ plugins_have_preferences()

gboolean plugins_have_preferences ( void  )

◆ plugins_init()

◆ plugins_load_active()

Variable Documentation

◆ active_plugin_list