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)  

SignalConnection Struct Reference

#include <pluginprivate.h>

Public Attributes

GObject * object
 
gulong handler_id
 

Detailed Description

Definition at line 32 of file pluginprivate.h.

Member Data Documentation

◆ handler_id

gulong SignalConnection::handler_id

Definition at line 35 of file pluginprivate.h.

Referenced by plugin_signal_connect(), and remove_callbacks().

◆ object

GObject* SignalConnection::object

Definition at line 34 of file pluginprivate.h.

Referenced by on_object_weak_notify(), plugin_signal_connect(), and remove_callbacks().


The documentation for this struct was generated from the following file: