glib/gobject
Michael Natterer 20d4f6da73 Bug 541208 – Functions to easily install and use signals without class
2008-07-04  Michael Natterer  <mitch@imendio.com>

	Bug 541208 – Functions to easily install and use signals without
	class struct slot

	* gobject.symbols
	* gsignal.[ch] (g_signal_new_class_handler): the same as
	_gtk_binding_signal_new(), to install signals with a callback
	instead of a class struct slot as class closure.

	The next two functions are C convenience and much easier to use
	than the generic overriding and chaining APIs which are intended
	primarily for language bindings:

	(g_signal_override_class_handler): to override a signal with a
	callback instead of a class struct slot.

	(g_signal_chain_from_overridden_handler): to chain up from a
	signal without class struct slot. The API is similar to
	g_signal_emit().


svn path=/trunk/; revision=7157
2008-07-04 11:10:17 +00:00
..
2005-08-15 05:00:57 +00:00
2008-07-02 03:43:13 +00:00
2008-06-21 22:16:14 +00:00
2008-07-02 03:43:13 +00:00
2008-07-02 03:43:13 +00:00
2008-06-21 22:16:14 +00:00
2008-07-02 03:43:13 +00:00
2008-07-02 03:43:13 +00:00
2008-06-21 22:16:14 +00:00
2008-07-02 03:43:13 +00:00
2008-06-21 22:16:14 +00:00
2008-06-21 12:18:12 +00:00
2008-07-02 03:43:13 +00:00
2008-07-02 03:43:13 +00:00
2008-06-21 16:35:50 +00:00
2008-07-02 03:43:13 +00:00
2008-06-21 18:20:43 +00:00
2008-07-02 03:43:13 +00:00
2008-06-21 12:45:49 +00:00
2008-07-02 03:43:13 +00:00
2008-06-22 09:45:13 +00:00
2008-06-22 09:53:11 +00:00
2008-06-21 22:16:14 +00:00
2008-02-03 22:41:06 +00:00
2005-03-14 06:47:51 +00:00
2006-09-30 13:59:01 +00:00