gdbusconnection: Don't g_printerr() when exiting
[platform/upstream/glib.git] / gobject /
2015-06-28 Christian Hergertgtypemodule: use G_GNUC_UNUSED in G_DEFINE_DYNAMIC_TYPE...
2015-06-14 Michael Catanzarogenmarshal: silence register storage class warnings
2015-06-05 Stefan EkenbergPrevent race condition in g_io_condition_get_type
2015-06-04 Garrett Regierbinding: Simplify the default transform func
2015-06-04 Garrett Regierbinding: Remove conditional from the default transform...
2015-06-04 Garrett Regierbinding: Remove GObject data usage
2015-05-27 Matthias ClasenAdd a global signal handler table
2015-05-27 Matthias ClasenAdd a performance test for signal connection
2015-05-25 Emmanuele Bassidocs: Add an example of G_DEFINE_BOXED_TYPE
2015-05-14 Garrett RegierConnect to the detailed notify signal in GBinding
2015-05-14 Garrett RegierFix g_binding_unbind() when the source and target are...
2015-05-12 Garrett Regiergtype: Bump allowed number of children
2015-05-11 Simon McVittietests: replace most g_print() with g_printerr()
2015-04-27 Philip Withnallgsignal: Mark the return value of g_signal_emitv()...
2015-03-23 Ryan LortieGClosure: add valgrind hints
2015-03-12 Ryan LortieConvert remaining uses of 'Rename to:'
2015-03-04 Philip Withnallgobject: Mark a helper variable as const
2015-03-03 Philip Withnallgobject: Mention g_clear_object() in g_object_unref...
2015-03-03 Philip Withnallgparamspecs: Recommend use of most specific GParamSpec...
2015-02-27 Marc-Antoine Perennoumake *_get_instance_private const-compliant
2015-02-27 Marc-Antoine PerennouG_DECLARE_*: be const-compliant
2015-02-26 David Kinggobject.h: Use correct format specifier for __LINE__
2015-02-20 Emmanuele Bassigobject: Add missing autocleanup for GInitiallyUnowned
2015-02-11 Bastien Noceragoption: Add boxed type for GOptionGroup
2015-02-08 Sébastien Wilmetdocs: code example for enumeration types
2015-02-06 Xavier ClaessensAdd G_DECLARE_INTERFACE
2015-02-05 Xavier Claessensdocs: fix many documentation issues in gobject/
2015-02-04 Ryan Lortiedocs: add a bunch of pointless documentation
2015-02-03 Xavier Claessensdocs: fix typos in G_DECLARE_*_TYPE
2015-02-03 Chun-wei Fangtype.h: Fix Build on non-GCC
2015-02-02 Chun-wei Fangobject\gtype.h: Make up for Missing '\'
2015-01-30 Ryan LortieG_DECLARE_*_TYPE: add auto cleanup support
2015-01-30 Ryan Lortiegobject: add support for g_auto() and g_autoptr()
2015-01-30 Ryan LortieDECLARE_TYPE: ignore deprecations in inlines
2015-01-30 Ryan LortieG_DECLARE_FINAL_TYPE: trivial fix in docs comment
2015-01-28 Christian HergertG_DECLARE_DERIVED_TYPE: allow forward declarations
2015-01-27 Ryan Lortiegtype: add type declaration macros for headers
2015-01-25 Philip Withnallgobject: Fix a typo in a documentation comment
2014-12-18 Thomas Hallergobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PS...
2014-12-18 Philip Withnallgobject: Add g_set_object() convenience function to...
2014-11-28 Ryan Lortiegsignal: add a clarification to the docs
2014-11-23 Jasper St. Pierregparam: Make the documentation clearer for CONSTRUCT_ON...
2014-11-10 Volker Sobekdocs: Update GParamFlags docs.
2014-10-11 Benjamin Ottesignal: Keep only one list of emissions
2014-10-11 Matthias ClasenFix a return_if_fail confusion
2014-10-11 Owen W. TaylorAdd simple instance count facility
2014-08-08 Edward Herveygtype: Fast-path for g_type_is_a
2014-08-08 Andre Moreira Maga... Do not crash when checking whether an instance type...
2014-07-30 Alexander LarssonRemove atomics from g_clear_object/g_clear_pointer
2014-07-10 Javier Jardóndocs: Use "Returns:" instead "Return:"
2014-07-06 Michael CatanzaroFix typo
2014-06-28 Kang Hugobject: move _g_type_debug_flags from gtype.h to gtype...
2014-06-28 Ryan Lortieall: remove use of 'register' keyword
2014-06-27 Ryan LortieGObject: tweak property deprecation warnings
2014-06-25 Emmanuele Bassigtype: Remove unused header
2014-06-24 Ryan LortieGObject: warn on use of deprecated properties
2014-06-24 Edward Herveygvalue: New g_value_init_from_instance
2014-06-23 Philip Withnallgsignal: Add an example to the g_signal_connect_swapped...
2014-06-22 Philip Withnallgclosure: Remove an unused alloca() and assignment
2014-06-16 Matthias ClasenTry to make gobject.py work with both pythons
2014-06-12 Colin Waltersgparam: Remove unnecessary conditionals around precondi...
2014-06-10 Ryan Lortiegparam: change value of G_PARAM_EXPLICIT_NOTIFY
2014-06-09 Ryan Lortiegtype: remove interface-after-init exceptions
2014-06-06 Ryan Lortiedocs: warn about installing properties after init
2014-06-06 Ryan LortieRevert "GObject: prevent installing properties after...
2014-06-06 Ryan Lortiegtype: guard uses of new fundamental type check
2014-06-06 Ryan Lortietest: add test for explicit-notify properties
2014-06-06 Ryan Lortiegobject: add 'explicit notify' GParamSpec flag
2014-06-01 Matthias Clasendocs: GType documentation cleanup
2014-05-31 Emmanuele Bassidocs: Replace <function> XML tag with back ticks
2014-05-31 Matthias ClasenMinor documentation additions and corrections
2014-05-31 Matthias ClasenDocument g_signal_handlers_destroy
2014-05-31 Edward HerveyGParamSpec: Use new fundamental instance check
2014-05-31 Edward Herveygobject: Use fast fundamental instance type check
2014-05-31 Edward Herveygtype: Add check for fundamental instance type
2014-05-30 Matthias ClasenFix the closure test in continuous
2014-05-22 Marek Kasikgobject: unref unused class
2014-05-13 Matthias ClasenAvoid overeager warning about deprecated properties
2014-05-13 Matthias ClasenRemove some markup from docs
2014-05-10 Tom Tromeygobject.py: Port to gdb 7.7 frame filter API
2014-05-09 Sébastien Wilmetdoc: various improvements
2014-05-05 Mathieu BridonFix some typos in documentation
2014-04-29 Philip Withnallgobject: Document that classes/objects/interfaces are...
2014-04-24 Volker Sobekdocs: Remove <!-- --> comment before plural s
2014-04-15 Volker Sobekdocs: Use markdown links in all .c and .h files
2014-04-10 Emmanuele Bassigparam: Add G_PARAM_READWRITE to GParamFlags
2014-04-10 Alexandre Rostovtsevgobject: try to link with -Wl,-z,nodelete
2014-04-03 Paolo BorelliAdd a small note to g_cclosure_marshal_generic docs
2014-03-17 Dan Winshipgbinding: warn on failed value transformation
2014-03-08 Sebastian Drögegtype – Mark _get_instance_private() function as G_GNUC...
2014-03-07 Matthias ClasenGObject: Remove more leftover markup from headers
2014-03-02 Matthias Clasendocs: Ditch more markup
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Ryan Lortiewin32: fixup lib.exe invocation
2014-02-15 Dan Winshipgobject: re-allow finalization from constructor()
2014-02-15 Matthias Clasendocs: let go of &ast;
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenStop using <para> for ids
2014-02-06 Matthias ClasenDocs: replace <literal> by `
next