| 40 { |
40 { |
| 41 JabberProtocolClass parent_class; |
41 JabberProtocolClass parent_class; |
| 42 } FacebookProtocolClass; |
42 } FacebookProtocolClass; |
| 43 |
43 |
| 44 /** |
44 /** |
| |
45 * Registers the FacebookProtocol type in the type system. |
| |
46 */ |
| |
47 void facebook_protocol_register_type(PurplePlugin *plugin); |
| |
48 |
| |
49 /** |
| 45 * Returns the GType for the FacebookProtocol object. |
50 * Returns the GType for the FacebookProtocol object. |
| 46 */ |
51 */ |
| 47 GType facebook_protocol_get_type(void); |
52 GType facebook_protocol_get_type(void); |
| 48 |
53 |
| 49 #endif /* _FACEBOOK_H_ */ |
54 #endif /* _FACEBOOK_H_ */ |