Makde playerdb_find public

This commit is contained in:
Jesse van den Kieboom 2006-01-08 16:33:17 +00:00
parent de90a39120
commit e58d4fb107
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ typedef void (*PlayerdbFindFunc) (GmPlayerdbPlayerInfo *, gpointer user_data);
GType gm_mcp_icecrew_playerdb_get_type(void) G_GNUC_CONST;
GmMcpIcecrewPlayerdb *gm_mcp_icecrew_playerdb_new(void);
GmPlayerdbPlayerInfo *gm_mcp_icecrew_playerdb_find(
GmMcpIcecrewPlayerdb *package, gint id);
gchar const *gm_playerdb_player_info_get_prop(GmPlayerdbPlayerInfo *ppi,
gchar const *key);
void gm_mcp_icecrew_playerdb_find_players_with(GmMcpIcecrewPlayerdb *package,