Home
last modified time | relevance | path

Searched refs:create_connection_get_games (Results 1 – 4 of 4) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dgame.h30 void create_connection_get_games(gchar *host, gint32 port);
H A Dgame.c157 void create_connection_get_games(gchar *host, gint32 port) { in create_connection_get_games() function
H A Dcallback.c413 create_connection_get_games((gchar*)gtk_entry_get_text(GTK_ENTRY(host)), in CallBack_response_connect_to_server_window()
H A Dinterface.c301 create_connection_get_games(config->getgames_host, config->getgames_port); in interface_create_getgamespage()