diff options
author | Ted Gould <ted@canonical.com> | 2009-06-11 16:27:03 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-11 16:27:03 -0500 |
commit | 2cb1046794b8f2ef0a375d1d1061501473d43c73 (patch) | |
tree | d37962790ddb66c61725fee4c6a5fbbdc7c1ea9c /src/status-provider-pidgin.h | |
parent | 5ad8f590bc465555aac14f8de3ca17901b8675f3 (diff) | |
download | ayatana-indicator-session-2cb1046794b8f2ef0a375d1d1061501473d43c73.tar.gz ayatana-indicator-session-2cb1046794b8f2ef0a375d1d1061501473d43c73.tar.bz2 ayatana-indicator-session-2cb1046794b8f2ef0a375d1d1061501473d43c73.zip |
Starting to connect things together. Let's get some Pidgin in there.
Diffstat (limited to 'src/status-provider-pidgin.h')
-rw-r--r-- | src/status-provider-pidgin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status-provider-pidgin.h b/src/status-provider-pidgin.h index 5d4459c..85077e8 100644 --- a/src/status-provider-pidgin.h +++ b/src/status-provider-pidgin.h @@ -27,6 +27,7 @@ struct _StatusProviderPidgin { }; GType status_provider_pidgin_get_type (void); +StatusProvider * status_provider_pidgin_new (void); G_END_DECLS |