diff options
author | Ted Gould <ted@canonical.com> | 2009-06-11 21:12:17 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-11 21:12:17 -0500 |
commit | b89d8f45e6ee34237c4adc12143b97e9afb23094 (patch) | |
tree | 7dccd5f9ac5e9908010e9947e2644cf0bed4dd84 /src/status-provider.h | |
parent | a14bc91016d9e85892cfb52002fe1debca53dc4a (diff) | |
download | ayatana-indicator-session-b89d8f45e6ee34237c4adc12143b97e9afb23094.tar.gz ayatana-indicator-session-b89d8f45e6ee34237c4adc12143b97e9afb23094.tar.bz2 ayatana-indicator-session-b89d8f45e6ee34237c4adc12143b97e9afb23094.zip |
Oops, what a mess up. But this sure makes things unhappy. Nasty to debug segfault.
Diffstat (limited to 'src/status-provider.h')
-rw-r--r-- | src/status-provider.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/status-provider.h b/src/status-provider.h index b20f4f0..87a2ea3 100644 --- a/src/status-provider.h +++ b/src/status-provider.h @@ -34,14 +34,14 @@ struct _StatusProvider { typedef struct _StatusProviderClass StatusProviderClass; struct _StatusProviderClass { + GObjectClass parent_class; + /* Signals */ void (*status_changed) (StatusProviderStatus newstatus); /* Virtual Functions */ void (*set_status) (StatusProvider * sp, StatusProviderStatus newstatus); StatusProviderStatus (*get_status) (StatusProvider * sp); - - GObjectClass parent_class; }; GType status_provider_get_type (void); |