libpurple/dbus-server.c

changeset 22223
3a1bd435e563
parent 22186
c3146c500dae
child 22582
838faa931042
equal deleted inserted replaced
22222:0e6647f9a1d0 22223:3a1bd435e563
687 } 687 }
688 688
689 switch (purple_values[i]->type) 689 switch (purple_values[i]->type)
690 { 690 {
691 case PURPLE_TYPE_INT: 691 case PURPLE_TYPE_INT:
692 case PURPLE_TYPE_ENUM:
692 xint = my_arg(gint); 693 xint = my_arg(gint);
693 dbus_message_iter_append_basic(iter, DBUS_TYPE_INT32, &xint); 694 dbus_message_iter_append_basic(iter, DBUS_TYPE_INT32, &xint);
694 break; 695 break;
695 case PURPLE_TYPE_UINT: 696 case PURPLE_TYPE_UINT:
696 xuint = my_arg(guint); 697 xuint = my_arg(guint);

mercurial