| 81 } |
81 } |
| 82 |
82 |
| 83 /****************************************************************************** |
83 /****************************************************************************** |
| 84 * GObject implementation |
84 * GObject implementation |
| 85 *****************************************************************************/ |
85 *****************************************************************************/ |
| 86 G_DEFINE_TYPE(PidginAccountDisplay, pidgin_account_display, GTK_TYPE_BOX) |
86 G_DEFINE_FINAL_TYPE(PidginAccountDisplay, pidgin_account_display, GTK_TYPE_BOX) |
| 87 |
87 |
| 88 static void |
88 static void |
| 89 pidgin_account_display_get_property(GObject *object, guint prop_id, |
89 pidgin_account_display_get_property(GObject *object, guint prop_id, |
| 90 GValue *value, GParamSpec *pspec) |
90 GValue *value, GParamSpec *pspec) |
| 91 { |
91 { |