![]() |
![]() |
![]() |
GNOME Video Arcade Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GSList * gva_favorites_copy (void
); void gva_favorites_insert (const gchar *game
); void gva_favorites_remove (const gchar *game
); gboolean gva_favorites_contains (const gchar *game
);
GSList * 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_slist_free()
.
Returns : |
a copy of the favorite games list |
void gva_favorites_insert (const gchar *game
);
Inserts game
into the favorite games list.
|
the name of a game |
void gva_favorites_remove (const gchar *game
);
Removes game
from the favorite games list.
|
the name of a game |