Matthias Clasen 
							
						 
					 
					
						
						
							
						
						9c6130cdde 
					 
					
						
						
							
							silence gtk-doc  
						
						... 
						
						
						
						Add g_error_get_type to a private section in gobject-sections.txt
so gtk-doc doesn't complain about it. 
						
						
					 
					
						2010-06-23 09:25:29 -04:00 
						 
				 
			
				
					
						
							
							
								Christian Persch 
							
						 
					 
					
						
						
							
						
						db68f8203a 
					 
					
						
						
							
							Add g_value_take_variant  
						
						... 
						
						
						
						Turns out we do need g_value_take_variant(), so we can correctly
implement VARIANT:* marshalers.
Bug #621947 . 
						
						
					 
					
						2010-06-19 19:07:36 +02:00 
						 
				 
			
				
					
						
							
							
								Christian Persch 
							
						 
					 
					
						
						
							
						
						4708b8ecc3 
					 
					
						
						
							
							Add fundamental type and pspec for GVariant  
						
						... 
						
						
						
						Make G_TYPE_VARIANT a fundamental type instead of boxed, and add
g_variant_{set,get,dup}_variant.
Add GParamSpecVariant.
Bug #610863 . 
						
						
					 
					
						2010-06-17 21:00:54 +02:00 
						 
				 
			
				
					
						
							
							
								Emmanuele Bassi 
							
						 
					 
					
						
						
							
						
						6d1d9cf1b5 
					 
					
						
						
							
							gobject: Add GBinding  
						
						... 
						
						
						
						GBinding is a simple, opaque object that represents a binding between a
property on a GObject instance (source) and property on another GObject
instance (target).
https://bugzilla.gnome.org/show_bug.cgi?id=348080  
						
						
					 
					
						2010-06-15 16:06:18 +01:00 
						 
				 
			
				
					
						
							
							
								Damien Lespiau 
							
						 
					 
					
						
						
							
						
						f3879a4bdc 
					 
					
						
						
							
							Introduce g_object_notify_by_pspec()  
						
						... 
						
						
						
						g_object_notify_by_pspec() will emit the "notify" signal on the given
pspec, short-circuiting the hash table lookup needed by
g_object_notify(). The suggested and documented way of using
g_object_notify_by_pspec() is similar to the way of emitting signals
with their ID.
Emission tests (with no handler attached to the notify signal) show a
10-15% speedup over using g_object_notify().
https://bugzilla.gnome.org/show_bug.cgi?id=615425  
						
						
					 
					
						2010-06-15 10:51:36 +01:00 
						 
				 
			
				
					
						
							
							
								Javier Jardón 
							
						 
					 
					
						
						
							
						
						3b8d0a4ac2 
					 
					
						
						
							
							Add G_TYPE_CLASS_GET_PRIVATE macro to docs  
						
						
						
						
					 
					
						2010-05-20 01:59:17 +02:00 
						 
				 
			
				
					
						
							
							
								David Zeuthen 
							
						 
					 
					
						
						
							
						
						3baff96b37 
					 
					
						
						
							
							Make sure G_TYPE_ERROR shows up in the docs  
						
						... 
						
						
						
						This is related to bug 614541.
Signed-off-by: David Zeuthen <davidz@redhat.com > 
						
						
					 
					
						2010-04-23 12:14:37 -04:00 
						 
				 
			
				
					
						
							
							
								Javier Jardón 
							
						 
					 
					
						
						
							
						
						bed462046a 
					 
					
						
						
							
							[docs] Fix G_VALUE_COLLECT_INIT documentation  
						
						... 
						
						
						
						Add the documentation to the corresponding section
