| 164 } |
164 } |
| 165 |
165 |
| 166 /****************************************************************************** |
166 /****************************************************************************** |
| 167 * GObject Implementation |
167 * GObject Implementation |
| 168 *****************************************************************************/ |
168 *****************************************************************************/ |
| 169 G_DEFINE_DYNAMIC_TYPE(PurpleIRCv3Capabilities, purple_ircv3_capabilities, |
169 G_DEFINE_DYNAMIC_TYPE_EXTENDED(PurpleIRCv3Capabilities, |
| 170 G_TYPE_OBJECT) |
170 purple_ircv3_capabilities, G_TYPE_OBJECT, |
| |
171 G_TYPE_FLAG_FINAL, {}) |
| 171 |
172 |
| 172 static void |
173 static void |
| 173 purple_ircv3_capabilities_get_property(GObject *obj, guint param_id, |
174 purple_ircv3_capabilities_get_property(GObject *obj, guint param_id, |
| 174 GValue *value, GParamSpec *pspec) |
175 GValue *value, GParamSpec *pspec) |
| 175 { |
176 { |