Renamed to glibtop_backend_get(). (glibtop_backend_get_server): New

2000-11-26  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/glibtop-backend.h (glibtop_backend_open):
	Renamed to glibtop_backend_get().
	(glibtop_backend_get_server): New function.
This commit is contained in:
Martin Baulig
2000-11-26 22:58:47 +00:00
committed by Martin Baulig
parent 455118131e
commit 622eb0ea5b
7 changed files with 85 additions and 41 deletions

View File

@@ -262,8 +262,8 @@ glibtop_client_open_backend (glibtop_client *client, const char *backend_name,
g_return_if_fail (GLIBTOP_IS_CLIENT (client));
backend = glibtop_backend_open (backend_name, features, backend_args,
&error);
backend = glibtop_backend_get (backend_name, features, backend_args,
&error);
if (!backend) {
glibtop_client_propagate_error (client, error);
g_error_free (error);