Of course I wanted to say that the GPtrArray contains struct like this
typedef struct
{
char* name;
int number;
} array;
array** result = (array**) tracker_keywords_get_list(client,
tracker_service_name_to_type("Audio"), NULL);
but array[0] is NULL
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list
