f5483302757a9c03c43e25c86cea4a7bd5aaaf3f |
|
23-Feb-2009 |
Matthias Clasen <matthiasc@src.gnome.org> |
Fix "it's" vs "its" confusion throughout the source. Patch by Will * Fix "it's" vs "its" confusion throughout the source. Patch by Will Thompson. svn path=/trunk/; revision=7897
/external/bluetooth/glib/gobject/gtype.c
|
e5e4f8bca3d47dd6db384cc62c225faa469d66db |
|
27-Jul-2008 |
Tor Lillqvist <tml@novell.com> |
gtype.h Revert my change from 2008-07-24. No G_TYPE_FORMAT is needed. Just 2008-07-27 Tor Lillqvist <tml@novell.com> * gtype.h * gtype.c: Revert my change from 2008-07-24. No G_TYPE_FORMAT is needed. Just use G_GSIZE_FORMAT always when printing GType values. svn path=/trunk/; revision=7256
/external/bluetooth/glib/gobject/gtype.c
|
b46641eab25d8f28794d27dcba04d51635c1a846 |
|
24-Jul-2008 |
Tor Lillqvist <tml@novell.com> |
Define G_TYPE_FORMAT as the printf format for a GType value. Either 2008-07-24 Tor Lillqvist <tml@novell.com> * gtype.h: Define G_TYPE_FORMAT as the printf format for a GType value. Either G_GSIZE_FORMAT or "lu". * gtype.c: Use it instead of the C99 zu. svn path=/trunk/; revision=7250
/external/bluetooth/glib/gobject/gtype.c
|
d6d221911d8a8515bf91c9d0721025669717d6f8 |
|
02-Jul-2008 |
Matthias Clasen <matthiasc@src.gnome.org> |
Fix up section comments svn path=/trunk/; revision=7137
/external/bluetooth/glib/gobject/gtype.c
|
6347be5fb68fc3e5e9d5bfedc3cbd5349ef40074 |
|
22-Jun-2008 |
Michael Natterer <mitch@imendio.com> |
remove trailing whitespace from newly added gtk-doc comments and 2008-06-22 Michael Natterer <mitch@imendio.com> * *.c: remove trailing whitespace from newly added gtk-doc comments and reformatted some where they contained overly long or ill-formatted lines. svn path=/trunk/; revision=7090
/external/bluetooth/glib/gobject/gtype.c
|
5602b7e275ef5fb76cf7847f35b120dce3111705 |
|
22-Jun-2008 |
Michael Natterer <mitch@imendio.com> |
moved includes back to the top of the files (before gtk-doc SECTION 2008-06-22 Michael Natterer <mitch@imendio.com> * *.c: moved includes back to the top of the files (before gtk-doc SECTION comments). Add "config.h" in all files and move system included before glib includes. Remove trailing whitespace from SECTION comments and did some reformatting where lines were overly long, no documentation content was changed. svn path=/trunk/; revision=7089
/external/bluetooth/glib/gobject/gtype.c
|
ac94781e28fc0036e7ba7302e6816172ea41e326 |
|
22-Jun-2008 |
Stefan Kost <stefkost@src.gnome.org> |
Move some content for gobject-unused.sgml and cleared empty entries. The * docs/reference/gobject/tmpl/gobject-unused.sgml: * gobject/gobject.h: * gobject/gtype.c: * gobject/gtype.h: Move some content for gobject-unused.sgml and cleared empty entries. The remaining 4 ones should be checked by some else. If they are not needed. The file can be removed. svn path=/trunk/; revision=7087
/external/bluetooth/glib/gobject/gtype.c
|
005be9980a26ed1308773ed73e2811a63fbd6a59 |
|
21-Jun-2008 |
Stefan Kost <stefkost@src.gnome.org> |
Migrating docs. * docs/reference/gobject/tmpl/gtype.sgml: * gobject/gtype.c: * gobject/gtype.h: * gobject/gvaluetypes.h: Migrating docs. svn path=/trunk/; revision=7075
/external/bluetooth/glib/gobject/gtype.c
|
0e1960fd6ebabd19d49320f86b92dbdad1b1091a |
|
10-Jun-2008 |
Tim Janik <timj@src.gnome.org> |
g_type_class_ref() comment fixes. svn path=/trunk/; revision=6985
/external/bluetooth/glib/gobject/gtype.c
|
e9f756f17ef56feb2863c46fbb1698ec8c862839 |
|
10-Jun-2008 |
13:15:29 Tim Janik <timj@imendio.com> |
fixed race condition where references to partially initialized classes 2008-06-10 13:15:29 Tim Janik <timj@imendio.com> * gtype.c (g_type_class_ref): fixed race condition where references to partially initialized classes could be handed out. svn path=/trunk/; revision=6982
/external/bluetooth/glib/gobject/gtype.c
|
0dd27821f21f2252381e05527885cede629dbee3 |
|
05-Feb-2008 |
18:52:07 Tim Janik <timj@imendio.com> |
added recursive mutex to protect class initialization, default interface 2008-02-05 18:52:07 Tim Janik <timj@imendio.com> * gtype.c: added recursive mutex to protect class initialization, default interface initialization and per-class interface construction. a lock to this recursive mutex is held during user callback invocations such as initializers or finalizers, effectively allowing only one thread to run class/interface initializers/finalizers at a time. also made misc fixups. this fixes: Bug 64764 - Class initialization isn't thread safe. svn path=/trunk/; revision=6454
/external/bluetooth/glib/gobject/gtype.c
|
19086497ab9d495cadb485b6a5c6524c85a2a5ef |
|
15-Jun-2007 |
Cody Russell <bratsche@gnome.org> |
Check for 0-sized private data. (#443869) 2007-06-14 Cody Russell <bratsche@gnome.org> * gobject/gtype.c (g_type_class_add_private): Check for 0-sized private data. (#443869) svn path=/trunk/; revision=5561
/external/bluetooth/glib/gobject/gtype.c
|
0eb82133c519e7cc08ee6de2daef449581e4f9d6 |
|
16-Dec-2006 |
Matthias Clasen <matthiasc@src.gnome.org> |
Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com> * gtype.c (instance_real_class_get): Dereference the pointer before dropping the lock. (#378078, Jonathan Matthew)
/external/bluetooth/glib/gobject/gtype.c
|
20b39ffafad66ba1746de6954aa85653d135a5b8 |
|
30-Sep-2006 |
Matthias Clasen <matthiasc@src.gnome.org> |
Fix some issues with PLT entries.
/external/bluetooth/glib/gobject/gtype.c
|
dd106106dc5b9a9c03cd168643765d9830c076a9 |
|
15-Jun-2006 |
Matthias Clasen <mclasen@redhat.com> |
Separate groups by an empty line (#344868, Christian Persch) 2006-06-14 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_to_data): Separate groups by an empty line (#344868, Christian Persch) 2006-06-14 Tor Lillqvist <tml@novell.com>
/external/bluetooth/glib/gobject/gtype.c
|
68eaeb69cbaeca3ddbd1f25cc85a303e6486aced |
|
23-Apr-2006 |
Matthias Clasen <matthiasc@src.gnome.org> |
Fix some problems with my last commit
/external/bluetooth/glib/gobject/gtype.c
|
2e57b11a94221a62cd510d623baffea8949a6c0d |
|
21-Apr-2006 |
Matthias Clasen <matthiasc@src.gnome.org> |
Add g_type_register_static_simple
/external/bluetooth/glib/gobject/gtype.c
|
d871f19c3074f37df65b6d304f4eacbe19c4b46c |
|
01-Dec-2005 |
Tim Janik <timj@imendio.com> |
use g_slic_* for all object allocations. Thu Dec 1 12:53:26 2005 Tim Janik <timj@imendio.com> * gtype.c: use g_slic_* for all object allocations.
/external/bluetooth/glib/gobject/gtype.c
|
0cba1b531d5d28890fa4f48359d4e7adacf2a603 |
|
01-Nov-2005 |
Tim Janik <timj@imendio.com> |
prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to Tue Nov 1 16:24:20 2005 Tim Janik <timj@imendio.com> * glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to allocate and cache small bits of memory. an actuall allocator implementation for g_slice_*() is still pending. * glib/gthread.[hc]: changes from a patch by Matthias Clasen. changed GRealThread list to use in-structure *next; fields instead of GSList, in order for thread iteration to not depenend on g_slice_*() indirectly. _g_thread_mem_private_get(): _g_thread_mem_private_set(): added accessors for private memory, needed because the ordinary GPrivate implementation relies on GArray and GSList and therefore indirectly on working g_slice_*() allocations. * glib/gthread.[hc]: g_thread_foreach(): new public API function to loop over all existing threads. * glib/gdataset.c: * glib/gstring.c: * glib/gcache.c: * glib/garray.c: * glib/gqueue.c: * glib/gslist.c: * glib/glist.c: * glib/ghash.c: * glib/gtree.c: * glib/ghook.c: * glib/gmain.c: * glib/gnode.c: removed GAllocator and free list usages and accompanying locks. use g_slice_*() API to allocate and cache small bits of memory. * glib/ghook.h: removed GMemChunk field from public API. * glib/gslist.h: * glib/glist.h: deprecate allocator API, provide _free1() for consistency. * glib/gnode.h: deprecate allocator API. * glib/gmain.c: reordered GPollRec fields so g_slice_free_chain() can be used for poll rec lists. * glib/grel.c: removed mem chunk usage, and allocated tuples via g_slice_*(). g_relation_destroy(): free all tuples from the all_tuples hash table, this effectively maintains the life time track keeping of tuples. g_relation_delete_tuple(): free tuples which are removed from the all_tuples hash table. this fixes a temporary leak that was present in the memchunk code until the destruction of the relation.
/external/bluetooth/glib/gobject/gtype.c
|
21bbad188f83c828aee254191939d4568b9b7c19 |
|
10-Sep-2005 |
Matthias Clasen <mclasen@redhat.com> |
Move a few strings from .data to .rodata. 2005-09-10 Matthias Clasen <mclasen@redhat.com> * gtype.c (INVALID_RECURSION, check_type_name_I): Move a few strings from .data to .rodata.
/external/bluetooth/glib/gobject/gtype.c
|
2147c486b0afb90ea32fdce9fefedcbebc2375a6 |
|
08-Sep-2005 |
Kjartan Maraas <kmaraas@gnome.org> |
Remove some unused code. Same here And here Mark some functions static. 2005-09-08 Kjartan Maraas <kmaraas@gnome.org> * gclosure.c: (g_closure_set_meta_marshal): Remove some unused code. * gsignal.c: (g_signal_emitv): Same here * gtype.c: (g_type_register_fundamental): And here * testgobject.c: Mark some functions static.
/external/bluetooth/glib/gobject/gtype.c
|
63b1b0c1875ac931462351d43dd1084e6c110d04 |
|
31-Aug-2005 |
Matthias Clasen <matthiasc@src.gnome.org> |
More string interning
/external/bluetooth/glib/gobject/gtype.c
|
0169468c8cc0c43c7692f5af93c0323fe42a5888 |
|
10-Aug-2005 |
Stepan Kasal <skasal@src.gnome.org> |
Fix typos: invokation -> invocation.
/external/bluetooth/glib/gobject/gtype.c
|
3448a27829133bebb3bf1e29a30574304c899040 |
|
14-Mar-2005 |
Matthias Clasen <mclasen@redhat.com> |
Make work again. 2005-03-14 Matthias Clasen <mclasen@redhat.com> * abicheck.sh: Make work again. * gsourceclosure.c: Fix a typo. Make PLT-reduction work with gcc4, and don't include everything in gobjectalias.h: * gobject.symbols: Group symbols by header and source file. * makegobjectalias.pl: Protect definitions by the same preprocessor symbols used to guard the headers. Move the alias declarations to a separate file which is produced when calling makegalias.pl -def * Makefile.am (gobjectaliasdef.c): Add a rule to build this file. * *.c: Include gobjectalias.h after the other i GLib headers, include gobjectaliasdef.c at the bottom.
/external/bluetooth/glib/gobject/gtype.c
|
286d84fcb015da87985c6d2d996d76960322b36d |
|
01-Nov-2004 |
Matthias Clasen <mclasen@redhat.com> |
glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.c 2004-11-01 Matthias Clasen <mclasen@redhat.com> * glib/gconvert.c: * glib/gdebug.h * glib/gutils.c * gobject/gtype.c * gthread/gthread-posix.c * tests/timeloop-closure.c * tests/timeloop.c: Fix sparse warnings. (#157014, Kjartan Maraas)
/external/bluetooth/glib/gobject/gtype.c
|
565d9253e722d7743b07c0006c8c31adc1e49319 |
|
06-Oct-2004 |
4 <timj@birnet.org> |
applied patch from Jean-Yves Lefort <jylefort@brutele.be> to not access Wed Oct 6 02:12:44 2004 <timj@birnet.org> * gtype.c (g_type_instance_get_private): applied patch from Jean-Yves Lefort <jylefort@brutele.be> to not access the instance_real_class_bsa pointer without holding the instance_real_class lock.
/external/bluetooth/glib/gobject/gtype.c
|
465c7d1ead296b70b8d47ca333554a18f71da11d |
|
16-Sep-2004 |
Matthias Clasen <mclasen@redhat.com> |
Implement the same PLT reduction technique used in GTK+: 2004-09-16 Matthias Clasen <mclasen@redhat.com> Implement the same PLT reduction technique used in GTK+: * Makefile.am: Generate gobjectalias.h from gobject.symbols. (BUILT_SOURCES): Add gobjectalias.h. * makegobjectalias.pl: Script to generate gobjectalias.h. * *.c: Include gobjectalias.h
/external/bluetooth/glib/gobject/gtype.c
|
88e7569e65f74ae1140a31093396e872b4866cd7 |
|
16-Sep-2004 |
Matthias Clasen <mclasen@redhat.com> |
Add ABI control using the same technique that is used in GTK+. 2004-09-16 Matthias Clasen <mclasen@redhat.com> Add ABI control using the same technique that is used in GTK+. * gobject.symbols: Master list of symbols. * gobject.def: Removed. It is now generated from gobject.symbols. * Makefile.am (gobject.def): Generate from gobject.symbols. (TESTS): Add abicheck.sh (EXTRA_DIST): Add abicheck.sh (export_symbols): Don't export _-prefixed symbols. * gtype.h: * gtype.c: Move the declarations of the various _init() functions to the header, and mark them as G_GNUC_INTERNAL.
/external/bluetooth/glib/gobject/gtype.c
|
47bd02855f2892bf31c0ddd8fde3890da759186c |
|
28-Jul-2004 |
Matthias Clasen <mclasen@redhat.com> |
Catch cases of forgotten g_type_add_private(). (#148368, Tommi Komulainen) 2004-07-28 Matthias Clasen <mclasen@redhat.com> * gtype.c (g_type_instance_get_private): Catch cases of forgotten g_type_add_private(). (#148368, Tommi Komulainen)
/external/bluetooth/glib/gobject/gtype.c
|
999a87a19a96cd3392f91e93cd3c44ee9daf18b2 |
|
03-Feb-2004 |
Tim Janik <timj@gtk.org> |
provide a short-cut version for this macro in case Tue Feb 3 21:24:01 2004 Tim Janik <timj@gtk.org> * gtype.h (_G_TYPE_CVH): provide a short-cut version for this macro in case value->g_type==checked_type for gcc, similar to instance and class check short-cuts. this speeds up code that makes frequent use of G_VALUE_HOLDS_*() (e.g. setters/getters). * gtype.c (type_data_last_unref_Wm): don't call class-cache functions for the uncached case, this rendered g_type_class_unref_uncached() useless. pointed out by Stefan Westerfeld.
/external/bluetooth/glib/gobject/gtype.c
|
07cbd50ea880c7d4f0221d171cf8f91d253e51f7 |
|
26-Dec-2003 |
Matthias Clasen <maclas@gmx.de> |
Don't acquire a read lock here. (#106433, Owen Taylor) Fri Dec 26 01:34:01 2003 Matthias Clasen <maclas@gmx.de> * gtype.c (g_type_class_peek_parent): Don't acquire a read lock here. (#106433, Owen Taylor)
/external/bluetooth/glib/gobject/gtype.c
|
0642df0ab3a705ec61bdbc915e15e7d7c2f4ed05 |
|
27-Nov-2003 |
Tim Janik <timj@gtk.org> |
variant of class_peek() which works for static types only. Thu Nov 27 17:53:52 2003 Tim Janik <timj@gtk.org> * gtype.[hc]: (g_type_class_peek_static): variant of class_peek() which works for static types only. * gobject.c: (g_object_do_class_init): make ::notify a run-action signal. (g_object_newv): use g_type_class_peek_static() by default to speed up common code path (trades two write-locks for one read-lock). (g_object_disconnect): (g_object_connect): allow signal specification words to be seperated by '-'. (g_object_set_valist): (g_object_new_valist): don't leak values. (g_object_get_property): check property for readability. (g_object_set_property): check property for writability and to not be construct-only. (g_object_set_valist): check property to not be construct-only.
/external/bluetooth/glib/gobject/gtype.c
|
96a7e2404304f6dd8da7d17090adbaaf4088fc1b |
|
02-Oct-2003 |
Tim Janik <timj@gtk.org> |
fix post class_init interface initialization logic for child types. Thu Oct 2 07:37:12 2003 Tim Janik <timj@gtk.org> * gtype.c: fix post class_init interface initialization logic for child types.
/external/bluetooth/glib/gobject/gtype.c
|
1083b5a43d832df21f0f409c5bd081e01cab1620 |
|
02-Oct-2003 |
Owen Taylor <otaylor@redhat.com> |
Add g_type_add/remove_interface_check(), which allows inserting a Thu Oct 2 01:16:50 2003 Owen Taylor <otaylor@redhat.com> * gtype.[ch]: Add g_type_add/remove_interface_check(), which allows inserting a post-interface-initialization check. * testgobject.c: Fix a deprecated usage.
/external/bluetooth/glib/gobject/gtype.c
|
2aa3d50768afc2cc34d2fa7e87263cd78fff53b4 |
|
29-Sep-2003 |
Owen Taylor <otaylor@redhat.com> |
Add g_type_default_interface_ref/peek/unref for accessing the default Mon Sep 29 10:51:01 2003 Owen Taylor <otaylor@redhat.com> * gtype.[ch]: Add g_type_default_interface_ref/peek/unref for accessing the default vtable of an interface.
/external/bluetooth/glib/gobject/gtype.c
|
61d764c54e907ded4ec672f6dc44c1f854afb041 |
|
26-Sep-2003 |
Owen Taylor <otaylor@redhat.com> |
You can have instance_real_class_bsa be non-NULL, but still the class not Fri Sep 26 17:24:53 2003 Owen Taylor <otaylor@redhat.com> * gtype.c (g_type_instance_get_private): You can have instance_real_class_bsa be non-NULL, but still the class not be in the bsa. (Found by Kris Rietveld)
/external/bluetooth/glib/gobject/gtype.c
|
558507bc5ac1422e78135915ee77641e20dfd46c |
|
02-Sep-2003 |
Tim Janik <timj@gtk.org> |
added support for a "default vtable" per interface, that interface vtables Tue Sep 2 19:37:21 2003 Tim Janik <timj@gtk.org> * gtype.[hc]: added support for a "default vtable" per interface, that interface vtables are initialized from. the default vtable is initialized and finalized through class_init, class_finalize and class_data from the interfaces GTypeInfo struct. (type_data_last_unref_Wm): unload child plugin before unreffing parent type. testifaceinit.c: minor fixups. fixed up base_init() assertions, since with a default vtable, base_init() may be called multiple times. added default initializer to iface1.
/external/bluetooth/glib/gobject/gtype.c
|
de059b53bc12918e927c2234a3ebe0910f6f7ed1 |
|
02-Sep-2003 |
Tim Janik <timj@gtk.org> |
fix iterating over fundamental types. Tue Sep 2 14:53:41 2003 Tim Janik <timj@gtk.org> * gobject-query.c (main): fix iterating over fundamental types. * gtype.c: applied patch from owen which keeps internal class initialization state to maintain class and interface initialization happen in the order of: 1. class' base_init 2. interface' base_init = interfaces added after here are immediately base_init-ialized 3. class_init 4. Interface_init = interfaces added here are immediately Interface_init-ialized
/external/bluetooth/glib/gobject/gtype.c
|
105adb9a35c7a4976c0b9c45bdcbf3f25a2ee184 |
|
19-Aug-2003 |
Tim Janik <timj@gtk.org> |
check private instance data after initialization. Tue Aug 19 05:21:04 2003 Tim Janik <timj@gtk.org> * testgobject.c (main): check private instance data after initialization. * gtype.c: for instances with private data, store the real class pointer in a bsearch array during class initialization. (g_type_instance_get_private): fetch the real class of an instance from the bsearch array if necessary.
/external/bluetooth/glib/gobject/gtype.c
|
6e2d715fd8bf99dcd2076c3e316bf762e34bcb17 |
|
08-Jul-2003 |
Soeren Sandmann <sandmann@daimi.au.dk> |
Only access node->data->instance when the node is instantiable. Tue Jul 8 22:29:31 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtype.c (type_class_init_Wm): Only access node->data->instance when the node is instantiable.
/external/bluetooth/glib/gobject/gtype.c
|
2d9b959c98046b49629bb686653a919912a46564 |
|
08-Jul-2003 |
Owen Taylor <otaylor@redhat.com> |
Initialize node->data->instance.private_size here rather than in Tue Jul 8 14:55:27 2003 Owen Taylor <otaylor@redhat.com> * gtype.c (type_class_init_Wm): Initialize node->data->instance.private_size here rather than in type_data_make_W() since the class init for the parent class may have changed pnode->data->instance.private_size. (#116921, reported by Soeren Sandmann)
/external/bluetooth/glib/gobject/gtype.c
|
537c81b30b06b4977ff8021772fc1646c47a7472 |
|
24-Mar-2003 |
Sven Neumann <sven@gimp.org> |
removed leftover debugging message (bug #109093). 2003-03-24 Sven Neumann <sven@gimp.org> * gtype.c (type_data_finalize_class_ifaces_Wm): removed leftover debugging message (bug #109093).
/external/bluetooth/glib/gobject/gtype.c
|
c2a431c894556ba53fcd68f832d3fdaf40e7566e |
|
10-Mar-2003 |
Owen Taylor <otaylor@redhat.com> |
Add support for instance-private data. g_type_class_add_private(), Thu Feb 27 17:33:19 2003 Owen Taylor <otaylor@redhat.com> * gtype.[ch] testgobject.c: Add support for instance-private data. g_type_class_add_private(), g_type_instance_get_private(), G_TYPE_INSTANCE_GET_PRIVATE(). (#101959, patch partly by Mark McLoughlin, extensive feedback from Tim Janik.)
/external/bluetooth/glib/gobject/gtype.c
|
fa21b512d5101702744354781959a96e96b2c484 |
|
07-Feb-2003 |
Matthias Clasen <maclas@gmx.de> |
Remove all docs from gobject at Tims request. Documentation is only for 2003-02-07 Matthias Clasen <maclas@gmx.de> * gtypemodule.c: * gtype.c: * gsourceclosure.c: * gparamspecs.c: * gparam.c: * gobject.c: * gsignal.c: Remove all docs from gobject at Tims request. Documentation is only for weenies anyway...
/external/bluetooth/glib/gobject/gtype.c
|
63f5a15fc61ccd0583e4202ce72120100dd8628b |
|
18-Dec-2002 |
Michael Natterer <mitch@gimp.org> |
applied patch I got from Tim Janik for testing which fixes bug #101521. 2002-12-18 Michael Natterer <mitch@gimp.org> * gobject/gtype.c (type_data_finalize_class_ifaces_Wm): applied patch I got from Tim Janik for testing which fixes bug #101521. (restart iterating the interface enties each time we finalized one because they might have been modified).
/external/bluetooth/glib/gobject/gtype.c
|
6df677db748bfadbb20b0a76e2386045daaee43e |
|
04-Dec-2002 |
Matthias Clasen <matthiasc@src.gnome.org> |
Sync parameter names with docs and implementation. * gsignal.h (g_signal_add_emission_hook): * gtype.h (g_type_interface_get_plugin): Sync parameter names with docs and implementation. * gtype.c (g_type_add_interface_dynamic): (g_type_interface_get_plugin): (g_type_interface_peek_parent): (g_type_query): Add docs. * gobject/tmpl/gtype.sgml: Add docs. * gobject/tmpl/signals.sgml: Regenerated.
/external/bluetooth/glib/gobject/gtype.c
|
e2afe00eb1c457ff76770c5d0fd38244c024025b |
|
03-Dec-2002 |
Matthias Clasen <matthiasc@src.gnome.org> |
Add docs.
/external/bluetooth/glib/gobject/gtype.c
|
a69dc4b65d07db32e200f1100bdeab898720c3c3 |
|
28-Nov-2002 |
Matthias Clasen <matthiasc@src.gnome.org> |
Mark 2.2 API additions.
/external/bluetooth/glib/gobject/gtype.c
|
892675e05a940aa8c9165f4c3e0dbd7c5d4e21a4 |
|
22-Nov-2002 |
Owen Taylor <otaylor@redhat.com> |
Allow NULL to be cast to any type. (Frequently requested, most recently Thu Nov 21 16:05:50 2002 Owen Taylor <otaylor@redhat.com> * gtype.c (g_type_check_instance_cast): Allow NULL to be cast to any type. (Frequently requested, most recently #99023, Lars Clausen.)
/external/bluetooth/glib/gobject/gtype.c
|
d4407e38fae560bae6a66dd9ae5b2f58b9d89134 |
|
04-Nov-2002 |
Owen Taylor <otaylor@redhat.com> |
Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com> * glib/gbsearcharray.c: Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, Morten Welinder) * tests/uri-test.c: Include <config.h> Mon Nov 4 14:42:36 2002 Owen Taylor <otaylor@redhat.com> * gtype.c gsignal.c gvaluearray.c: Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, Morten Welinder) * gsignal.c: Conditionalize definition of g_handler_ts on DISABLE_MEM_POOLS (#96437) Mon Nov 4 14:45:24 2002 Owen Taylor <otaylor@redhat.com> * gthread-posix.c gthread-solaris.c: Include <config.h>
/external/bluetooth/glib/gobject/gtype.c
|
b95ffb852cf9418119794f0bc3f7dcb407f96ce3 |
|
20-Oct-2002 |
Matthias Clasen <matthiasc@src.gnome.org> |
Report only the most specific instantiatable prerequisite, filter out all * gtype.c (g_type_interface_prerequisites): Report only the most specific instantiatable prerequisite, filter out all supertypes of this one (the supertypes are added to the prerequisites array for technical reasons).
/external/bluetooth/glib/gobject/gtype.c
|
1565a2027eb99c15a8520c48ac9097de82c170a5 |
|
15-Oct-2002 |
Matthias Clasen <matthiasc@src.gnome.org> |
Add g_type_interface_prerequisites.
/external/bluetooth/glib/gobject/gtype.c
|
cab46e354d4f52852c083ddb3ed20b4b15fd30dc |
|
12-Oct-2002 |
Tim Janik <timj@gtk.org> |
test creation of new fundamental types. Sat Oct 12 22:02:32 2002 Tim Janik <timj@gtk.org> * merged up from 2.0: * testgobject.c: test creation of new fundamental types. * gtype.c (g_type_fundamental_next), (type_node_fundamental_new_W): account for static_fundamental_next storing non-shifted fundamental IDs. this fixes g_type_fundamental_next() not returning a new usable fundamental ID.
/external/bluetooth/glib/gobject/gtype.c
|
bd76d641067cfff4464b24ad37970585b55d13c1 |
|
26-Jul-2002 |
Owen Taylor <otaylor@redhat.com> |
When adding ancestral prerequisites, add the grandparents, not the Thu Jul 25 20:34:39 2002 Owen Taylor <otaylor@redhat.com> * gtype.c (g_type_interface_add_prerequisite): When adding ancestral prerequisites, add the grandparents, not the siblings. (Problem found by Jon Trowbridge, patch from Dave Camp, #86879)
/external/bluetooth/glib/gobject/gtype.c
|
116b90dfb1c0fb09e45469114f6079f1f2576bd0 |
|
20-May-2002 |
Owen Taylor <otaylor@redhat.com> |
When printing errors, handle NULL returns from g_type_debug(). (#73559, Mon May 20 15:57:47 2002 Owen Taylor <otaylor@redhat.com> * gsignal.c: When printing errors, handle NULL returns from g_type_debug(). (#73559, Laszlo Peter) * gtype.c (type_descriptive_name_I): De-inline, since it's only used for debugging.
/external/bluetooth/glib/gobject/gtype.c
|
75f7f9ed05585d18e3db0dcd9d00082971261ca9 |
|
25-Mar-2002 |
Owen Taylor <otaylor@redhat.com> |
Wrap setting freed instance memory to 0xaa in #ifdef G_ENABLE_DEBUG Mon Mar 25 17:25:57 2002 Owen Taylor <otaylor@redhat.com> * gtype.c (g_type_free_instance): Wrap setting freed instance memory to 0xaa in #ifdef G_ENABLE_DEBUG
/external/bluetooth/glib/gobject/gtype.c
|
3f4617caabf1568d26b09dbd47a2aaaf05c4f44e |
|
19-Mar-2002 |
Tim Janik <timj@gtk.org> |
applied patch from Matthias Clasen <maclas@gmx.de> to check for Tue Mar 19 18:57:12 2002 Tim Janik <timj@gtk.org> * gtype.c (check_add_interface_L): applied patch from Matthias Clasen <maclas@gmx.de> to check for prerequisite of interfaces, fixes #74427. fixed mutex recursion in his patch (we can't call g_type_is_a() while holding a read lock). * gparam.c (canonalize_key): cleanup.
/external/bluetooth/glib/gobject/gtype.c
|
b9c695f47cb0e533b0964ffa3d913a8a0591d02e |
|
26-Feb-2002 |
Matthias Clasen <matthiasc@src.gnome.org> |
Remove references to gruntime. This includes renaming the test program * docs/debugging.txt, gobject/glib-genmarshal.c, gobject/glib-genmarshal.1, gobject/Makefile.am, gobject/gtype.c: Remove references to gruntime. This includes renaming the test program testgruntime to testgobject and the debug envvar GRUNTIME_DEBUG to GOBJECT_DEBUG. (#50877)
/external/bluetooth/glib/gobject/gtype.c
|
241b6981e376da1ff5f9c4e70a9f751b72f7145f |
|
13-Feb-2002 |
Tim Janik <timj@gtk.org> |
fixed a check for node not being NULL. Wed Feb 13 17:22:37 2002 Tim Janik <timj@gtk.org> * gtype.c (g_type_value_table_peek): fixed a check for node not being NULL.
/external/bluetooth/glib/gobject/gtype.c
|
a05a4b766073561baea10ba697fc7042c308719c |
|
13-Dec-2001 |
Tim Janik <timj@gtk.org> |
implemented closure chaining. Thu Dec 13 08:03:17 2001 Tim Janik <timj@gtk.org> * gsignal.c: implemented closure chaining.
/external/bluetooth/glib/gobject/gtype.c
|
5c2f442088c65a67534e22a3ef7016bed7b7fd9b |
|
26-Nov-2001 |
Tim Janik <timj@gtk.org> |
typedef GType to gulong instead of gsize, if possible. Mon Nov 26 09:55:12 2001 Tim Janik <timj@gtk.org> * gtype.h: typedef GType to gulong instead of gsize, if possible. * gtype.c: fixups for GType being sizeof(long) wide (changed UINT casts). * gsignal.c: * gclosure.c: * gparam.c: likewise.
/external/bluetooth/glib/gobject/gtype.c
|
aafb9e4ba9786950516094f1f5f2ccbd66df6069 |
|
22-Nov-2001 |
Tim Janik <timj@gtk.org> |
use g_type_check_is_value_type() instead of g_type_value_table_peek(). Thu Nov 22 03:30:57 2001 Tim Janik <timj@gtk.org> * gvalue.h (G_TYPE_IS_VALUE): use g_type_check_is_value_type() instead of g_type_value_table_peek(). * gtype.[hc] (type_check_is_value_type_U): speed up check LOCK-less by caching lookups in node->mutatable_has_value_table. * gtype.[hc]: removed locks where possible. partly based on patches from owen and alex.
/external/bluetooth/glib/gobject/gtype.c
|
0d14682569ac3ce03b3a43c5024ff7af883991b0 |
|
22-Nov-2001 |
Tim Janik <timj@gtk.org> |
provide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental_next() to return Thu Nov 22 00:26:26 2001 Tim Janik <timj@gtk.org> * gtype.[hc]: provide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental_next() to return next usable fundamental type. use TypeNode pointers as type IDs.
/external/bluetooth/glib/gobject/gtype.c
|
860905c445db25e6b1b6ccb3df555f0c1ada48b5 |
|
21-Nov-2001 |
Tim Janik <timj@gtk.org> |
put newly created param spec types into a global array. Wed Nov 21 17:23:33 2001 Tim Janik <timj@gtk.org> * gparamspecs.[hc]: put newly created param spec types into a global array. * gboxed.[hc]: moved boxed types with _get_type() function here, for: G_TYPE_CLOSURE, G_TYPE_VALUE, G_TYPE_VALUE_ARRAY, G_TYPE_GSTRING. * gtype.h: removed fundamental branch APIs and derived enum values.
/external/bluetooth/glib/gobject/gtype.c
|
5852eace661bf5411e091a792d47e67fb7fd352e |
|
18-Nov-2001 |
Owen Taylor <otaylor@redhat.com> |
Include gtypes.h not gobject/gtype.h Sat Nov 17 14:10:35 2001 Owen Taylor <otaylor@redhat.com> * glib/gbsearcharray.h: Include gtypes.h not gobject/gtype.h * glib/glib-object.h gobject/*.h: Prevent headers from being included directly except when compiling GObject. * gobject/gvaluecollector.h: Include glib-object.h so that this file can be included directly, since we don't include it _from_ glib-object.h. * gobject/gtype.c: Remove struct _GValue hack since we now include glib/gvaluecollector.h which simply pulls in glib-object.h.
/external/bluetooth/glib/gobject/gtype.c
|
35bf561f5fb29e5053077986b4a7c3b00ea9b4b9 |
|
14-Nov-2001 |
Tim Janik <timj@gtk.org> |
add API for chaining: g_signal_chain_from_overridden() and Tue Nov 13 23:18:10 2001 Tim Janik <timj@gtk.org> * gsignal.[hc]: add API for chaining: g_signal_chain_from_overridden() and g_signal_override_class_closure(), implementation yet to come. * gtype.[hc], Makefile.am: provide G_LOG_DOMAIN as compile flag. * gparam.[hc]: s/g_param_get/g_param_spec_get/ for get_nick, get_name and get_blurb, to be consistent with the rest of the g_param_spec_*() functions. * gparamspecs.[hc]: got rid of bogus GClosure paramspec. G_TYPE_CLOSURE is a boxed type already.
/external/bluetooth/glib/gobject/gtype.c
|
d33e3d5331be3894934e7cb762cbbf8beff4e1c4 |
|
13-Nov-2001 |
Tim Janik <timj@gtk.org> |
API cleanups. remove g_type_check_flags(), provide g_type_test_flags() as Tue Nov 13 22:16:41 2001 Tim Janik <timj@gtk.org> * gtype.[hc]: API cleanups. remove g_type_check_flags(), provide g_type_test_flags() as a *private* function. s/g_type_check_is_a/g_type_check_class_is_a/, private function. s/g_type_instance_is_a/g_type_check_instance_is_a/, also private.
/external/bluetooth/glib/gobject/gtype.c
|
d23c9a8ba863e88dd3404461302a97e559af494f |
|
11-Oct-2001 |
Joshua N Pritikin <vishnu@src.gnome.org> |
Fill in missing support for gint64 & guint64 (#59254). * glib-genmarshal.c gparamspecs.[ch] gtype.[ch] gvalue.h gvaluecollector.h gvaluetypes.[ch]: Fill in missing support for gint64 & guint64 (#59254). * Unconditionalize same (compile with or without G_HAVE_INT64).
/external/bluetooth/glib/gobject/gtype.c
|
00f672eac5539833c5fb73ad1e338e4383333f74 |
|
03-Oct-2001 |
jacob berkman <jacob@ximian.com> |
s/retrive/retrieve/ 2001-10-03 jacob berkman <jacob@ximian.com> * gtype.c (type_iface_retrieve_holder_info_Wm): (type_iface_vtable_init_Wm): (type_iface_vtable_finalize_Wm): (g_type_class_ref): * gobject.c (g_object_get_property): s/retrive/retrieve/
/external/bluetooth/glib/gobject/gtype.c
|
dc0b74d4167fc0eb5b30dbbfb0718726f0496b13 |
|
10-Sep-2001 |
Tim Janik <timj@gtk.org> |
got rid of g_set_error_handler(), g_set_warning_handler(), Mon Sep 10 17:13:36 2001 Tim Janik <timj@gtk.org> * glib/gmessages.h: got rid of g_set_error_handler(), g_set_warning_handler(), g_set_message_handler(). Wed Sep 5 05:24:07 2001 Tim Janik <timj@gtk.org> * gobject/tmpl/gboxed.sgml: documented some functions. * gobject/tmpl/objects.sgml: some fixups. Mon Sep 10 19:27:47 2001 Tim Janik <timj@gtk.org> * gtype.[hc]: g_type_add_interface*(): implement the ability to add an interface to a type whose parents already conform to this interface. such "overriding" interfaces, when initialized, are not just initialized with 0, but with a copy of the interface they override. g_type_interface_peek_parent(): new function, return the interface that this interface "overrides", if any. * testgruntime.c: test new interface stuff.
/external/bluetooth/glib/gobject/gtype.c
|
a80fc07f324d415e4ebe75824775c416d504e968 |
|
15-Aug-2001 |
Tim Janik <timj@gtk.org> |
if __GNUC__ is defined, inline a test for an exact type match for Wed Jul 18 19:42:31 2001 Tim Janik <timj@gtk.org> * gtype.h: if __GNUC__ is defined, inline a test for an exact type match for instances and classes in G_TYPE_CHECK_INSTANCE_TYPE() and G_TYPE_CHECK_CLASS_TYPE() before calling g_type_instance_is_a().
/external/bluetooth/glib/gobject/gtype.c
|
624a3c9689a9538af7df04aab389423edc82b51a |
|
11-Jul-2001 |
Darin Adler <darin@src.gnome.org> |
Add some generated files. * .cvsignore: Add some generated files. * glib/gmain.c: (g_main_context_iterate): Comment out cruft after #endif to avoid gcc warning. * gmodule/gmodule.c: (g_module_set_error_unduped): Remove const from type to avoid gcc warning. * gobject/gsignal.c: (g_signal_emitv): ifdef variable used only if G_ENABLE_DEBUG to avoid gcc warning. * gobject/gtype.c: (type_iface_vtable_init_Wm), (type_iface_vtable_finalize_Wm): ifdef call needed only if !G_DISABLE_ASSERT to avoid gcc warning. * tests/testglib.c: (main): ifdef call needed only if !G_DISABLE_ASSERT to avoid gcc warning. Maybe later we should make the test to #undef G_DISABLE_ASSERT. * tests/unicode-collate.c: Add include of <string.h> to avoid gcc warning.
/external/bluetooth/glib/gobject/gtype.c
|
f571f74616864cd0955ad42a9c905b7d7b358094 |
|
29-Jun-2001 |
Owen Taylor <otaylor@redhat.com> |
Remove debug flag argument to g_type_init() and add Thu Jun 28 22:49:40 2001 Owen Taylor <otaylor@redhat.com> * gtype.[ch] gobject-query.c testgruntime.c: Remove debug flag argument to g_type_init() and add g_type_init_with_debug_flags().
/external/bluetooth/glib/gobject/gtype.c
|
52479107a695162a4098e75571617c997b1ee269 |
|
20-Jun-2001 |
Tim Janik <timj@gtk.org> |
added debugging variants g_type_name_from_class(), Wed Jun 20 03:59:42 2001 Tim Janik <timj@gtk.org> * gtype.[hc]: added debugging variants g_type_name_from_class(), g_type_name_from_instance().
/external/bluetooth/glib/gobject/gtype.c
|
3b346e3581a07188435ba1623f17b8b46ade1030 |
|
19-Jun-2001 |
Tim Janik <timj@gtk.org> |
remove left-over usages of an anonymous GBoxed typedef. Mon Jun 11 17:07:06 2001 Tim Janik <timj@gtk.org> * gboxed.[hc]: remove left-over usages of an anonymous GBoxed typedef. * gobjectnotifyqueue.c: moved property notify queue implementation bits into this function. * gparam.[hc]: added g_param_spec_pool_belongings(), completed g_param_spec_pool_list(). added GParameter for _setv() functions. * gobject.[hc]: use gobjectnotifyqueue.h implementation now. got rid of properties_changed signal. new functions g_object_newv(), g_object_class_list_properties(). removed "properties_changed" signal. * gtype.[hc]: added g_type_depth() to figure number of parent types + 1 for a type. * gsignal.h: add g_signal_connect() (as per owen's request) and g_signal_connect_swapped().
/external/bluetooth/glib/gobject/gtype.c
|
a5947b9df810b824dd35fa572a3ad74d03d0f800 |
|
10-May-2001 |
Tim Janik <timj@gtk.org> |
use g_str_hash() algorithm to generate hashes. Thu May 10 15:19:01 2001 Tim Janik <timj@gtk.org> * gscanner.c (g_scanner_key_hash): use g_str_hash() algorithm to generate hashes. * gmem.c (standard_calloc): free() doesn't return a value (Mark Murnane). Thu May 10 14:00:48 2001 Tim Janik <timj@gtk.org> * gparamspecs.[hc]: removed g_param_spec_stringc() in lack of evidence of public need. * gsignal.h: added g_signal_disconnect_by_func(), g_signal_block_by_func() and g_signal_unblock_by_func() convenience macros as per owen's request. * gtype.c (SIZEOF_FUNDAMENTAL_INFO): align sizeof (GTypeFundamentalInfo) to size of longs and pointers.
/external/bluetooth/glib/gobject/gtype.c
|
9abb30720036dfd464a142555aae7cce5e85c3d6 |
|
18-Apr-2001 |
Owen Taylor <otaylor@redhat.com> |
Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon) Wed Apr 18 09:46:56 2001 Owen Taylor <otaylor@redhat.com> * gobject.c gsignal.c: Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon)
/external/bluetooth/glib/gobject/gtype.c
|
743f49cec9f4696c9eba32966d6ac78cd96c586d |
|
01-Apr-2001 |
Tim Janik <timj@gtk.org> |
applied patch from owen to implement GParamSpecUnichar. Sat Mar 31 23:55:58 2001 Tim Janik <timj@gtk.org> * gtype.h: * gparamspecs.[hc]: applied patch from owen to implement GParamSpecUnichar. Fri Mar 30 07:34:02 2001 Tim Janik <timj@gtk.org> * gtype.c (type_iface_retrive_holder_info_Wm): * gtypeplugin.c (g_type_plugin_complete_interface_info): * gtypemodule.c (g_type_module_complete_interface_info): change order of instance_type and interface_type so they match the g_type_add_interface_*() API. * gsignal.c (g_signal_emit_valist): always assign C return value location, people depending on unaltered return values after emissions that had no handlers to run need to use g_signal_emitv(). * gtype.[hc] (g_type_query): new function to allow querying of class and object size (semantics like g_signal_query()). currently the implementation is better held conservative so as to only support types that are classed and static.
/external/bluetooth/glib/gobject/gtype.c
|
43b692c8eb49a82657d9cb09a222dc66f2cc0199 |
|
09-Mar-2001 |
Tim Janik <timj@gtk.org> |
test program. covers run first/last/cleanup signal handlers, return value Fri Mar 9 14:57:17 2001 Tim Janik <timj@gtk.org> * testgruntime.c: test program. covers run first/last/cleanup signal handlers, return value accumulator, signal string returns, and interface types in signal arguments. * gtype.c (g_type_value_table_peek): for interface types without value table, try looking up a value table from an instantiatable prerequisite type (this is safe as an interface may only have one instantiatable prerequisiste). (type_check_is_value_type_U): same here. * gsignal.c (g_signal_newv): assert that return types never have G_SIGNAL_TYPE_STATIC_SCOPE set. (g_signal_newc): only create class closure if the class_offset is not 0.
/external/bluetooth/glib/gobject/gtype.c
|
ae5764c57effebccb5716ee50ffb050f738613c2 |
|
09-Mar-2001 |
Tim Janik <timj@gtk.org> |
use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, not Fri Mar 9 10:14:00 2001 Tim Janik <timj@gtk.org> * gparamspecs.c (g_param_spec_object): use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, not G_TYPE_IS_OBJECT(), since that wouldn't allow interface types. * gtype.c (g_type_interface_add_prerequisite): arg, fixed small cnp bug with bad implications and an off-by-one error.
/external/bluetooth/glib/gobject/gtype.c
|
6c56b65f519c0d5d900363aa41cc2311263354e2 |
|
07-Mar-2001 |
Tim Janik <timj@gtk.org> |
catch when adding an interface to an ancestor of a child that already Wed Mar 7 19:02:51 2001 Tim Janik <timj@gtk.org> * gtype.c (type_node_add_iface_entry_W): catch when adding an interface to an ancestor of a child that already conforms to this interface. currently we spew a warning here, should we be silent? (g_type_interface_add_prerequisite): new function to add a prerequisite type to an interface, that must succeed an instance is_a prerequisite type check before the interface can be added to an instance. the prerequisite types are also suuported in is_a checks of the interface. (g_type_instance_is_a): (g_type_check_instance_cast): (g_type_check_instance): cleanups and optimizations. (g_type_class_is_a): (g_type_check_class_cast): same, also prevented these from accepting interface types, as class structures don't nest interfaces.
/external/bluetooth/glib/gobject/gtype.c
|
37e4b8c87e8b0574a806a6f1d2284e4ab45341b3 |
|
07-Mar-2001 |
Tim Janik <timj@gtk.org> |
changed prototype of g_boxed_type_register_static() to contain an optional Wed Mar 7 09:36:33 2001 Tim Janik <timj@gtk.org> * gboxed.[hc]: changed prototype of g_boxed_type_register_static() to contain an optional init function and a hint at whether the boxed structure uses ref counting internally. added g_value_set_boxed_take_ownership(). made G_TYPE_BOXED an abstract value type. * genums.[hc]: made G_TYPE_ENUM and G_TYPE_FLAGS abstract value types. * glib-genmarshal.c: argument type changes, preparation for third-party arg specification. * gobject.[hc]: cleaned up get/set property code. added g_strdup_value_contents() to improve warnings. * gparam.[hc]: added g_param_value_convert(), taking over responsibility of the old g_value_convert(). added G_PARAM_LAX_VALIDATION flag so validation alterations may be valid a part of the property setting process. * gparamspecs.[hc]: made value comparisons stable (for sort applications). added GParamSpecValueArray, a param spec for value arrays and GParamSpecClosure. nuked the value exchange functions and GParamSpecCCallback. * gtype.[hc]: catch unintialized usages of the type system with g_return_val_if_uninitialized(). introduced G_TYPE_FLAG_VALUE_ABSTRACT to flag types that introduce a value table, but can't be used for g_value_init(). cleaned up reserved type ids. * gvalue.[hc]: code cleanups and saner checking. nuked the value exchange API. implemented value transformations, we can't really "convert" values, rather transforms are an anylogy to C casts, real conversions need a param spec for validation, which is why g_param_value_convert() does real conversions now. * gvaluearray.[hc]: new files that implement a GValueArray, a struct that can hold inhomogeneous arrays of value (to that extend that it also allowes undefined values, i.e. G_VALUE_TYPE(value)==0). this is exposed to the type system as a boxed type. * gvaluetransform.c: new file implementing most of the former value exchange functions as single-sided transformations. * gvaluetypes.[hc]: nuked G_TYPE_CCALLBACK, added g_value_set_string_take_ownership(). * *.h: s/G_IS_VALUE_/G_VALUE_HOLDS_/. * *.[hc]: many fixes and cleanups. * many warning improvements. Tue Feb 27 18:35:15 2001 Tim Janik <timj@gtk.org> * gobject.c (g_object_get_valist): urg, pass G_VALUE_NOCOPY_CONTENTS into G_VALUE_LCOPY(), this needs proper documenting. * gparam.c: fixed G_PARAM_USER_MASK. * gtype.c (type_data_make_W): (type_data_last_unref_Wm): fixed invalid memory freeing. * gobject.c (g_object_last_unref): destroy signal handlers associated with object, right before finalization. * gsignal.c (g_signal_parse_name): catch destroyed nodes or signals that don't actually support details. * gobject.[hc]: got rid of property trailers. nuked GObject properties "data" and the "signal" variants. (g_object_connect): new convenience function to do multiple signal connections at once. (g_object_disconnect): likewise, for disconnections. * gparam.[hc] (g_param_spec_pool_lookup): took out trailer support. * gvalue.[hc]: marked g_value_fits_pointer() and g_value_peek_pointer() as private (the latter got renamed from g_value_get_as_pointer()). Wed Mar 7 09:32:06 2001 Tim Janik <timj@gtk.org> * glib-object.h: add gvaluearray.h. * gstring.[hc]: fixup naming of g_string_sprint*. * gtypes.h: fixed GCompareDataFunc naming. Wed Mar 7 09:33:27 2001 Tim Janik <timj@gtk.org> * gobject/Makefile.am: shuffled rules to avoid excessive rebuilds. * gobject/gobject-sections.txt: updates. * gobject/tmpl/*: bunch of updates, added another patch from Eric Lemings <eric.b.lemings@lmco.com>.
/external/bluetooth/glib/gobject/gtype.c
|
1c391cc69846713b0406545146ea232efc5f34e2 |
|
18-Feb-2001 |
Havoc Pennington <hp@pobox.com> |
include string.h 2001-02-17 Havoc Pennington <hp@pobox.com> * gthread.c: include string.h Applied patch from Soeren Sandmann: * testglib.c: const fixes * gwin32.h: format cleanups * gutils.c (g_atexit): constify a variable (g_find_program_in_path): constification (g_basename): G_CONST_RETURN (g_path_skip_root): G_CONST_RETURN (g_getenv): G_CONST_RETURN (g_get_user_name): G_CONST_RETURN (g_get_real_name): G_CONST_RETURN (g_get_home_dir): G_CONST_RETURN (g_get_tmp_dir): G_CONST_RETURN (g_get_prgname): G_CONST_RETURN (_glib_gettext): G_CONST_RETURN * gunicode.h: formatting cleanups * gstrfuncs.c (g_strerror): G_CONST_RETURN (g_strsignal): G_CONST_RETURN * gspawn.c (g_execute): const on variables * gmessages.c (printf_string_upper_bound): fix const on a variable * gmem.c (g_mem_chunk_new): make the "name" arg const (struct _GRealMemChunk): make the "name" field const * gfileutils.c (g_file_open_tmp): store const return in a const gchar* variable * gdataset.c (g_quark_to_string): G_CONST_RETURN 2001-02-17 Havoc Pennington <hp@pobox.com> Applied patch from Soeren Sandmann: * gvaluetypes.c (g_value_get_string): G_CONST_RETURN * gtype.c (g_type_name): G_CONST_RETURN * gsignal.c (g_signal_name): G_CONST_RETURN * gobject-query.c (main): const fix 2001-02-17 Havoc Pennington <hp@pobox.com> Applied patch from Soeren Sandmann: * gmodule.c (g_module_error): G_CONST_RETURN (g_module_name): G_CONST_RETURN
/external/bluetooth/glib/gobject/gtype.c
|
bbc5a3adac7d6d5dbdcf956d7d185e9910c3034b |
|
17-Feb-2001 |
Tim Janik <timj@gtk.org> |
changed collect_format, collect_value() and lcopy_format, lcopy_value() in Sat Feb 17 04:55:35 2001 Tim Janik <timj@gtk.org> * gtype.[hc]: changed collect_format, collect_value() and lcopy_format, lcopy_value() in the GTypeValueTable. the collect functions are now called only once per value, collect_format/lcopy_format are strings that enlist all necessary GTypeCValues to be varargs-collected. * gvalue.h: ranamed STATIC_TAG to G_VALUE_NOCOPY_CONTENTS to indicate that a value shouldn't copy its contents. * gvaluecollector.h: changed G_VALUE_COLLECT() and G_VALUE_LCOPY() macros to carry an additional argument (flags) that can be used to pass G_VALUE_NOCOPY_CONTENTS along to the collection functions. * *.c: adapted collect_value() and lcopy_value() functions to the new prototypes, support G_VALUE_NOCOPY_CONTENTS where apropriate. * gsignal.[hc]: introduced a G_SIGNAL_TYPE_STATIC_SCOPE flag that can be passed along (ORed) with the parameter types, indicating that the emission arguments are to be considered static for the scope of the emission. should be used with care and only if the caller knows that a parameter cannot be destroyed/freed from signal handlers connected to an emission.
/external/bluetooth/glib/gobject/gtype.c
|
22357542e9cb017e2dfeee0004d6a22ed8897468 |
|
04-Feb-2001 |
Tim Janik <timj@gtk.org> |
s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals, Sun Feb 4 07:38:32 2001 Tim Janik <timj@gtk.org> * docs/debugging.txt: s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals, g_trace_instance_signals and GRUNTIME_DEBUG. * gmem.c: s/glib_trap_/g_trap_/. Sun Feb 4 07:30:53 2001 Tim Janik <timj@gtk.org> * gtype.[hc]: changed g_type_init() to take debugging flags initially, a combination of G_TYPE_DEBUG_OBJECTS and G_TYPE_DEBUG_SIGNALS. using the G_TYPE_ prefix is a bit odd here, but basically g_type_int() serves as initialization fucntion for all of GType, GObject, GSignal, so what the heck. * gobject.c: special case debugging code properly. changed glib_trap_object_ref to g_trap_object_ref. * gsignal.c: add signal emission debugging abilities, along with a new trap object g_trap_instance_signals.
/external/bluetooth/glib/gobject/gtype.c
|
f0b9abe801c2e0cccb7930421a81bb77031e3251 |
|
31-Jan-2001 |
Tim Janik <timj@gtk.org> |
adapt to work with new CVS gtk-doc, leaving the old rules in place caused Wed Jan 31 07:14:22 2001 Tim Janik <timj@gtk.org> * gobject/Makefile.am: adapt to work with new CVS gtk-doc, leaving the old rules in place caused bogus recursions. main changes: - add to conditionalized section: all-local: $(MAKE) scan $(MAKE) templates $(MAKE) sgml $(MAKE) html.stamp html.stamp: sgml.stamp $(EXTRA_SGML_FILES) $(MAKE) html DOC_STAMPS= html.stamp sgml.stamp - change: maintainer-clean-local: clean - cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_STAMPS) * glib/Makefile.am (maintainer-clean-local): dito. Wed Jan 31 06:21:32 2001 Tim Janik <timj@gtk.org> * gobject/tmpl/types.sgml: applied docu patch from Eric Lemings <eric.b.lemings@lmco.com>, did some more editing. Wed Jan 31 06:19:49 2001 Tim Janik <timj@gtk.org> * gparam.h: gtk-doc sucks for not dealing with #define inside enums. * gtype.[hc]: added G_TYPE_FLAG_RESERVED_ID_BIT, a bit in the type number that's supposed to be left untouched (preserved mainly for the signal code). * *.c: added thread safety code, based on an old patch from sebastian. the remaining thread safety issues are now datalists on pspecs (to be solved im gdataset.c) and gvalue.c where locking concerns value exchange functionality only, and that's soon to be revised.
/external/bluetooth/glib/gobject/gtype.c
|
782a8e2e7c69c3d98bd69bcfdbb65ded520576f4 |
|
29-Dec-2000 |
Tim Janik <timj@gtk.org> |
got rid of outdated dmalloc support. provide g_try_malloc() and Thu Dec 28 10:21:46 2000 Tim Janik <timj@gtk.org> * gmem.[hc]: got rid of outdated dmalloc support. provide g_try_malloc() and g_try_realloc() which _may_ fail and return NULL. nuked g_mem_check(), provided GMemVTable for memory function virtualization, alterable at program startup with g_mem_set_vtable(). provided glib_mem_profiler_table and g_mem_profile() to support limited profiling information out of the box (uses mprotect() for free()ed areas on linux). provide globally visible G_MEM_ALIGN. buncha cleanups. * docs/macros.txt: file to get a clue about the various configuration macros. * docs/debugging.txt: explain debugging traps. * configure.in: got rid of --enable-mem-check and --enable-mem-profile, define GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. check malloc prototypes and define SANE_MALLOC_PROTOS is we can use them. <boy, is this file a mess> * gutils.c, gscanner.c: fix up compatibility warnings, use g_message(). Thu Dec 28 11:36:44 2000 Tim Janik <timj@gtk.org> * gbsearcharray.c (upper_power2): disable G_BSEARCH_ALIGN_POWER2 fucntionality if DISABLE_MEM_POOLS is defined. * gtype.c: honour DISABLE_MEM_POOLS. * gsignal.c (g_signal_init): flag signal key bsearch array with G_BSEARCH_ALIGN_POWER2 to avoid excessive growth time. honour DISABLE_MEM_POOLS. * gparam.h: added G_PARAM_READWRITE alias for (G_PARAM_READABLE | G_PARAM_WRITABLE).
/external/bluetooth/glib/gobject/gtype.c
|
9a8c33db5cc37bc3c6bd4794a03f4b99a847ff4a |
|
13-Dec-2000 |
Tim Janik <timj@gtk.org> |
return whether a value got removed. Tue Dec 12 18:58:22 2000 Tim Janik <timj@gtk.org> * ghash.c (g_hash_table_remove): return whether a value got removed. Tue Dec 12 23:38:02 2000 Tim Janik <timj@gtk.org> * Makefile.am: _never_ touch oldest-source-stamp. * gobject.[hc]: construct property handling fixes/improvements. fixed trailer handling in get/set property. * gparam.[hc]: implement param spec pool, got rid of param spec hashtable. the most prominent change is that e deal with type prefixes here.
/external/bluetooth/glib/gobject/gtype.c
|
e773d7dba66cf51c7d6ad7d1973ab3635e986e2e |
|
12-Dec-2000 |
Tim Janik <timj@gtk.org> |
fixed dealing with collection/lcopy of NULL values. Mon Dec 11 04:44:11 2000 Tim Janik <timj@gtk.org> * gboxed.c: fixed dealing with collection/lcopy of NULL values. * gclosure.h: removed insane ramblings, added G_CALLBACK() a casting convenience macro. * Makefile.am: cleanups, marshaller generation rules. * gmarshal.[hc]: new files with GRuntime standard marshallers. * glib-genmarshal.c: fix log domain, support gruntime standard marshallers, suport G_TYPE_PARAM, come with extern "C" and #include gmarshal.h. * glib-genmarshal.1: reflect glib-genmarshal.c updates. * gobject.[hc]: implement object constructor. rework parameter changed notification queueing, we support queue freezes now and don't dispatch from an idle handler anymore. parameter->property rename hassle. implemented ::properties_changed and ::notify::* signals for property change notification (the later supports property names as details). added signal connection and named data properties. (g_signal_connect_object): new function to setup while_alive connections. (g_object_class_install_property): sink properties now, since they are initially floating. (g_object_steal_data): (g_object_set_data_full): (g_object_set_data): (g_object_get_data): set/get data by using g_datalist_*() functions directly. (g_object_queue_param_changed): nuked. (g_object_freeze_notify): start queueing of property changes (freeze/ thaw calls stack). (g_object_notify): announce changes of a certain property directly. (g_object_thaw_notify): process queue of property changes, therefore emitting GObject::notify::detail with detail being the changed properties names. (G_OBJECT_WARN_INVALID_PROPERTY_ID): saner macro variant of former G_WARN_INVALID_PARAM_ID(). * gparam.[hc]: param specs are now initially floating and need to be sunken with g_param_spec_sink(), support G_TYPE_PARAM values. added G_PARAM_CONSTRUCT and G_PARAM_CONSTRUCT_ONLY parameter flags, required by GObjectClass.constructor(). * gparamspecs.[hc]: added GParamSpecParam, GParamSpecPointer and GParamSpecCCallback, param specs for G_TYPE_PARAM, G_TYPE_POINTER and G_TYPE_CCALLBACK respectively. * gsignal.[hc]: cleanups. (signal_id_lookup): after walking the anchestry, try interfaces as well. (g_signal_new): new function to create signals from varargs type list. (g_signal_connect_closure): closure connection variant that works from signal name+detail. (g_signal_connect_data): c handler connection variant that works from signal name+detail. (g_signal_emit_valist): emit signal for an instance with paraneters collected from a va_list. (g_signal_emit): emit signal, taking parameters from varargs list. (g_signal_emit_by_name): same as g_signal_emit, working from signal name+detail. (signal_emit_R): return whether return_value needs to be altered. * gtype.[hc]: set log-domain to GRuntime, i'm slowly getting to all the points that need to reflect the upcoming rename. melt g_type_conforms_to() functionality into g_type_is_a(), as that is what we really want (liskov substitution principle). assorted changes to other files due to conforms_to->is_a. * gvalue.[hc]: implemented g_value_set_instance() that sets a value from an instantiatable type via the value_table's collect_value() function (based on an idea from James Henstridge <james@daa.com.au>). cleanups/fixes. * gvaluetypes.[hc]: implement G_TYPE_CCALLBACK and G_TYPE_PARAM.
/external/bluetooth/glib/gobject/gtype.c
|
7d4a8d2c4cb7fda4a8d506bac2cff28cdd5af415 |
|
11-Nov-2000 |
Owen Taylor <otaylor@redhat.com> |
New basic implementation of GTypePlugin interface as a GObject. Sun Nov 5 13:21:28 2000 Owen Taylor <otaylor@redhat.com> * Makefile.am gtypemodule.[ch]: New basic implementation of GTypePlugin interface as a GObject. Dynamically loaded modules can register any number of types and interface on the module.
/external/bluetooth/glib/gobject/gtype.c
|
83c45024e3d3a56ac17eb08dcddae048005bbb71 |
|
05-Nov-2000 |
Tim Janik <timj@gtk.org> |
fixed a bag full of subtle bugs of immensive screw-up potential in Sun Nov 5 05:22:55 2000 Tim Janik <timj@gtk.org> * gsignal.c: fixed a bag full of subtle bugs of immensive screw-up potential in handlers_find(), luckily no one found out about them yet ;) fixed signal_handlers_foreach_matched_R() so it operates on an initial handler list snapshot provided by handlers_find() to work around general reentrancy problems and to avoid multiple callback() invocations on the same handlers. this code is now officially 80% bug free (10% remaining for interface types, and 10% remaining for destroyed signals ;) Sat Nov 4 02:01:33 2000 Tim Janik <timj@gtk.org> * gsignal.c (_g_signals_destroy): valid signal nodes start out at 1. * gtypeplugin.[hc]: new files holding a GTypePlugin interface implementation that provides the API required by GType to deal with dynamically loadable types. * gtype.[hc]: displace any GTypePlugin business to gtypeplugin.h.
/external/bluetooth/glib/gobject/gtype.c
|
f42bc9318674b1b48a301f477c80fb944010b6c4 |
|
26-Oct-2000 |
Tor Lillqvist <tml@iki.fi> |
Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 Tor Lillqvist <tml@iki.fi> * gbsearcharray.c (bsearch_array_insert): Fix gccisms (pointer arithmetic on void pointer, label without statement following. * gtype.c (type_node_fundamental_info): Don't apply unary minus to result of sizeof operator, it can be unsigned. Cast first to gssize. * gobject.def: Add new functions. * makefile.{mingw,msc}.in: Add new objects.
/external/bluetooth/glib/gobject/gtype.c
|
ee23c09e83d06a0d131ebd234c132f1c3602c019 |
|
25-Oct-2000 |
Tim Janik <timj@gtk.org> |
added newly added gobject/ headers. Tue Oct 24 22:09:14 2000 Tim Janik <timj@gtk.org> * glib-object.h: added newly added gobject/ headers. * gmesage.c: print g_message() output to stderr instead of stdout. Wed Oct 25 20:27:02 2000 Tim Janik <timj@gtk.org> * gtype.c (g_type_free_instance): for the moment, freeing object structures will fill their memory portion with 0xAA. there's a FIXME there, remove this line at a later point. Tue Oct 24 23:10:26 2000 Tim Janik <timj@gtk.org> * glib-genmarshal.1: * glib-genmarshal.c: added publically installed marshaller generator. * gtype.h: added G_TYPE_INSTANCE_GET_INTERFACE() to retrive a certain interface VTable from instances. Mon Oct 23 08:28:15 2000 Tim Janik <timj@gtk.org> * gobject.[hc]: new functions for closure maintenance: (g_object_watch_closure): maintain validity of the object and the closure for objects that are used as data part of a closure. (g_cclosure_new_object): convenience function to create C closures that have an object as data argument. (g_closure_new_object): convenience function to create closures that have an object as data argument. * gclosure.[hc]: implementation of GClosure mechanism. a closure is basically an encapsulation of a callback function and its environment. ideally, most places supporting callback functions will simply take a GClosure* pointer and thus unify callback environments wrg destroy notification etc. GClosure provides destroy notifiers for arbitrary data pointers, reference counting, invalidation notification (it can be invalidated which is merely a deactivate state) and a marshallinbg abstraction. GCClosure is also provided in these files, they present a specialized GClosure implementation for C language callbacks. * genum.c: macro cleanups. * gboxed.[hc]: new files, for boxed type abstraction. (g_boxed_copy): copy a boxed structure (g_boxed_free): free a boxed structure (g_value_set_boxed): (g_value_get_boxed): standard GValue functions for boxed types (g_boxed_type_register_static): convenience function for easy introduction of new G_TYPE_BOXED derivatives. * gparam.[hc]: introduced g_param_type_register_static(), a short hand for creation of new GParamSpec derived types. * gtype.[hc]: many fixes, introduced ability to flag individual type nodes as ABSTRACT upon registration, added value_peek_pointer() to the value table to peek at GValue contents as a pointer for types that support this. fixed up GValue checks. * gvalue.[hc]: added g_value_fits_pointer() and g_value_get_as_pointer() to peek at the value contents as pointer. * *.[hc]: adaptions to type macro fixes and changes in the type registration API. * many const corrections over the place. Sat Oct 21 02:49:56 2000 Tim Janik <timj@gtk.org> * gtype.c (g_type_conforms_to): this function basically behaves like and is_a check, except that it _additionally_ features interfaces for instantiatable types. enforce this in the second branch as well (`type' conforms_to `type') even if `type' is not an interface type. Fri Oct 20 15:31:04 2000 Tim Janik <timj@gtk.org> * gvaluetypes.[hc]: added G_TYPE_POINTER implementation from jrb. * gtype.[hc]: * gobject.c: * gvaluetypes.c: added GTypeValueTable.value_peek_pointer and suitable implementations of this for G_TYPE_STRING, G_TYPE_OBJECT and G_TYPE_POINTER. Mon Aug 21 04:13:37 2000 Tim Janik <timj@gtk.org> * gbsearcharray.[hc]: long standing needed generic implementation of a binary searchable, sorted and dynamically sized array.
/external/bluetooth/glib/gobject/gtype.c
|
f7ffcb3a92b4c248dececaa9be6fcb634e3351f9 |
|
29-Sep-2000 |
Martin Baulig <baulig@suse.de> |
Several minor ANSI C fixes. 2000-09-29 Martin Baulig <baulig@suse.de> Several minor ANSI C fixes. Added missing casts: * gtype.c (type_class_init): `(gpointer) bnode->data->class.class_init_base' in call to g_slist_prepend() and 'GBaseInitFunc class_init_base = (GBaseInitFunc) slist->data'. * gobject.c: Put text following #endif into comments.
/external/bluetooth/glib/gobject/gtype.c
|
18ac8965f8c3f59d98da8c67cb37d8f655fbd3f1 |
|
26-Jul-2000 |
Tim Janik <timj@gtk.org> |
make g_type_fundamental_last() a function, avoiding all that extern Sun Jul 23 17:23:35 2000 Tim Janik <timj@gtk.org> * gtype.[hc]: make g_type_fundamental_last() a function, avoiding all that extern variable clutter and avoiding further problems with thread safety.
/external/bluetooth/glib/gobject/gtype.c
|
5e4c5611ab37edf414239eb44f9765c2b678e9c4 |
|
19-Jul-2000 |
Tor Lillqvist <tml@iki.fi> |
gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. 2000-07-19 Tor Lillqvist <tml@iki.fi> * gparam.h * gvalue.h * gparam.c * gtype.c: Shut up Sun's picky compiler.
/external/bluetooth/glib/gobject/gtype.c
|
780e6d7e2378d3794fc52b1c7ac075225940b90f |
|
11-Jul-2000 |
Raja R Harinath <harinath@src.gnome.org> |
Don't return just 0 or 1. * gtype.c (g_type_get_plugin): Don't return just 0 or 1. (Committing because "obvious bug fix")
/external/bluetooth/glib/gobject/gtype.c
|
685733cf0d685d524f5187f91fb6d6669ea5eb34 |
|
11-Jul-2000 |
Tim Janik <timj@gtk.org> |
removed g_type_is_dynamic() and added g_type_get_plugin(). Tue Jul 11 02:48:13 2000 Tim Janik <timj@gtk.org> * gtype.[hc]: removed g_type_is_dynamic() and added g_type_get_plugin().
/external/bluetooth/glib/gobject/gtype.c
|
f8b6715ab13c16a14ee37b582260f579d1cffbbb |
|
10-Jul-2000 |
Tor Lillqvist <tml@iki.fi> |
Include ../config.h for HAVE_UNISTD_H. Use it to guard inclusion of 2000-07-10 Tor Lillqvist <tml@iki.fi> * gobject-query.c: Include ../config.h for HAVE_UNISTD_H. Use it to guard inclusion of <unistd.h>. * gtype.h: Fix copy-paste errors in the ifdefs on how to declare a variable for export. Call the macro GOBJECT_VAR. * gtype.c: Declare _g_type_fundamental_last for export here, too. (type_node_any_new): Use only constant expressions for sizeof operator (for instance MSVC requires this). * makefile.mingw.in: Define GOBJECT_COMPILATION.
/external/bluetooth/glib/gobject/gtype.c
|
09f8e937f21552d441a5a2b06767a67459195653 |
|
25-Jun-2000 |
Tim Janik <timj@gtk.org> |
define gstring in terms of gchar*. this typedef reflects the type name of Fri Jun 23 17:20:26 2000 Tim Janik <timj@gtk.org> * glib.h: define gstring in terms of gchar*. this typedef reflects the type name of the primitive G_TYPE_STRING in the gobject module. Sat Jun 24 23:03:04 2000 Tim Janik <timj@gtk.org> * gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN, G_TYPE_INT, G_TYPE_UINT, G_TYPE_LONG, G_TYPE_ULONG, G_TYPE_FLOAT, G_TYPE_DOUBLE and G_TYPE_STRING fundamental types. added a GTypeValueTable* pointer to GTypeInfo structure for types to implement GValue handling functions. GTypeValueTable contains the following members: value_init(): initialize a GValue structure. value_free(): free GValue structure contents (optional). value_copy(): copy one GValue contents to another GValue structure of collect_type: varargs collection type for the first variable argument to be collected by collect_value(). collect_value(): variable arguments collection function (optional). lcopy_type: varargs collection type for the first variable argument to be location copyied by lcopy_value(). lcopy_value(): variable arguments location copy function (optional). g_type_value_table_peek(): new function to retrive the GTypeValueTable* for a type node. ValueTables get inherited from parent types, unless overridden through the GTypeInfo structure. internally, GTypeValueTable support means an added overhead of one pointer per static or used dynamic type node. g_type_add_class_cache_func(): provide a cache_func/data pair to be called prior to a type nodes last_unref() function, this can be used to prevent premature class destruction. multiple installed cache_func() will be chained upon last_unref() untill one of them returns TRUE. the cache_func()s have to check the type id passed in to figure whether they actually wants to cache the class of this type (since any types are routed through the cache_func() chain). g_type_remove_class_cache_func(): remove a previously installed cache_func/data pair. the cache maintained by this function has to be clear when calling g_type_remove_class_cache_func() to avoid leaks. g_type_class_unref_uncached(): class unref function for cache_func() implementations, unreferences a class omitting the cache chain (and therefore unref->cache->unref->... loops). * gvaluetypes.[hc]: provide the value setters/getters for the primitive fundamental types boolean, char, uchar, int, uint, long, ulong, float, double and string. * gvalue.[hc]: provide G_TYPE_IS_VALUE() in terms of whether a GTypeValueTable is provided for this type. removed g_value_init_default(), g_value_validate(), g_value_defaults(), g_value_set_default() and g_values_cmp() as these are supplied by the GParamSpec API now. moved g_values_exchange() into the "implementation details" section, since it just provides the underlying functionality for g_value_convert(). * gvaluecollector.h: renamed the varargs value container from GParamCValue to GTypeCValue as the value collection methods are supplied by the type system now. G_PARAM_COLLECT_VALUE() and G_PARAM_LCOPY_VALUE() got renamed to G_VALUE_COLLECT() and G_VALUE_LCOPY() and operate without a GParamSpec structure now. * genums.h: macros cleanups/fixes. * genum.c: provide G_TYPE_ENUM and G_TYPE_FLAGS type and assorted g_value_{s|g}et_{enum|flags}() implementations. * gobject.[hc]: provide G_IS_VALUE_OBJECT(), G_TYPE_OBJECT ValueTable methods and g_value_{s|g}et_object(). * gparam.[hc]: reduced class to value_set_default(), value_validate() and values_cmp(). also parameters now need to fill in a GType value_type; field to indicate the GValue type they are handling. provide g_param_value_set_default(), g_param_value_defaults(), g_param_value_validate() and g_param_values_cmp(). * gparamspecs.[hc]: got rid of the g_value_* functions and the G_IS_VALUE_* macros. adapted param spec implementations according to the GParamSpecClass changes.
/external/bluetooth/glib/gobject/gtype.c
|
5ff84de0df742f66e535f51d3cf5a5b1e1660381 |
|
10-Jun-2000 |
Tim Janik <timj@gtk.org> |
fetch the nth iface entry of the type node in the nth loop iteration, not Sat Jun 10 08:38:27 2000 Tim Janik <timj@gtk.org> * gtype.c (type_class_init): fetch the nth iface entry of the type node in the nth loop iteration, not alwys the first. bug discovered by Walt Pohl <cher@suitware.com>. (type_data_finalize_class_ifaces): same here, cut and paste rulez.
/external/bluetooth/glib/gobject/gtype.c
|
397ad5881e972da23eccca1b20bbcfe2e8648f11 |
|
12-May-2000 |
Tim Janik <timj@gtk.org> |
add reserved fundamental ids for gtk types (for transition time). added Fri May 5 01:15:48 2000 Tim Janik <timj@gtk.org> * gtype.h: add reserved fundamental ids for gtk types (for transition time). added G_TYPE_FUNDAMENTAL_MAX for gtk. Mon Apr 17 20:45:50 2000 Tim Janik <timj@gtk.org> * glib-gobject.c (g_object_base_class_finalize): oops, don't unset n_params prior to destructing them. Tue Apr 11 04:28:10 2000 Tim Janik <timj@gtk.org> * fixed a couple of bugs in the initial parameter/object implementations, after getting beast running on GObject and GValue. Fri Apr 7 04:27:49 2000 Tim Janik <timj@gtk.org> * glib-gobject.[hc]: completed parameter set/get implementations, along with asyncronous parameter changed notification queue. Sun Apr 2 04:54:36 2000 Tim Janik <timj@gtk.org> * glib-gobject.[hc]: GObject implementation, that is facilities for setting/getting quarked data and reference counting. * glib-gparamspecs.[hc]: first actuall parameter implementations for GLib, so far we have: char, uchar, bool, int, uint, long, ulong, enum, flags, float, double, string and object. each of these GParamSpecs is a new instantiatable type in its own respect, so the .c file derives 13 new types from G_TYPE_PARAM and defines over 50 (*2) conversion facilities. * glib-gvaluecollector.h: generic varargs handling stubs for GParamSpecs, private header file (does get installed for inclusion into user code though). * glib-gvalue.[hc]: GValue functionality implementation. * glib-gparam.[hc]: basis GParamSpec implementation for the virtual base type G_TYPE_PARAM. * glib-genums.[hc]: enum/flags type implementation, based on bseenum.[hc]. * glib-extra.[hc]: GLib additions, including 1.3 compatibility routines and various other functions, from string manipulation over list manipulation up to a unix signal GSource. * glib-gtype.[hc]: GLib Type System implementation, heavily based on BSE's dynamic type system.
/external/bluetooth/glib/gobject/gtype.c
|