Changeset 10
- Timestamp:
- 12/15/2002 12:33:25 AM (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/adium/Documentation/DeveloperDocs/core/account.html
r8 r10 104 104 </p> 105 105 <br><p class="code"> 106 - (AIAccount *)<b>switchAccount</b>:(AIAccount *)inAccount <b>toService</b>:( AIService *)inService106 - (AIAccount *)<b>switchAccount</b>:(AIAccount *)inAccount <b>toService</b>:(id <AIServiceController>)inService 107 107 </p> 108 108 <p class="desc"> … … 127 127 </p> 128 128 <p class="desc"> 129 Returns an array of services (AIService) 129 Returns an array of services 130 </p> 131 132 133 <br><p class="code"> 134 - (void)<b>registerService</b>:(id <AIServiceController>)inService 135 </p> 136 <p class="desc"> 137 Register service code. 130 138 </p> 131 139 … … 137 145 138 146 139 147 <br><br> 140 148 141 149 trunk/adium/Documentation/DeveloperDocs/core/contact.html
r8 r10 174 174 <br> 175 175 <p class="code"> 176 - (NSMutableArray *)<b>allContactsInGroup</b>:(AIContactGroup *)inGroup <b>subgroups</b>:(BOOL)subGroups 176 - (NSMutableArray *)<b>allContactsInGroup</b>:(AIContactGroup *)inGroup <b>subgroups</b>:(BOOL)subGroups <b>ownedBy</b>:(AIAccount *)inAccount 177 177 </p> 178 178 <p class="desc"> … … 226 226 Delay updating of the contact list for a set period of time. (Call this before making massive changes to the contact list) 227 227 </p> 228 <br><br> 228 229 </body> 229 230 </html> trunk/adium/Plugins/AIM TOC2 Service/AIMTOC2Account.m
r4 r10 22 22 #import "AIMTOC2StringAdditions.h" 23 23 #import "AIMTOC2AccountViewController.h" 24 #import "AISyncWindowController.h"25 24 #import "AIMTOC2ServicePlugin.h" 26 25