Author: hasselmm Date: 2007-11-22 18:26:39 +0000 (Thu, 22 Nov 2007) New Revision: 109 ViewCVS link: http://svn.gnome.org/viewcvs/libepc?rev=109&view=rev
Modified: trunk/ChangeLog trunk/examples/simple-publisher.c trunk/libepc/consumer.c trunk/libepc/consumer.h trunk/libepc/contents.c trunk/libepc/contents.h trunk/libepc/publisher.c trunk/libepc/publisher.h Log: * libepc/consumer.c, libepc/consumer.h: Change return type of epc_consumer_lookup from "gchar*" to "gpointer". * libepc/contents.c, libepc/contents.h: Change data argument type from "const gpointer" to "gconstpointer" for epc_contents_new_dup. Move length argument behind data for consistency. * libepc/publisher.c, libepc/publisher.h: Rename value argument to data and change its type from "const gchar*" to "gconstpointer" for consistency. * examples/simple-publisher.c: Change order of length and data argument when using epc_contents_new. 2007-11-22 Mathias Hasselmann <[EMAIL PROTECTED]> * libepc/consumer.c, libepc/consumer.h: * libepc/contents.c, libepc/contents.h, epc_contents_new_dup , libepc/publisher.c, libepc/publisher.h, Makefile.am: Your changes... _______________________________________________ SVN-commits-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/svn-commits-list
