| 145 * The account that is currently displayed. |
145 * The account that is currently displayed. |
| 146 * |
146 * |
| 147 * Since: 3.0 |
147 * Since: 3.0 |
| 148 */ |
148 */ |
| 149 properties[PROP_ACCOUNT] = g_param_spec_object( |
149 properties[PROP_ACCOUNT] = g_param_spec_object( |
| 150 "account", "Account", "The account that is currently displayed.", |
150 "account", NULL, NULL, |
| 151 PURPLE_TYPE_ACCOUNT, |
151 PURPLE_TYPE_ACCOUNT, |
| 152 G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); |
152 G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); |
| 153 |
153 |
| 154 g_object_class_install_properties(obj_class, N_PROPERTIES, properties); |
154 g_object_class_install_properties(obj_class, N_PROPERTIES, properties); |
| 155 |
155 |
| 156 /* Widget template */ |
156 /* Widget template */ |
| 157 gtk_widget_class_set_template_from_resource( |
157 gtk_widget_class_set_template_from_resource( |