| 30 |
30 |
| 31 #include "pidginversion.h" |
31 #include "pidginversion.h" |
| 32 |
32 |
| 33 G_BEGIN_DECLS |
33 G_BEGIN_DECLS |
| 34 |
34 |
| |
35 /** |
| |
36 * pidgin_dialogs_im_with_user: |
| |
37 * @account: The account. |
| |
38 * @username: The username. |
| |
39 * |
| |
40 * Creates an IM conversation with @username on @account if necessary. |
| |
41 * |
| |
42 * Since: 2.0 |
| |
43 */ |
| 35 PIDGIN_AVAILABLE_IN_ALL |
44 PIDGIN_AVAILABLE_IN_ALL |
| 36 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); |
45 void pidgin_dialogs_im_with_user(PurpleAccount *account, const char *username); |
| 37 |
46 |
| |
47 /** |
| |
48 * pidgin_dialogs_info: |
| |
49 * |
| |
50 * Creates a dialog to get another user's profile. |
| |
51 * |
| |
52 * Since: 2.0 |
| |
53 */ |
| 38 PIDGIN_AVAILABLE_IN_ALL |
54 PIDGIN_AVAILABLE_IN_ALL |
| 39 void pidgin_dialogs_info(void); |
55 void pidgin_dialogs_info(void); |
| 40 |
56 |
| 41 G_END_DECLS |
57 G_END_DECLS |
| 42 |
58 |