From 5c2f5a27a78d50b6814a89c974214e7d294f5981 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Mar 2014 12:34:53 +0000 Subject: - MIDatabase::MetaDetouchSub = new method for the mc support virtualization - further cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@8376 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/metacontacts/meta_addto.cpp | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'src/modules/metacontacts/meta_addto.cpp') diff --git a/src/modules/metacontacts/meta_addto.cpp b/src/modules/metacontacts/meta_addto.cpp index dfef8291b5..54b5cf62ae 100644 --- a/src/modules/metacontacts/meta_addto.cpp +++ b/src/modules/metacontacts/meta_addto.cpp @@ -41,15 +41,16 @@ typedef struct { * * Adds all the metacontacts present in the database in the list, * -* @param list : \c HANDLE to the list which will contain the columns. -* @param nb_contacts : Number of loaded contacts. -* @param contacts : A list of the contacts' identifiers +* @param list : HANDLE to the list which will contain the columns. +* @param nb_contacts : Number of loaded contacts. +* @param contacts : A list of the contacts' identifiers * -* @param id : Reference to a list of the MetaContacts IDs loaded in the listview. -* Since this list is resized, its address must be passed. +* @param id : Reference to a list of the MetaContacts IDs loaded in the listview. +* Since this list is resized, its address must be passed. * -* @return An integer specifying the number of rows added in the list. +* @return An integer specifying the number of rows added in the list. */ + int FillList(HWND list, BOOL sort) { int i=0; @@ -87,12 +88,12 @@ int FillList(HWND list, BOOL sort) /** Build or update the list. * -* @param list : \c HANDLE to the list which will contain the columns -* @param id : Reference to a list that will contain all the MetaContacts IDs loaded in the listview -* otherwise the list is only refilled \n (Warning : this value must be -* set to \c TRUE only once per Dialog display, otherwise all columns will be doubled) +* @param list : HANDLE to the list which will contain the columns +* @param id : Reference to a list that will contain all the MetaContacts IDs loaded in the listview +* otherwise the list is only refilled \n (Warning : this value must be +* set to TRUE only once per Dialog display, otherwise all columns will be doubled) * -* @returns An integer specifying the number of rows inserted or \c -1 if there was a problem +* @returns An integer specifying the number of rows inserted or -1 if there was a problem */ int BuildList(HWND list, BOOL sort) @@ -105,12 +106,12 @@ int BuildList(HWND list, BOOL sort) * * All the UI is controlled here, from display to functionnalities. * -* @param hwndDlg : \c HANDLE to the 'Add To' \c Dialog. -* @param uMsg : Specifies the message received by this dialog. -* @param wParam : Specifies additional message-specific information. -* @param lParam : Specifies additional message-specific information. +* @param hwndDlg : HANDLE to the 'Add To' Dialog. +* @param uMsg : Specifies the message received by this dialog. +* @param wParam : Specifies additional message-specific information. +* @param lParam : Specifies additional message-specific information. * -* @return \c TRUE if the dialog processed the message, \c FALSE if it did not. +* @return TRUE if the dialog processed the message, FALSE if it did not. */ #define szConvMsg LPGEN("Either there is no MetaContact in the database (in this case you should first convert a contact into one)\n\ -- cgit v1.2.3