summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-11-26 22:58:47 +0000
committerMartin Baulig <martin@src.gnome.org>2000-11-26 22:58:47 +0000
commit622eb0ea5bbb5a988486e838554ac66340e76d6b (patch)
tree7fbc6b5978dc03e182b8c5687f687fdfd5160605 /include
parent455118131e83ac047dd3aa444f102ef01086f8a9 (diff)
downloadlibgtop-622eb0ea5bbb5a988486e838554ac66340e76d6b.tar.gz
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.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/glibtop-backend.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/glibtop/glibtop-backend.h b/include/glibtop/glibtop-backend.h
index 4af895a9..816df427 100644
--- a/include/glibtop/glibtop-backend.h
+++ b/include/glibtop/glibtop-backend.h
@@ -65,12 +65,15 @@ GType
glibtop_backend_get_type (void);
glibtop_backend *
-glibtop_backend_open (const char *backend_name, u_int64_t features,
- const char **backend_args, GError **error);
+glibtop_backend_get (const char *backend_name, u_int64_t features,
+ const char **backend_args, GError **error);
glibtop_call_vector *
glibtop_backend_get_call_vector (glibtop_backend *backend);
+glibtop_server *
+glibtop_backend_get_server (glibtop_backend *backend);
+
END_LIBGTOP_DECLS
#endif