This macro was introduced in
commit 546fc0ca33 
						
						
					 
					
						2010-04-20 02:12:02 +02:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						81e2aa941b 
					 
					
						
						
							
							Some more doc cleanups  
						
						
						
						
					 
					
						2010-03-26 10:11:46 -04:00 
						 
				 
			
				
					
						
							
							
								Ryan Lortie 
							
						 
					 
					
						
						
							
						
						6f33038397 
					 
					
						
						
							
							gtk-doc fixups  
						
						
						
						
					 
					
						2010-03-21 14:12:48 -05:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						80a160c7c6 
					 
					
						
						
							
							Small doc fixes  
						
						
						
						
					 
					
						2010-02-21 19:46:57 -05:00 
						 
				 
			
				
					
						
							
							
								Ryan Lortie 
							
						 
					 
					
						
						
							
						
						1e655eb02c 
					 
					
						
						
							
							merge GVariant  
						
						
						
						
					 
					
						2010-02-10 11:35:01 -05:00 
						 
				 
			
				
					
						
							
							
								Dan Winship 
							
						 
					 
					
						
						
							
						
						91d96350a7 
					 
					
						
						
							
							Add G_DEFINE_INTERFACE  
						
						... 
						
						
						
						This is a macro similar to G_DEFINE_TYPE but it lets you define
interfaces rather than classes.
For discussion, see bug #320482  
						
						
					 
					
						2009-12-01 10:44:42 +01:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						7d51c96e5e 
					 
					
						
						
							
							Add G_IMPLEMENT_INTERFACE_DYNAMIC  
						
						... 
						
						
						
						Convenience macro to easy interface addition for dynamic types.
https://bugzilla.gnome.org/show_bug.cgi?id=508157  
						
						
					 
					
						2009-11-26 11:20:18 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						008ae16d75 
					 
					
						
						
							
							Add new functions  
						
						
						
						
					 
					
						2009-05-03 17:00:37 -04:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						7a9c75a099 
					 
					
						
						
							
							Add g_object_get_type  
						
						... 
						
						
						
						svn path=/trunk/; revision=7429 
						
						
					 
					
						2008-09-02 17:39:32 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						cb3b591aaa 
					 
					
						
						
							
							Add new api  
						
						... 
						
						
						
						svn path=/trunk/; revision=7207 
						
						
					 
					
						2008-07-19 02:15:31 +00:00 
						 
				 
			
				
					
						
							
							
								Stefan Kost 
							
						 
					 
					
						
						
							
						
						e7bc23623e 
					 
					
						
						
							
							Remove duplicated entries. They are documented and should be shown.  
						
						... 
						
						
						
						* docs/reference/gobject/gobject-sections.txt:
	  Remove duplicated entries. They are documented and should be shown.
