Changeset 527360f
- Timestamp:
- 2007-10-10T00:34:24Z (17 years ago)
- Branches:
- master
- Children:
- 8c2008e
- Parents:
- 2896674 (diff), 2896674 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r2896674 r527360f 259 259 /* Buddy management */ 260 260 /* This function should be called for each handle which are visible to the 261 * user, usually after a login. */ 261 * user, usually after a login, or if the user added a buddy and the IM 262 * server confirms that the add was successful. Don't forget to do this! */ 262 263 G_MODULE_EXPORT void imcb_add_buddy( struct im_connection *ic, char *handle, char *group ); 263 264 G_MODULE_EXPORT void imcb_remove_buddy( struct im_connection *ic, char *handle, char *group );
Note: See TracChangeset
for help on using the changeset viewer.