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)  

geanyobject.c File Reference
#include "geanyobject.h"
Include dependency graph for geanyobject.c:

Go to the source code of this file.

Classes

struct  _GeanyObjectPrivate
 

Typedefs

typedef struct _GeanyObjectPrivate GeanyObjectPrivate
 

Functions

GType geany_object_get_type (void)
 
static gboolean boolean_handled_accumulator (GSignalInvocationHint *ihint, GValue *return_accu, const GValue *handler_return, gpointer dummy)
 
static void create_signals (GObjectClass *g_object_class)
 
static void geany_object_class_init (GeanyObjectClass *klass)
 
static void geany_object_init (GeanyObject *self)
 
GObject * geany_object_new (void)
 

Variables

GObject * geany_object
 
static guint geany_object_signals [GCB_MAX] = { 0 }
 

Typedef Documentation

◆ GeanyObjectPrivate

Definition at line 46 of file geanyobject.c.

Function Documentation

◆ boolean_handled_accumulator()

static gboolean boolean_handled_accumulator ( GSignalInvocationHint *  ihint,
GValue *  return_accu,
const GValue *  handler_return,
gpointer  dummy 
)
static

Definition at line 64 of file geanyobject.c.

Referenced by create_signals().

◆ create_signals()

◆ geany_object_class_init()

static void geany_object_class_init ( GeanyObjectClass klass)
static

Definition at line 243 of file geanyobject.c.

References create_signals().

◆ geany_object_get_type()

GType geany_object_get_type ( void  )

◆ geany_object_init()

static void geany_object_init ( GeanyObject self)
static

Definition at line 254 of file geanyobject.c.

◆ geany_object_new()

GObject * geany_object_new ( void  )

Definition at line 260 of file geanyobject.c.

References GEANY_OBJECT_TYPE, and NULL.

Referenced by main_lib().

Variable Documentation

◆ geany_object

◆ geany_object_signals

guint geany_object_signals[GCB_MAX] = { 0 }
static

Definition at line 43 of file geanyobject.c.

Referenced by create_signals().