/+junk/libgego

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/libgego

« back to all changes in this revision

Viewing changes to src/gego_global_notify.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-07-08 14:20:47 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150708142047-rmgvbdul1sff2p42
* Annotate everything!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <glib.h>
2
 
#include <glib-object.h>
3
2
 
4
3
#ifndef GEGO_GLOBAL_NOTIFY_HEADER
5
4
#define GEGO_GLOBAL_NOTIFY_HEADER
9
8
#define GEGO_TYPE_GLOBEL_NOTIFY (gego_global_notify_get_type ())
10
9
G_DECLARE_FINAL_TYPE (GegoGlobalNotify, gego_global_notify, GEGO, GLOBAL_NOTIFY, GObject)
11
10
 
12
 
 
13
11
typedef struct _GegoGlobalNotifyPrivate GegoGlobalNotifyPrivate;
14
12
 
15
 
typedef struct _GegoCbackItem GegoCallbackItem;
 
13
typedef struct _GegoGlobalNotifyCallbackItem GegoGlobalNotifyCallbackItem;
16
14
 
17
15
struct
18
16
_GegoGlobalNotify {
19
17
  GObject parent_instance;
20
18
};
21
19
 
 
20
GType
 
21
gego_global_notify_get_type ();
22
22
 
 
23
static void
 
24
gego_global_notify_init (GegoGlobalNotify * );
23
25
 
24
26
 
25
27
gboolean
54
56
                         GError ** err);
55
57
 
56
58
gboolean
57
 
gego_global_notify_is_initialized (void);
 
59
gego_global_notify_is_initialized ();
58
60
 
59
61
/**
60
62
 * gego_global_notify_return_not_initialized:
73
75
 
74
76
 
75
77
GQuark
76
 
gego_global_notify_error_quark (void);
 
78
gego_global_notify_error_quark ();
77
79
 
78
80
/**
79
81
 * GEGO_GLOBAL_NOTIFY_ERROR: