Top | ![]() |
![]() |
![]() |
![]() |
GList * | gva_favorites_copy () |
void | gva_favorites_insert () |
void | gva_favorites_remove () |
gboolean | gva_favorites_contains () |
GList *
gva_favorites_copy (void
);
Returns a copy of the favorite games list. The contents of the list
must not be freed. The list itself should be freed with g_list_free()
.
void
gva_favorites_insert (const gchar *game
);
Inserts game
into the favorite games list.
void
gva_favorites_remove (const gchar *game
);
Removes game
from the favorite games list.