From 5a3fa95fbe1930c035cd1adffee0792b7d1d8846 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Mar 2013 20:37:12 +0000 Subject: 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 --- include/m_jabber.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') 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__ -- cgit v1.2.3