patchlet for libbonoboui: missing type macro



Hi:

Here is a patchlet that adds the (missing) type macro for
BONOBO_TYPE_SOCKET.

Note that a correspongind macro *is* exposed for BONOBO_TYPE_SOCKET, so
this seems like an oversight.

OK to commit?

-Bill
? patch.diff
? samples/bonoboui-hello/Makefile.in
? samples/bonoboui-hello/Makefile
? samples/bonoboui-hello/bonoboui-hello
? samples/compound-doc/container/sample-container
? samples/controls/bonobo-sample-controls
Index: bonobo/bonobo-socket.h
===================================================================
RCS file: /cvs/gnome/libbonoboui/bonobo/bonobo-socket.h,v
retrieving revision 1.12
diff -u -r1.12 bonobo-socket.h
--- bonobo/bonobo-socket.h	2001/11/26 19:38:31	1.12
+++ bonobo/bonobo-socket.h	2002/01/03 14:25:56
@@ -35,6 +35,7 @@
 
 G_BEGIN_DECLS
 
+#define BONOBO_TYPE_SOCKET          (bonobo_socket_get_type ())
 #define BONOBO_SOCKET(obj)          GTK_CHECK_CAST (obj, bonobo_socket_get_type (), BonoboSocket)
 #define BONOBO_SOCKET_CLASS(klass)  GTK_CHECK_CLASS_CAST (klass, bonobo_socket_get_type (), BonoboSocketClass)
 #define BONOBO_IS_SOCKET(obj)       GTK_CHECK_TYPE (obj, bonobo_socket_get_type ())


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]