| 37 * purple_xmpp_protocol_register: (skip) |
37 * purple_xmpp_protocol_register: (skip) |
| 38 * @plugin: The GTypeModule |
38 * @plugin: The GTypeModule |
| 39 * |
39 * |
| 40 * Registers the dynamic type using @plugin. |
40 * Registers the dynamic type using @plugin. |
| 41 * |
41 * |
| 42 * Since: 3.0.0 |
42 * Since: 3.0 |
| 43 */ |
43 */ |
| 44 G_GNUC_INTERNAL void purple_xmpp_protocol_register(GPluginNativePlugin *plugin); |
44 G_GNUC_INTERNAL void purple_xmpp_protocol_register(GPluginNativePlugin *plugin); |
| 45 |
45 |
| 46 G_GNUC_INTERNAL PurpleProtocol *purple_xmpp_protocol_new(void); |
46 G_GNUC_INTERNAL PurpleProtocol *purple_xmpp_protocol_new(void); |
| 47 |
47 |