summaryrefslogtreecommitdiff
path: root/src/mcd-account-priv.h
diff options
context:
space:
mode:
authorAlberto Mardegan <mardy@users.sourceforge.net>2008-05-13 12:26:27 +0000
committerAlberto Mardegan <mardy@users.sourceforge.net>2008-05-13 12:26:27 +0000
commit87c2bf45fa3089505c8d46f332738d08b02f395a (patch)
tree4e25eb30b0aa26bebdb1da1d55b22a4135fa6b3f /src/mcd-account-priv.h
parent1f083ebd3f39226131a40f2be97f6768b6930d75 (diff)
Add missing file
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@390 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
Diffstat (limited to 'src/mcd-account-priv.h')
-rw-r--r--src/mcd-account-priv.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
new file mode 100644
index 00000000..fbf4fafb
--- /dev/null
+++ b/src/mcd-account-priv.h
@@ -0,0 +1,46 @@
+/*
+ * This file is part of mission-control
+ *
+ * Copyright (C) 2007 Nokia Corporation.
+ *
+ * Contact: Naba Kumar <naba.kumar@nokia.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA
+ *
+ */
+
+#ifndef __MCD_ACCOUNT_PRIV_H__
+#define __MCD_ACCOUNT_PRIV_H__
+
+#include "mcd-account-config.h"
+
+enum
+{
+ CONNECTION_STATUS_CHANGED,
+ CURRENT_PRESENCE_CHANGED,
+ REQUESTED_PRESENCE_CHANGED,
+ VALIDITY_CHANGED,
+ AVATAR_CHANGED,
+ ALIAS_CHANGED,
+ CONNECTION_PROCESS,
+ LAST_SIGNAL
+};
+
+extern guint _mcd_account_signals[LAST_SIGNAL];
+
+void _mcd_account_connect (McdAccount *account, GHashTable *params);
+
+#endif /* __MCD_ACCOUNT_PRIV_H__ */
+