libpurple/protocols/irc/irc.c

branch
soc.2013.gobjectification
changeset 35005
bff56dfca65d
parent 34955
854143116575
child 35265
77664079d0f0
child 36862
7b6f1efa00c8
equal deleted inserted replaced
35004:8f0364b2e49a 35005:bff56dfca65d
274 type = purple_status_type_new(PURPLE_STATUS_AVAILABLE, NULL, NULL, TRUE); 274 type = purple_status_type_new(PURPLE_STATUS_AVAILABLE, NULL, NULL, TRUE);
275 types = g_list_append(types, type); 275 types = g_list_append(types, type);
276 276
277 type = purple_status_type_new_with_attrs( 277 type = purple_status_type_new_with_attrs(
278 PURPLE_STATUS_AWAY, NULL, NULL, TRUE, TRUE, FALSE, 278 PURPLE_STATUS_AWAY, NULL, NULL, TRUE, TRUE, FALSE,
279 "message", _("Message"), purple_g_value_new(G_TYPE_STRING), 279 "message", _("Message"), purple_value_new(G_TYPE_STRING),
280 NULL); 280 NULL);
281 types = g_list_append(types, type); 281 types = g_list_append(types, type);
282 282
283 type = purple_status_type_new(PURPLE_STATUS_OFFLINE, NULL, NULL, TRUE); 283 type = purple_status_type_new(PURPLE_STATUS_OFFLINE, NULL, NULL, TRUE);
284 types = g_list_append(types, type); 284 types = g_list_append(types, type);

mercurial