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:
committed by
Martin Baulig
parent
cee38c53bc
commit
c06a084fcf
@@ -1,5 +1,8 @@
|
||||
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/test-backends.c: New file.
|
||||
|
@@ -60,6 +60,9 @@ struct _glibtop_client
|
||||
struct _glibtop_client_class
|
||||
{
|
||||
GObjectClass parent_class;;
|
||||
|
||||
void (*error) (glibtop_client *client, GError *error);
|
||||
void (*warning) (glibtop_client *client, GError *error);
|
||||
};
|
||||
|
||||
GType
|
||||
|
Reference in New Issue
Block a user