From 055d4460e17344248c7364afc5d19deeda39d644 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 1 Jan 2014 12:32:05 +0000 Subject: copyright update for year 2014 git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_metacontacts.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'plugins/ExternalAPI/m_metacontacts.h') diff --git a/plugins/ExternalAPI/m_metacontacts.h b/plugins/ExternalAPI/m_metacontacts.h index 1da12b97fa..541dfc0251 100644 --- a/plugins/ExternalAPI/m_metacontacts.h +++ b/plugins/ExternalAPI/m_metacontacts.h @@ -1,9 +1,10 @@ /* -Miranda IM: the free IM client for Microsoft* Windows* +Miranda NG: the free IM client for Microsoft* Windows* -Copyright © 2004 Universite Louis PASTEUR, STRASBOURG. -Copyright © 2004 Scott Ellis (www.scottellis.com.au mail@scottellis.com.au) +Copyright (c) 2012-14 Miranda NG project (http://miranda-ng.org), +Copyright (c) 2004 Universite Louis PASTEUR, STRASBOURG. +Copyright (c) 2004 Scott Ellis (www.scottellis.com.au mail@scottellis.com.au) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -100,7 +101,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // method to get state of 'force' for a metacontact // wParam=(HANDLE)hMetaContact // lParam= (DWORD)&contact_number or NULL -// +// // if lparam supplied, the contact_number of the contatct 'in force' will be copied to the address it points to, // or if none is in force, the value (DWORD)-1 will be copied // (v0.8.0.8+ returns 1 if 'force default' is true with *lParam == default contact number, else returns 0 with *lParam as above) @@ -111,7 +112,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // lParam=(HANDLE)hDefaultContact #define ME_MC_DEFAULTTCHANGED "MetaContacts/DefaultChanged" -// fired when a metacontact's subcontacts change (fired upon creation of metacontact, when contacts are added or removed, and when +// fired when a metacontact's subcontacts change (fired upon creation of metacontact, when contacts are added or removed, and when // contacts are reordered) - a signal to re-read metacontact data // wParam=(HANDLE)hMetaContact // lParam=0 @@ -119,12 +120,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // fired when a metacontact is forced to send using a specific subcontact // wParam=(HANDLE)hMetaContact -// lParam=(HANDLE)hForceContact +// lParam=(HANDLE)hForceContact #define ME_MC_FORCESEND "MetaContacts/ForceSend" // fired when a metacontact is 'unforced' to send using a specific subcontact // wParam=(HANDLE)hMetaContact -// lParam=0 +// lParam=0 #define ME_MC_UNFORCESEND "MetaContacts/UnforceSend" // method to get protocol name - used to be sure you're dealing with a "real" metacontacts plugin :) -- cgit v1.2.3