summaryrefslogtreecommitdiff
path: root/include/m_jabber.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-25 20:37:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-25 20:37:12 +0000
commit5a3fa95fbe1930c035cd1adffee0792b7d1d8846 (patch)
tree017dfe1d07b1dc16bddf1aa77e85eb19d385f551 /include/m_jabber.h
parent3d411171eba820bffa2998f2442c197a553153f4 (diff)
GTalk menu item is inserted now into the Jabber protocol menu
git-svn-id: http://svn.miranda-ng.org/main/trunk@4190 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_jabber.h')
-rw-r--r--include/m_jabber.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/m_jabber.h b/include/m_jabber.h
index d39bc143f7..0e1fe707eb 100644
--- a/include/m_jabber.h
+++ b/include/m_jabber.h
@@ -200,4 +200,15 @@ __forceinline IJabberInterface *getJabberApi(const char *szAccount)
#endif // __cplusplus
+/*
+A menu hook to be called during Jabber protocol menu initialization.
+
+wParam = 0;
+lParam = (LPARAM)(IJabberInterface**).
+
+Returns FALSE if all is Ok, and TRUE otherwise.
+*/
+
+#define ME_JABBER_MENUINIT "Jabber/ProtoMenuInit"
+
#endif // M_JABBER_H__