Matthias Clasen
9ec6c1eb4f
Fix sloppy language, pointed out by Daniel Vaillard.
...
2005-05-10 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/markup.sgml: Fix sloppy language, pointed out by
Daniel Vaillard.
2005-05-10 13:30:27 +00:00
Matthias Clasen
bc9e9efbaf
Add long descriptions.
...
2005-05-09 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/value_collection.sgml:
* gobject/tmpl/gboxed.sgml:
* gobject/tmpl/enumerations_flags.sgml:
* gobject/tmpl/objects.sgml: Add long descriptions.
2005-05-09 05:25:21 +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
1167d7d6a7
Documentation trivia
2005-05-02 15:45:45 +00:00
Matthias Clasen
728ab5ff7e
Small additions.
...
2005-05-02 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml:
* gobject/tmpl/generic_values.sgml:
* gobject/tmpl/gtype.sgml:
* gobject/tmpl/value_arrays.sgml:
* gobject/tmpl/param_value_types.sgml:
* gobject/tmpl/gtypemodule.sgml:
* gobject/tmpl/enumerations_flags.sgml: Small additions.
2005-05-02 15:29:43 +00:00
Matthias Clasen
5374882914
Additions
2005-05-01 22:02:16 +00:00
Matthias Clasen
15bd7c1526
More cosmetics
2005-05-01 21:55:40 +00:00
Matthias Clasen
df9f45ca4e
cosmetics
2005-05-01 21:53:02 +00:00
Matthias Clasen
9eff594c95
Additions
2005-05-01 21:39:23 +00:00
Matthias Clasen
3ac67799e8
Additions
2005-05-01 21:37:37 +00:00
Matthias Clasen
1c58b74bb9
Additions
2005-05-01 21:28:32 +00:00
Matthias Clasen
62d51bce03
Some additions
2005-05-01 21:20:20 +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
Stefan Kost
0979140060
all interface examples use 'interface' instead of 'class'
2005-04-23 09:50:36 +00:00
Stefan Kost
f57a5c33c3
add missing image
2005-04-22 18:34:41 +00:00
Stefan Kost
9ce3590d4e
merged in docs form the gobject tutorial
2005-04-22 10:27:37 +00:00
Matthias Clasen
ce1509b6ae
Clarify the docs for g_ptr_array_free and g_ptr_array_remove_range.
...
2005-03-29 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/arrays_pointer.sgml: Clarify the docs for
g_ptr_array_free and g_ptr_array_remove_range. (#170148 ,
#170149 , Jared Lash)
2005-03-29 13:51:34 +00:00
Matthias Clasen
46fda0cf41
Clarify the docs for g_ptr_array_free. ( #170149 , Jared Lash)
...
2005-03-29 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/arrays_pointer.sgml: Clarify the docs for
g_ptr_array_free. (#170149 , Jared Lash)
2005-03-29 13:47:23 +00:00
Tor Lillqvist
dfb8990512
Add Win32 warnings regarding the child setup function.
...
2005-03-29 Tor Lillqvist <tml@novell.com>
* glib/tmpl/spawn.sgml: Add Win32 warnings regarding the child
setup function.
2005-03-29 08:27:02 +00:00
Matthias Clasen
213e90aa18
Add g_try_new, g_try_new0, g_try_renew and g_try_malloc0. ( #169611 , Stefan
...
2005-03-21 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and
g_try_malloc0. (#169611 , Stefan Kost)
* glib/gmem.c: Implement g_try_malloc0.
2005-03-22 04:09:17 +00:00
Matthias Clasen
103fe49b8e
Add g_try_new, g_try_new0 and g_try_renew. ( #169611 , Stefan Kost)
...
2005-03-21 Matthias Clasen <mclasen@redhat.com>
* glib/gmem.h: Add g_try_new, g_try_new0 and
g_try_renew. (#169611 , Stefan Kost)
2005-03-22 04:02:13 +00:00
Matthias Clasen
4bd613efc4
Don't copy strings which are marked as static. Don't allow non-canonical
...
2005-03-20 Matthias Clasen <mclasen@redhat.com>
* gparam.c (g_param_spec_internal): Don't copy strings
which are marked as static. Don't allow non-canonical static
names.
* gparam.h (GParamFlags): Add G_PARAM_STATIC_{NAME,NICK,BLURB}
flags. (#160655 , Ben Maurer)
2005-03-21 04:55:26 +00:00
Matthias Clasen
6aac5ce82c
Define G_GNUC_NULL_TERMINATED. ( #164706 , Marc Meissner)
...
2005-03-08 Matthias Clasen <mclasen@redhat.com>
* glib/gmacros.h: Define G_GNUC_NULL_TERMINATED.
(#164706 , Marc Meissner)
* glib/gstrfuncs.h:
* glib/gfileutils.h: Use G_GNUC_NULL_TERMINATED where
appropriate.
2005-03-08 05:41:45 +00:00
Matthias Clasen
e42c2fc58f
Apply patches by Stefan Kost to document naming restrictions. ( #167614 )
...
2005-03-07 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gtype.sgml:
* gobject/tmpl/param_value_types.sgml:
* gobject/tmpl/gparamspec.sgml: Apply patches by
Stefan Kost to document naming restrictions. (#167614 )
2005-03-08 04:43:00 +00:00
Matthias Clasen
1795e0aeb0
Take main group options into account when calculating column size.
...
2005-02-10 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (print_help): Take main group options into
account when calculating column size. (#166921 )
(g_option_context_parse): Accept -? as documented. (#166977 )
2005-02-11 04:11:34 +00:00
Matthias Clasen
f18cab0ce3
New function to list all environment variables. ( #166327 , Hans Petter
...
2005-02-07 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gutils.h:
* glib/gutils.c (g_listenv): New function to list all
environment variables. (#166327 , Hans Petter Jansson)
2005-02-08 04:28:31 +00:00
Matthias Clasen
161e54209e
Add a note regarding inefficiency of repeated appends. ( #166271 , Olivier
...
2005-02-04 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/linked_lists_double.sgml:
* glib/tmpl/linked_lists_single.sgml: Add a note
regarding inefficiency of repeated appends. (#166271 ,
Olivier Sessink)
2005-02-05 03:12:06 +00:00
Matthias Clasen
d2c401d55a
Add a warning against using g_quark_from_static_string() in dynamically
...
2005-02-03 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/quarks.sgml: Add a warning against
using g_quark_from_static_string() in dynamically
loaded modules.
2005-02-03 05:45:21 +00:00
Matthias Clasen
5a866843df
Move doc comments inline.
...
2005-02-02 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c: Move doc comments inline.
* glib/ghash.h: Adjust some argument names.
* configure.in: Give meaningful names to g_memmove()
arguments.
2005-02-02 06:07:14 +00:00
Sebastien Bacher
987a7b011e
fix a typo in my name
2005-01-17 10:25:27 +00:00
Matthias Clasen
56396d4897
Fix an example. ( #164269 , Sebastian Bacher)
...
2005-01-16 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/enumerations_flags.sgml: Fix an
example. (#164269 , Sebastian Bacher)
2
2005-01-17 03:16:29 +00:00
Matthias Clasen
3d1e4844bb
2.6.1
2005-01-07 16:58:16 +00:00
Matthias Clasen
08900dd1d2
Add hint about group name case sensitivity. ( #163029 , Bastien Nocera)
...
2005-01-06 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/keyfile.sgml: Add hint about group name
case sensitivity. (#163029 , Bastien Nocera)
2005-01-06 21:46:32 +00:00
Matthias Clasen
38c39a7cfd
Small addition. ( #145158 , Mariano Suárez-Alvarez)
...
2005-01-04 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Small addition. (#145158 ,
Mariano Suárez-Alvarez)
2005-01-04 18:40:02 +00:00
J. Ali Harlow
572e8b2756
Don't use AC_TRY_RUN to test for long long format when using the
...
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
* configure.in: Don't use AC_TRY_RUN to test for long long format
when using the MSVCRT.DLL runtime since we know the answer anyway
and it causes some mild inconvience when cross compiling.
* README.win32: Add a reference to the cross compiling section
of the reference manual.
* docs/reference/glib/cross.sgml: MinGW uses MSVCRT.DLL which
requires %I64i instead of %lli. (#161306 )
2005-01-03 00:20:47 +00:00
Matthias Clasen
5d679e08e7
Fix a typo. ( #161713 , Vincent Untz)
...
2004-12-20 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Fix a typo. (#161713 ,
Vincent Untz)
2004-12-20 14:20:25 +00:00
Matthias Clasen
f822229fea
Clarify g_get_prgname docs. ( #161480 , Danny Milo)
...
2004-12-17 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.
(#161480 , Danny Milo)
2004-12-18 02:06:58 +00:00
Matthias Clasen
a64d63c59a
Improve wording. ( #161484 , Christian Biere)
...
2004-12-16 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/version.sgml: Improve wording. (#161484 ,
Christian Biere)
2004-12-17 01:42:03 +00:00
Matthias Clasen
32247a04c6
2.6.0
2004-12-16 05:48:25 +00:00
Matthias Clasen
50695caa2c
Add g_rmdir
...
2004-12-15 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt: Add g_rmdir
2004-12-15 16:42:36 +00:00
Alexander Larsson
aba9e78ec4
Add g_filename_display_basename.
...
2004-12-15 Alexander Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:
Add g_filename_display_basename.
2004-12-15 16:34:49 +00:00
Matthias Clasen
80aded0d23
*** empty log message ***
2004-12-15 13:55:34 +00:00
Matthias Clasen
23265157fb
2.5.7
2004-12-02 21:13:05 +00:00
Matthias Clasen
eb12e6983b
Add some warnings regarding --disable-mem-pools.
...
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* glib/building.sgml:
* glib/tmpl/linked_lists_single.sgml:
* glib/tmpl/linked_lists_double.sgml:
* glib/tmpl/trees-nary.sgml: Add some warnings regarding
--disable-mem-pools.
2004-12-02 15:46:09 +00:00
Matthias Clasen
9b925d5087
Fix a typo. ( #160162 , Tom Copeland)
...
2004-12-01 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/iochannels.sgml: Fix a typo. (#160162 , Tom Copeland)
2004-12-02 03:37:24 +00:00
Matthias Clasen
67379ad08b
Document --enable-man and --disable-visibility.
...
2004-11-30 Matthias Clasen <mclasen@redhat.com>
* glib/building.sgml: Document --enable-man and --disable-visibility.
2004-11-30 14:48:55 +00:00
Tor Lillqvist
8d25dee6d5
Document encoding of g_get_user_name(), g_get_real_name(), g_get_tmp_dir()
...
2004-11-28 Tor Lillqvist <tml@iki.fi>
* glib/tmpl/misc_utils.sgml: Document encoding of g_get_user_name(),
g_get_real_name(), g_get_tmp_dir() and g_get_current_dir().
2004-11-28 22:54:37 +00:00
Matthias Clasen
7735d799c5
Document G_GNUC_MALLOC.
...
2004-11-28 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/macros_misc.sgml: Document G_GNUC_MALLOC.
* glib/glib-sections.txt: Add G_GNUC_MALLOC
2004-11-28 19:13:36 +00:00
Hans Breuer
425e5211ed
updated
...
2004-11-21 Hans Breuer <hans@breuer.org>
* **/makefile.msc : updated
2004-11-21 20:23:34 +00:00
Matthias Clasen
98121469ec
2.5.6
2004-11-12 17:15:54 +00:00