svn path=/trunk/; revision=7067 
						
						
					 
					
						2008-06-21 11:33:53 +00:00 
						 
				 
			
				
					
						
							
							
								Cody Russell 
							
						 
					 
					
						
						
							
						
						49f802b83e 
					 
					
						
						
							
							Added GRegex boxed type. ( #445065 , Carlos Garnacho)  
						
						... 
						
						
						
						2007-06-15  Cody Russell  <bratsche@gnome.org >
	* docs/reference/gobject/tmpl/gboxed.sgml:
	* docs/reference/gobject/gobject-sections.txt:
	* glib/gregex.c:
	* gobject/gboxed.[ch]:
	* gobject/gobject.symbols: Added GRegex boxed type.
	(#445065 , Carlos Garnacho)
svn path=/trunk/; revision=5566 
						
						
					 
					
						2007-06-15 16:31:21 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						1cb4af3e96 
					 
					
						
						
							
							2.13.0  
						
						... 
						
						
						
						svn path=/trunk/; revision=5419 
						
						
					 
					
						2007-03-16 22:11:15 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						d7b7c44e40 
					 
					
						
						
							
							Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. ( #334437 )  
						
						... 
						
						
						
						2006-12-29 Matthias Clasen  <mclasen@redhat.com >
        * gtypemodule.h: Define G_DEFINE_DYNAMIC_TYPE and
        and _EXTENDED variant.  (#334437 ) 
						
						
					 
					
						2006-12-29 06:12:11 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						5dd378d2bd 
					 
					
						
						
							
							Updates  
						
						
						
						
					 
					
						2006-04-24 21:12:52 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						8506d70257 
					 
					
						
						
							
							forgotten file  
						
						
						
						
					 
					
						2006-04-24 20:50:12 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						9d69eab963 
					 
					
						
						
							
							additions  
						
						
						
						
					 
					
						2005-12-24 07:49:51 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						d9d75c48de 
					 
					
						
						
							
							Document GObject api additions  
						
						
						
						
					 
					
						2005-11-27 20:08:59 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						c0cffcf51b 
					 
					
						
						
							
							Document g_value_set_instance(), ( #319885 , Milosz Derezynski)  
						
						... 
						
						
						
						2005-10-26  Matthias Clasen  <mclasen@redhat.com >
	* gobject/gobject-sections.txt:
	* gobject/tmpl/generic_values.sgml: Document g_value_set_instance(),
	(#319885 , Milosz Derezynski) 
						
						
					 
					
						2005-10-27 02:54:30 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Taylor 
							
						 
					 
					
						
						
							
						
						2ae1a46b4c 
					 
					
						
						
							
							Add g_object_add/remove_toggle_ref() functions to get notification when a  
						
						... 
						
						
						
						2005-05-05  Owen Taylor  <otaylor@redhat.com >
        * gobject.[ch] gobject.symbols: Add
        g_object_add/remove_toggle_ref() functions to get notification
        when a reference count is the last remaining reference; this
        enables better memory management for language bindings.
        (http://mail.gnome.org/archives/gtk-devel-list/2005-April/msg00095.html )
2005-05-05  Owen Taylor  <otaylor@redhat.com >
        * glib/gdataset.[ch] glib/gdatasetprivate.h: Add
        g_datalist_set/unset_flags(), g_datalist_get_flags() functions
        to squeeze some bits into a GDataSet... this is needed for
        efficient implementation of toggle references in GObject.
        * tests/gobject/references.c tests/gobject/Makefile.am:
        Add a test case for weak and toggle references.
        * glib/gfileutils.[ch]: Rename g_file_replace() back
        to g_file_set_contents().
        * glib/glib.symbols: Update.
2005-05-05  Owen Taylor  <otaylor@redhat.com >
        * glib/Makefile.am glib/glib-sections.txt gobject/gobject-sections.txt:
        Update
        * gobject/tmpl/objects.sgml: Document toggle-references. 
						
						
					 
					
						2005-05-05 14:57:29 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						5374882914 
					 
					
						
						
							
							Additions  
						
						
						
						
					 
					
						2005-05-01 22:02:16 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						a82bcb3107 
					 
					
						
						
							
							Add a boxed type for GDate. ( #301787 , Tim-Philipp Müller)  
						
						... 
						
						
						
						2005-04-29  Matthias Clasen  <mclasen@redhat.com >
	* gobject.symbols:
	* gboxed.h (G_TYPE_DATE):
	* gboxed.c: Add a boxed type for GDate. (#301787 , Tim-Philipp
	Müller) 
						
						
					 
					
						2005-04-29 18:33:41 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						5a6df6dd65 
					 
					
						
						
							
							Documentation fixes.  
						
						
						
						
					 
					
						2004-10-26 16:10:52 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						8414d97c5b 
					 
					
						
						
							
							Add g_type_module_register_enum() and g_type_module_register_flags().  
						
						... 
						
						
						
						Tue Jul  6 00:54:38 2004  Matthias Clasen  <maclas@gmx.de >
	* gobject/gobject-sections.txt:
	* gobject/tmpl/gtypemodule.sgml: Add g_type_module_register_enum()
	and g_type_module_register_flags(). 
						
						
					 
					
						2004-07-06 04:56:36 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						af81f44e66 
					 
					
						
						
							
							Improve docs for G_DEFINE_TYPE_* macros.  
						
						... 
						
						
						
						Sun Jan 11 01:25:44 2004  Matthias Clasen  <maclas@gmx.de >
	* gobject/tmpl/gtype.sgml: Improve docs for G_DEFINE_TYPE_* macros.
Sun Jan 11 01:25:29 2004  Matthias Clasen  <maclas@gmx.de >
	* gobject/gobject-sections.txt: Add G_DEFINE_TYPE_EXTENDED. 
						
						
					 
					
						2004-01-11 00:23:57 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						f05c39ab42 
					 
					
						
						
							
							Document g_type_class_peek_static.  
						
						... 
						
						
						
						Sat Jan 10 01:36:01 2004  Matthias Clasen  <maclas@gmx.de >
	* gobject/tmpl/gtype.sgml: Document g_type_class_peek_static.
Sat Jan 10 01:23:58 2004  Matthias Clasen  <maclas@gmx.de >
	* gobject/gobject-sections.txt: Add g_type_class_peek_static,
	G_DEFINE_TYPE, G_DEFINE_TYPE_WITH_CODE, G_DEFINE_ABSTRACT_TYPE,
	G_DEFINE_ABSTRACT_TYPE_WITH_CODE, G_IMPLEMENT_INTERFACE.
Sat Jan 10 01:23:01 2004  Matthias Clasen  <maclas@gmx.de >
	* gobject/tmpl/objects.sgml: Update docs of g_object_connect.
Fri Jan  9 23:40:23 2004  Matthias Clasen  <maclas@gmx.de >
	* gobject/tmpl/gboxed.sgml:
	* gobject/gobject-sections.txt: Add G_TYPE_STRV and GStrv. 
						
						
					 
					
						2004-01-10 00:34:26 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						b4f769efaf 
					 
					
						
						
							
							Add a boxed type for nul-terminated string arrays. ( #110528 )  
						
						... 
						
						
						
						Fri Jan  9 23:41:00 2004  Matthias Clasen  <maclas@gmx.de >
	* gboxed.h:
	* gboxed.c (g_strv_get_type): Add a boxed type for nul-terminated
	string arrays.  (#110528 ) 
						
						
					 
					
						2004-01-09 22:39:55 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Taylor 
							
						 
					 
					
						
						
							
						
						4d3e3f0bd9 
					 
					
						
						
							
							Document interface properties and GParamSpecOverride.  
						
						... 
						
						
						
						Tue Oct 14 17:45:33 2003  Owen Taylor  <otaylor@redhat.com >
        * gobject/gobject-sections.txt gobject/tmpl/objects.sgml
        gobject/tmpl/param_value_types.sgml gobject/tmpl/gparamspec.sgml:
        Document interface properties and GParamSpecOverride. 
						
						
					 
					
						2003-10-21 19:14:04 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						4a29291187 
					 
					
						
						
							
							Documentation additions.  
						
						
						
						
					 
					
						2003-10-20 20:07:45 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						ad23d7bb7f 
					 
					
						
						
							
							Additions.  
						
						... 
						
						
						
						Mon Oct 20 01:12:46 2003  Matthias Clasen  <maclas@gmx.de >
	* gobject/tmpl/gtype.sgml:
	* gobject/tmpl/param_value_types.sgml:
	* gobject/tmpl/value_arrays.sgml: Additions.
	* gobject/tmpl/gboxed.sgml:
	* gobject/gobject-sections.txt: Remove prematurely added
	GStrv documentation. 
						
						
					 
					
						2003-10-19 23:17:30 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						9d641fd17a 
					 
					
						
						
							
							Document closures.  
						
						
						
						
					 
					
						2003-10-14 00:37:18 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						1a197c35c3 
					 
					
						
						
							
							Fix includes.  
						
						... 
						
						
						
						Sun Oct  5 23:23:53 2003  Matthias Clasen  <maclas@gmx.de >
	* gobject/glib-sections.txt:
	* gobject/gobject-sections.txt: Fix includes.
	* gobject/tmpl/value_collection.sgml: Add docs found in the
	header. 
						
						
					 
					
						2003-10-05 21:32:09 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Taylor 
							
						 
					 
					
						
						
							
						
						3963846335 
					 
					
						
						
							
							Add g_type_add/remove_interface_check()  
						
						... 
						
						
						
						Thu Oct  2 01:22:46 2003  Owen Taylor  <otaylor@redhat.com >
        * gobject/gobject-sections.txt gobject/tmpl/gtype.sgml:
        Add g_type_add/remove_interface_check() 
						
						
					 
					
						2003-10-02 05:25:32 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Taylor 
							
						 
					 
					
						
						
							
						
						4cfce6290b 
					 
					
						
						
							
							Docs for g_type_default_interface_ref(), etc. :  
						
						... 
						
						
						
						Mon Sep 29 10:55:23 2003  Owen Taylor  <otaylor@redhat.com >
        *  gobject/gobject-sections.txt gobject/tmpl/gtype.sgml:
        Docs for g_type_default_interface_ref(), etc.
: ---------------------------------------------------------------------- 
						
						
					 
					
						2003-09-29 14:56:23 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Taylor 
							
						 
					 
					
						
						
							
						
						89e16ea9c7 
					 
					
						
						
							
							Add docs for g_signal_accumulator_true_handled.  
						
						... 
						
						
						
						Fri Sep 12 16:29:29 2003  Owen Taylor  <otaylor@redhat.com >
        * gobject/tmpl/signals.sgml: Add docs for
        g_signal_accumulator_true_handled. 
						
						
					 
					
						2003-09-12 20:37:29 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						c3acb9da0c 
					 
					
						
						
							
							Make the g_value_set_x_take_ownership() functions "official" part of the  
						
						... 
						
						
						
						2003-09-12  Matthias Clasen  <maclas@gmx.de >
	Make the g_value_set_x_take_ownership() functions "official"
	part of the API (#100948 ):
	* gvaluetypes.[hc]: Add g_value_take_string() (synonym to the
	now deprecated g_value_set_string_take_ownership()).
	* gparam.[hc]: Add g_value_take_param() (synonym to the
	now deprecated g_value_set_param_take_ownership()).
	* gobject.[hc]: Add g_value_take_object() (synonym to the
	now deprecated g_value_set_object_take_ownership()).
	* gboxed.[hc]: Add g_value_take_boxed() (synonym to the
	now deprecated g_value_set_boxed_take_ownership()).
	* gobject/gobject-sections.txt: Add new g_value_take_x() functions.
	* gobject/tmpl/param_value_types.sgml: Document new g_value_take_x()
	functions.  (#100948 ) 
						
						
					 
					
						2003-09-12 20:11:38 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						dfa521fdf7 
					 
					
						
						
							
							Additions.  
						
						
						
						
					 
					
						2003-03-24 23:28:35 +00:00 
						 
				 
			
				
					
						
							
							
								Owen Taylor 
							
						 
					 
					
						
						
							
						
						e6d15f6eaf 
					 
					
						
						
							
							Document private instance data.  
						
						... 
						
						
						
						Mon Mar 10 11:33:10 2003  Owen Taylor  <otaylor@redhat.com >
        * gobject/tmpl/gtype.sgml gobject/gobject-sections.txt:
        Document private instance data. 
						
						
					 
					
						2003-03-10 16:38:58 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						bec0034918 
					 
					
						
						
							
							Add GTypeClass, GTypePluginClass and GTypeModuleClass.  
						
						... 
						
						
						
						* gobject/tmpl/gtype.sgml:
	* gobject/tmpl/gtypeplugin.sgml:
	* gobject/tmpl/gtypemodule.sgml:
	* gobject/gobject-sections.txt: Add GTypeClass, GTypePluginClass
	and GTypeModuleClass.
	* gobject/tmpl/gboxed.sgml: Add docs. 
						
						
					 
					
						2002-12-09 19:06:42 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						90d5b0fced 
					 
					
						
						
							
							More docs.  
						
						... 
						
						
						
						* gsignal.c: More docs.
	* gobject/gobject-sections.txt: Mark g_signal_handlers_destroy as
	private.
	* gobject/tmpl/signals.sgml: Move some docs inline. 
						
						
					 
					
						2002-12-01 01:32:11 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						1565a2027e 
					 
					
						
						
							
							Add g_type_interface_prerequisites.  
						
						
						
						
					 
					
						2002-10-15 21:16:20 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						61f76fa4e5 
					 
					
						
						
							
							Updates.  
						
						... 
						
						
						
						* gobject/gobject-sections.txt:
	* gobject/tmpl/gtype.sgml: Updates. 
						
						
					 
					
						2002-04-23 23:18:37 +00:00 
						 
				 
			
				
					
						
							
							
								Sven Neumann 
							
						 
					 
					
						
						
							
						
						5eced196ba 
					 
					
						
						
							
							gobject/gobject-sections.txt gobject/tmpl/generic_values.sgml updated for  
						
						... 
						
						
						
						2002-02-20  Sven Neumann  <sven@gimp.org >
	* gobject/gobject-sections.txt
	* gobject/tmpl/generic_values.sgml
	* gobject/tmpl/param_value_types.sgml: updated for GValue changes. 
						
						
					 
					
						2002-02-20 09:51:10 +00:00