Added "error" and "warning" signals.

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

	* include/glibtop/glibtop-client.h (glibtop_client_class):
	Added "error" and "warning" signals.
This commit is contained in:
Martin Baulig
2000-11-22 20:59:16 +00:00
committed by Martin Baulig
parent cee38c53bc
commit c06a084fcf
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2000-11-22 Martin Baulig <martin@home-of-linux.org> 2000-11-22 Martin Baulig <martin@home-of-linux.org>
* include/glibtop/glibtop-client.h (glibtop_client_class):
Added "error" and "warning" signals.
* lib/glibtop-server.c: New file. * lib/glibtop-server.c: New file.
* lib/test-backends.c: New file. * lib/test-backends.c: New file.

View File

@@ -60,6 +60,9 @@ struct _glibtop_client
struct _glibtop_client_class struct _glibtop_client_class
{ {
GObjectClass parent_class;; GObjectClass parent_class;;
void (*error) (glibtop_client *client, GError *error);
void (*warning) (glibtop_client *client, GError *error);
}; };
GType GType