~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to bonobo/bonobo-event-source.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define BONOBO_IS_EVENT_SOURCE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), BONOBO_TYPE_EVENT_SOURCE))
24
24
 
25
25
typedef struct _BonoboEventSourcePrivate BonoboEventSourcePrivate;
 
26
typedef struct _BonoboEventSource        BonoboEventSource;
26
27
 
27
 
typedef struct {
 
28
struct _BonoboEventSource {
28
29
        BonoboObject             parent;
29
30
        BonoboEventSourcePrivate *priv;
30
 
} BonoboEventSource;
 
31
};
31
32
 
32
33
typedef struct {
33
34
        BonoboObjectClass parent_class;