| 42619:3dd7cd0eabf1 | 42620:72178a341eb8 |
|---|---|
| 40 * | 40 * |
| 41 * Initializes the default conversation commands for Pidgin. | 41 * Initializes the default conversation commands for Pidgin. |
| 42 * | 42 * |
| 43 * This should only be called internally from Pidgin. | 43 * This should only be called internally from Pidgin. |
| 44 * | 44 * |
| 45 * Since: 3.0.0 | 45 * Since: 3.0 |
| 46 */ | 46 */ |
| 47 PIDGIN_AVAILABLE_IN_3_0 | 47 PIDGIN_AVAILABLE_IN_3_0 |
| 48 void pidgin_commands_init(void); | 48 void pidgin_commands_init(void); |
| 49 | 49 |
| 50 /* | 50 /* |
| 52 * | 52 * |
| 53 * Uninitializes the default conversation commands for Pidgin. | 53 * Uninitializes the default conversation commands for Pidgin. |
| 54 * | 54 * |
| 55 * This should only be called internally from Pidgin. | 55 * This should only be called internally from Pidgin. |
| 56 * | 56 * |
| 57 * Since: 3.0.0 | 57 * Since: 3.0 |
| 58 */ | 58 */ |
| 59 PIDGIN_AVAILABLE_IN_3_0 | 59 PIDGIN_AVAILABLE_IN_3_0 |
| 60 void pidgin_commands_uninit(void); | 60 void pidgin_commands_uninit(void); |
| 61 | 61 |
| 62 G_END_DECLS | 62 G_END_DECLS |