pidgin/pidginaccounteditor.c

changeset 42620
72178a341eb8
parent 42575
580339aa47cc
child 42700
3e480ee2d7ee
equal deleted inserted replaced
42619:3dd7cd0eabf1 42620:72178a341eb8
1174 /** 1174 /**
1175 * PidginAccountEditor:account: 1175 * PidginAccountEditor:account:
1176 * 1176 *
1177 * The account that this editor is modifying. 1177 * The account that this editor is modifying.
1178 * 1178 *
1179 * Since: 3.0.0 1179 * Since: 3.0
1180 */ 1180 */
1181 properties[PROP_ACCOUNT] = g_param_spec_object( 1181 properties[PROP_ACCOUNT] = g_param_spec_object(
1182 "account", "account", 1182 "account", "account",
1183 "The account to modify", 1183 "The account to modify",
1184 PURPLE_TYPE_ACCOUNT, 1184 PURPLE_TYPE_ACCOUNT,
1188 * PidginAccountEditor:valid: 1188 * PidginAccountEditor:valid:
1189 * 1189 *
1190 * Whether or not the account settings are valid and it is okay to save the 1190 * Whether or not the account settings are valid and it is okay to save the
1191 * account. 1191 * account.
1192 * 1192 *
1193 * Since: 3.0.0 1193 * Since: 3.0
1194 */ 1194 */
1195 properties[PROP_VALID] = g_param_spec_boolean( 1195 properties[PROP_VALID] = g_param_spec_boolean(
1196 "valid", "valid", 1196 "valid", "valid",
1197 "Whether or not the account settings are valid", 1197 "Whether or not the account settings are valid",
1198 FALSE, 1198 FALSE,

mercurial