diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-24 18:02:07 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-24 18:02:07 +0100 |
commit | ae3dc9996f5a678d6364005cab1517b6324eb67a (patch) | |
tree | d62ac84957cafa2f956ab82e0ff20505c64f2250 /protocols/nogaim.h | |
parent | b5b40ffd38e315223c6e38e4a291cbd58e471062 (diff) | |
parent | f1b7711f566163ff27a8f13ae3ccc7214a24fe70 (diff) |
Merging stuff from mainline (1.2.6).
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index de561c39..21b461f8 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -307,6 +307,7 @@ G_MODULE_EXPORT void imcb_chat_invited( struct im_connection *ic, char *handle, * the user her/himself. At that point the group chat will be visible to the * user, too. */ G_MODULE_EXPORT struct groupchat *imcb_chat_new( struct im_connection *ic, const char *handle ); +G_MODULE_EXPORT void imcb_chat_name_hint( struct groupchat *c, const char *name ); G_MODULE_EXPORT void imcb_chat_add_buddy( struct groupchat *b, const char *handle ); /* To remove a handle from a group chat. Reason can be NULL. */ G_MODULE_EXPORT void imcb_chat_remove_buddy( struct groupchat *b, const char *handle, const char *reason ); @@ -329,6 +330,7 @@ void imc_add_block( struct im_connection *ic, char *handle ); void imc_rem_block( struct im_connection *ic, char *handle ); /* Misc. stuff */ +char *set_eval_timezone( set_t *set, char *value ); char *set_eval_away_devoice( set_t *set, char *value ); gboolean auto_reconnect( gpointer data, gint fd, b_input_condition cond ); void cancel_auto_reconnect( struct account *a ); |