libpurple/protocols/myspace/myspace.c

branch
soc.2013.gobjectification
changeset 35005
bff56dfca65d
parent 35001
85144a4a7942
child 35499
c4c5e0a670b1
child 36862
7b6f1efa00c8
equal deleted inserted replaced
35004:8f0364b2e49a 35005:bff56dfca65d
471 FALSE, /* not independent */ \ 471 FALSE, /* not independent */ \
472 \ 472 \
473 /* Attributes - each status can have a message. */ \ 473 /* Attributes - each status can have a message. */ \
474 "message", \ 474 "message", \
475 _("Message"), \ 475 _("Message"), \
476 purple_g_value_new(G_TYPE_STRING), \ 476 purple_value_new(G_TYPE_STRING), \
477 NULL); \ 477 NULL); \
478 \ 478 \
479 \ 479 \
480 types = g_list_append(types, status) 480 types = g_list_append(types, status)
481 481
492 NULL, /* name - use default */ 492 NULL, /* name - use default */
493 FALSE, /* saveable */ 493 FALSE, /* saveable */
494 TRUE, /* should be user_settable some day */ 494 TRUE, /* should be user_settable some day */
495 TRUE, /* independent */ 495 TRUE, /* independent */
496 496
497 PURPLE_TUNE_ARTIST, _("Tune Artist"), purple_g_value_new(G_TYPE_STRING), 497 PURPLE_TUNE_ARTIST, _("Tune Artist"), purple_value_new(G_TYPE_STRING),
498 PURPLE_TUNE_TITLE, _("Tune Title"), purple_g_value_new(G_TYPE_STRING), 498 PURPLE_TUNE_TITLE, _("Tune Title"), purple_value_new(G_TYPE_STRING),
499 NULL); 499 NULL);
500 500
501 types = g_list_append(types, status); 501 types = g_list_append(types, status);
502 502
503 return types; 503 return types;

mercurial