summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Collapse)Author
2008-12-012.19.1Matthias Clasen
svn path=/trunk/; revision=7717
2008-11-28Fix some documentation typosMatthias Clasen
svn path=/trunk/; revision=7707
2008-11-04Expand the docs of g_object_class_install_property. Proposed by MaciejMatthias Clasen
* gobject.c: Expand the docs of g_object_class_install_property. Proposed by Maciej Piechotka svn path=/trunk/; revision=7642
2008-10-162.19.0GLIB_2_19_0Matthias Clasen
svn path=/trunk/; revision=7611
2008-09-26add uint* -> int* casts in g_atomic_int calls to avoid gcc warningsDan Winship
* gobject.c (g_object_ref, g_object_unref) (g_object_freeze_notify, g_object_notify, g_object_thaw_notify): * gparam.c (g_param_spec_ref, g_param_spec_unref): * gsignal.c (handler_ref, handler_unref_R): add uint* -> int* casts in g_atomic_int calls to avoid gcc warnings svn path=/trunk/; revision=7551
2008-09-172.18.1GLIB_2_18_1Matthias Clasen
svn path=/trunk/; revision=7505
2008-09-022.18.0GLIB_2_18_0Matthias Clasen
svn path=/trunk/; revision=7434
2008-09-02Bug 549771 – improved .gitignore for glibRyan Lortie
2007-09-02 Ryan Lortie <desrt@desrt.ca> Bug 549771 – improved .gitignore for glib * docs/reference/.gitignore: * docs/reference/gio/.gitignore: * docs/reference/gobject/tmpl/.gitignore: * gio/.gitignore: * gio/tests/.gitignore: * glib/.gitignore: * glib/libcharset/.gitignore: * glib/tests/.gitignore: * gmodule/.gitignore: * gobject/.gitignore: * gobject/tests/.gitignore: * po/.gitignore: * tests/.gitignore: new files * .gitignore: remove 'build' (since it's part of glib now), add more useful things. svn path=/trunk/; revision=7432
2008-08-22Bug 523939 – Example program for GValueBjörn Lindqvist
2008-08-22 Björn Lindqvist <bjourne@gmail.com> Bug 523939 – Example program for GValue * gobject/gvalue.c: Add code example that demonstrates GValue's features. svn path=/trunk/; revision=7387
2008-08-21Revert fix for 548689Johan Dahlin
svn path=/trunk/; revision=7379
2008-08-21Mark g_object_get_type function as const, it's a fundamental type and canJohan Dahlin
2008-08-21 Johan Dahlin <johan@gnome.org> * gobject.h: Mark g_object_get_type function as const, it's a fundamental type and can safely marked as const, as opposed to traditionally *_get_type functions. svn path=/trunk/; revision=7378
2008-08-21Bug 548800 – Missing a g_object_get_type functionJohan Dahlin
2008-08-21 Johan Dahlin <johan@gnome.org> Bug 548800 – Missing a g_object_get_type function * gobject.c (g_object_get_type): * gobject.h: * gobject.symbols: Add g_object_get_type svn path=/trunk/; revision=7377
2008-08-21Reverse the order, pointed out by Mitch 'hawkeye' NatterJohan Dahlin
svn path=/trunk/; revision=7376
2008-08-20Bug 548689 – The type name for GParamSpec is wrongJohan Dahlin
2008-08-20 Johan Dahlin <johan@gnome.org> Bug 548689 – The type name for GParamSpec is wrong * gparam.c (g_param_type_init): Register the type name as GParam instead of GParamSpec. svn path=/trunk/; revision=7374
2008-08-182.17.7GLIB_2_17_7Matthias Clasen
svn path=/trunk/; revision=7367
2008-08-042.13.6GLIB_2_17_6Matthias Clasen
svn path=/trunk/; revision=7301
2008-08-042.17.5GLIB_2_17_5Matthias Clasen
svn path=/trunk/; revision=7297
2008-08-01Add bug refMatthias Clasen
svn path=/trunk/; revision=7281
2008-08-01Clarify some docsMatthias Clasen
svn path=/trunk/; revision=7280
2008-07-27gtype.h Revert my change from 2008-07-24. No G_TYPE_FORMAT is needed. JustTor Lillqvist
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
2008-07-27Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.Tor Lillqvist
2008-07-27 Tor Lillqvist <tml@novell.com> * configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it. * */Makefile.am: Correspondingly, pass appropriate -machine flag to lib.exe when producing the import library for the MS toolchain. svn path=/trunk/; revision=7255
2008-07-24Define G_TYPE_FORMAT as the printf format for a GType value. EitherTor Lillqvist
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
2008-07-23Fix a typoMatthias Clasen
svn path=/trunk/; revision=7244
2008-07-212.17.4GLIB_2_17_4Matthias Clasen
svn path=/trunk/; revision=7234
2008-07-21Should save before committing :)Michael Natterer
svn path=/trunk/; revision=7230
2008-07-21Reviewed by Tim Janik:Michael Natterer
2008-07-21 Michael Natterer <mitch@imendio.com> Reviewed by Tim Janik: * gsignal.c (g_signal_chain_from_overridden_handler): allocate the temp GValue array with GSLice. (g_signal_emit_valist): dito. Remove optimization/obfuscation of allocating up to 16 GValues on the stack and always use GSLice. svn path=/trunk/; revision=7229
2008-07-06Use the right binary name in help output. Patch by Hiroyuki Ikezoe.Matthias Clasen
* gobject-query.c: Use the right binary name in help output. Patch by Hiroyuki Ikezoe. svn path=/trunk/; revision=7164
2008-07-04remove unused #define PREALLOC_CPARAMS.Michael Natterer
2008-07-04 Michael Natterer <mitch@imendio.com> * gobject.c: remove unused #define PREALLOC_CPARAMS. svn path=/trunk/; revision=7159
2008-07-04Bug 541208 – Functions to easily install and use signals without classMichael Natterer
2008-07-04 Michael Natterer <mitch@imendio.com> Bug 541208 – Functions to easily install and use signals without class struct slot * gobject.symbols * gsignal.[ch] (g_signal_new_class_handler): the same as _gtk_binding_signal_new(), to install signals with a callback instead of a class struct slot as class closure. The next two functions are C convenience and much easier to use than the generic overriding and chaining APIs which are intended primarily for language bindings: (g_signal_override_class_handler): to override a signal with a callback instead of a class struct slot. (g_signal_chain_from_overridden_handler): to chain up from a signal without class struct slot. The API is similar to g_signal_emit(). svn path=/trunk/; revision=7157
2008-07-032.17.3GLIB_2_17_3Matthias Clasen
svn path=/trunk/; revision=7152
2008-07-02Fix up section commentsMatthias Clasen
svn path=/trunk/; revision=7137
2008-06-29Bug 539626 – Update docstrings for g_object_freeze_notify andBjörn Lindqvist
2008-06-29 Björn Lindqvist <bjourne@gmail.com> Bug 539626 – Update docstrings for g_object_freeze_notify and g_object_thaw_notify * gobject/gobject.c: Explain how the freeze count works. svn path=/trunk/; revision=7102
2008-06-27move G_OS_WIN32 inclusion of <io.h> down to where G_OS_WIN32 will beHans Breuer
2008-06-27 Hans Breuer <hans@breuer.org> * glib-genmarshal.c : move G_OS_WIN32 inclusion of <io.h> down to where G_OS_WIN32 will be defined (#540047, Kazuki IWAMOTO) svn path=/trunk/; revision=7100
2008-06-23introduce an ENUMPREFIX substitution.Kristian Rietveld
2008-06-23 Kristian Rietveld <kris@imendio.com> * gobject/glib-mkenums.in: introduce an ENUMPREFIX substitution. * gio/gioenumtypes.h.template: use @ENUMPREFIX@ instead of hard coding "G" as prefix. svn path=/trunk/; revision=7096
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer
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
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer
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
2008-06-22moving changelog entries from main to gobject changelogStefan Kost
svn path=/trunk/; revision=7088
2008-06-22Move some content for gobject-unused.sgml and cleared empty entries. TheStefan Kost
* 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
2008-06-22Migrating docs.Stefan Kost
* docs/reference/gobject/tmpl/value_collection.sgml: * gobject/gvaluecollector.h: Migrating docs. svn path=/trunk/; revision=7086
2008-06-22Migrating docs.Stefan Kost
* docs/reference/gobject/tmpl/value_arrays.sgml: * gobject/gvaluearray.c: * gobject/gvaluearray.h: Migrating docs. svn path=/trunk/; revision=7085
2008-06-22Fix compiler warning in format string check.Stefan Kost
* gobject/gsignal.c: Fix compiler warning in format string check. svn path=/trunk/; revision=7084
2008-06-22Migrating docs.Stefan Kost
* docs/reference/gobject/tmpl/signals.sgml: * gobject/gclosure.c: * gobject/gobject.c: * gobject/gsignal.c: * gobject/gsignal.h: Migrating docs. svn path=/trunk/; revision=7083
2008-06-21Migrating docs.Stefan Kost
* docs/reference/gobject/tmpl/param_value_types.sgml: * gobject/gboxed.c: * gobject/gboxed.h: * gobject/genums.c: * gobject/genums.h: * gobject/gobject.c: * gobject/gobject.h: * gobject/gparam.c: * gobject/gparam.h: * gobject/gparamspecs.c: * gobject/gparamspecs.h: * gobject/gvaluetypes.c: * gobject/gvaluetypes.h: Migrating docs. svn path=/trunk/; revision=7081
2008-06-21Migrating docs.Stefan Kost
* docs/reference/gobject/tmpl/objects.sgml: * gobject/gobject.c: * gobject/gobject.h: * gobject/gparam.h: Migrating docs. svn path=/trunk/; revision=7080
2008-06-21Migrating docs.Stefan Kost
* docs/reference/gobject/tmpl/gtypeplugin.sgml: * gobject/gtypeplugin.c: * gobject/gtypeplugin.h: Migrating docs. svn path=/trunk/; revision=7079
2008-06-21Add --sgml-mode to allow sgml in doc-fragments (which somehow works beforeStefan Kost
* docs/reference/gobject/Makefile.am: Add --sgml-mode to allow sgml in doc-fragments (which somehow works before already). * gobject/gboxed.h: * gobject/gclosure.c: * gobject/gparam.c: * gobject/gparam.h: * gobject/gtype.h: Convert character entities back. FIx some broken sgml. svn path=/trunk/; revision=7078
2008-06-21Migrating docs.Stefan Kost
* docs/reference/gobject/tmpl/gtypemodule.sgml: * gobject/gtypemodule.c: * gobject/gtypemodule.h: Migrating docs. svn path=/trunk/; revision=7077
2008-06-21Add titles back from tmpl.Stefan Kost
* gobject/gboxed.c: * gobject/gclosure.c: * gobject/genums.c: * gobject/gparam.c: * gobject/gvalue.c: Add titles back from tmpl. svn path=/trunk/; revision=7076
2008-06-21Migrating docs.Stefan Kost
* docs/reference/gobject/tmpl/gtype.sgml: * gobject/gtype.c: * gobject/gtype.h: * gobject/gvaluetypes.h: Migrating docs. svn path=/trunk/; revision=7075
2008-06-21Add one missing ':' and reformate GParamFlags docs.Stefan Kost
* gobject/gclosure.h: * gobject/gparam.h: Add one missing ':' and reformate GParamFlags docs. svn path=/trunk/; revision=7074