pidgin/gtkdialogs.h

changeset 42464
5de142a471e0
parent 42328
cc9493cdb323
child 42554
32dc4a2380b4
equal deleted inserted replaced
42463:2cde2ccea465 42464:5de142a471e0
26 #ifndef _PIDGINDIALOGS_H_ 26 #ifndef _PIDGINDIALOGS_H_
27 #define _PIDGINDIALOGS_H_ 27 #define _PIDGINDIALOGS_H_
28 28
29 #include <purple.h> 29 #include <purple.h>
30 30
31 #include "pidginversion.h"
32
31 G_BEGIN_DECLS 33 G_BEGIN_DECLS
32 34
35 PIDGIN_AVAILABLE_IN_ALL
33 void pidgin_dialogs_im(void); 36 void pidgin_dialogs_im(void);
37
38 PIDGIN_AVAILABLE_IN_ALL
34 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); 39 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username);
40
41 PIDGIN_AVAILABLE_IN_ALL
35 void pidgin_dialogs_info(void); 42 void pidgin_dialogs_info(void);
36 43
44 PIDGIN_AVAILABLE_IN_ALL
37 void pidgin_dialogs_alias_buddy(PurpleBuddy *buddy); 45 void pidgin_dialogs_alias_buddy(PurpleBuddy *buddy);
46
47 PIDGIN_AVAILABLE_IN_ALL
38 void pidgin_dialogs_alias_chat(PurpleChat *chat); 48 void pidgin_dialogs_alias_chat(PurpleChat *chat);
39 49
40 G_END_DECLS 50 G_END_DECLS
41 51
42 #endif /* _PIDGINDIALOGS_H_ */ 52 #endif /* _PIDGINDIALOGS_H_ */

mercurial