Changeset 814aa52 for protocols/nogaim.h
- Timestamp:
- 2010-06-03T11:00:45Z (15 years ago)
- Branches:
- master
- Children:
- a6b2f13
- Parents:
- 5f8ab6a9 (diff), f4bcc22 (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
r5f8ab6a9 r814aa52 306 306 * user, too. */ 307 307 G_MODULE_EXPORT struct groupchat *imcb_chat_new( struct im_connection *ic, const char *handle ); 308 G_MODULE_EXPORT void imcb_chat_name_hint( struct groupchat *c, const char *name ); 308 309 G_MODULE_EXPORT void imcb_chat_add_buddy( struct groupchat *b, const char *handle ); 309 310 /* To remove a handle from a group chat. Reason can be NULL. */ … … 328 329 329 330 /* Misc. stuff */ 331 char *set_eval_timezone( set_t *set, char *value ); 330 332 gboolean auto_reconnect( gpointer data, gint fd, b_input_condition cond ); 331 333 void cancel_auto_reconnect( struct account *a );
Note: See TracChangeset
for help on using the changeset viewer.