123124125126127128129130131132133
{ try { if (LIBRARY.g_list_length(found[0]) > 0) { GnomeKeyringFound result = LIBRARY.g_list_nth_data(found[0], 0); if (result != null && result.secret != null) return(result.secret); else return(null); }
203204205206207208209210211212213
int id; try { if (LIBRARY.g_list_length(foundHolder[0]) > 0) { GnomeKeyringFound result = LIBRARY.g_list_nth_data(foundHolder[0], 0); id = result.item_id; } else id = 0; }