#include <Python.h>
Idź do kodu źródłowego tego pliku.
◆ ekg_plugin_dealloc()
◆ ekg_plugin_get_attr()
      
        
          | PyObject* ekg_plugin_get_attr  | 
          ( | 
          ekg_pluginObj *  | 
          self,  | 
        
        
           | 
           | 
          char *  | 
          attr  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ekg_plugin_init()
      
        
          | int ekg_plugin_init  | 
          ( | 
          ekg_pluginObj *  | 
          self,  | 
        
        
           | 
           | 
          PyObject *  | 
          args,  | 
        
        
           | 
           | 
          PyObject *  | 
          kwds  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ekg_plugin_is_loaded()
      
        
          | PyObject* ekg_plugin_is_loaded  | 
          ( | 
          ekg_pluginObj *  | 
          self,  | 
        
        
           | 
           | 
          PyObject *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ekg_plugin_load()
      
        
          | PyObject* ekg_plugin_load  | 
          ( | 
          ekg_pluginObj *  | 
          self,  | 
        
        
           | 
           | 
          PyObject *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ekg_plugin_unload()
      
        
          | PyObject* ekg_plugin_unload  | 
          ( | 
          ekg_pluginObj *  | 
          self,  | 
        
        
           | 
           | 
          PyObject *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ekg_plugin_methods
      
        
          | staticforward PyMethodDef ekg_plugin_methods[] | 
        
      
 
Wartość początkowa:= {
}
#define NULL
Definition: oralog.c:49
 
PyObject * ekg_plugin_load(ekg_pluginObj *self, PyObject *args)
Definition: python-plugin.c:97
 
PyObject * ekg_plugin_is_loaded(ekg_pluginObj *self, PyObject *args)
Definition: python-plugin.c:128
 
PyObject * ekg_plugin_unload(ekg_pluginObj *self, PyObject *args)
Definition: python-plugin.c:147
 
 
 
 
◆ ekg_plugin_type
  
  
      
        
          | PyTypeObject ekg_plugin_type | 
         
       
   | 
  
static   |