![]() |
![]() |
![]() |
GNOME Video Arcade Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
gboolean gva_history_init (GError **error
); gchar * gva_history_lookup (const gchar *game
,GError **error
); guint gva_history_lookup_id (const gchar *game
);
gboolean gva_history_init (GError **error
);
Scans the arcade history file and creates an index of games. If an
error occurs, it returns FALSE
and sets error
.
This function should be called once when the application starts.
|
return location for a GError, or NULL
|
Returns : |
TRUE on success, FALSE if an error occurred |
gchar * gva_history_lookup (const gchar *game
,GError **error
);
Returns arcade history information for game
. If an error occurs,
it returns NULL
and sets error
.
|
the name of a game |
|
return location for a GError, or NULL
|
Returns : |
history for game , or NULL if an error occurred |