Ross Burton
fada30c956
Small doc updates
2005-08-03 20:24:18 +00:00
Tim Janik
a49fda33d5
document non-thread-safety for _foreach() functions.
...
Sat Jul 30 23:40:35 2005 Tim Janik <timj@gtk.org >
* glib/tmpl/datalist.sgml:
* glib/tmpl/datalset.sgml: document non-thread-safety for
_foreach() functions.
2005-07-30 21:41:18 +00:00
Matthias Clasen
39560bf49f
One more improvement.
...
2005-07-26 Matthias Clasen <mclasen@redhat.com >
* glib/tmpl/arrays.sgml: One more improvement.
2005-07-26 15:37:22 +00:00
Matthias Clasen
fd6d142f4f
Add details
2005-07-26 02:38:26 +00:00
Matthias Clasen
3c6e2da565
2.7.4
2005-07-22 17:02:04 +00:00
Matthias Clasen
e81747cdc0
Add some discouraging comments to the G_INLINE_FUNC macros. ( #310836 ,
...
2005-07-20 Matthias Clasen <mclasen@redhat.com >
* glib/tmpl/macros_misc.sgml: Add some discouraging
comments to the G_INLINE_FUNC macros. (#310836 ,
Callum McKenzie)
2005-07-20 15:41:19 +00:00
Matthias Clasen
e2f521eb19
Add docs for #307047 , Bryan Silverthorn.
...
2005-07-19 Matthias Clasen <mclasen@redhat.com >
* glib/tmpl/byte_order.sgml: Add docs for #307047 ,
Bryan Silverthorn.
2005-07-19 18:36:39 +00:00
Matthias Clasen
deef36d182
Add G_VA_COPY
...
2005-07-13 Matthias Clasen <mclasen@redhat.com >
* glib/glib-overrides.txt: Add G_VA_COPY
2005-07-13 18:57:18 +00:00
Matthias Clasen
7b70e24179
Warn if a short name is not acceptable.
...
2005-07-13 Matthias Clasen <mclasen@redhat.com >
* glib/goption.c (g_option_group_add_entries): Warn if a
short name is not acceptable.
2005-07-13 13:31:30 +00:00
Matthias Clasen
58dd4814b2
Add and implement a new flag to turn off the automatic <groupname>-
...
2005-07-12 Matthias Clasen <mclasen@redhat.com >
* glib/goption.h (G_OPTION_FLAG_NOALIAS):
* glib/goption.c: Add and implement a new flag
to turn off the automatic <groupname>- prefixing
for conflict resolution of long option names. (#171840 ,
Adam McLaurin)
All optional callback arguments (#308886 , Pawel
Sliwowski)
* glib/goption.h (G_OPTION_FLAG_OPTIONAL_ARG):
* glib/goption.c: Add and implement a new flag
to indicate that a callback *optionally* takes another
argument.
* tests/option-test.c: Add tests for optional arguments.
2005-07-12 18:56:25 +00:00
Matthias Clasen
399b0456ce
2.7.1
2005-06-30 21:01:58 +00:00
Matthias Clasen
18ccd90ef8
Updates
2005-06-30 03:13:35 +00:00
Matthias Clasen
3a7a096682
Add G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME to allow greater
...
2005-06-18 Matthias Clasen <mclasen@redhat.com >
* glib/goption.h:
* glib/goption.c: Add G_OPTION_FLAG_NO_ARG and
G_OPTION_FLAG_FILENAME to allow greater control of
G_OPTION_ARG_CALLBACK options. (#302632 , Dan Winship)
* tests/option-test.c: test callback args
2005-06-18 04:55:26 +00:00
Matthias Clasen
604ad5fa3d
2.7.0
2005-06-10 15:48:25 +00:00
Matthias Clasen
f15bb122ce
Allow setstacksize to fail. ( #304790 , Michael Banck)
...
2005-06-09 Matthias Clasen <mclasen@redhat.com >
* gthread-posix.c (g_thread_create_posix_impl): Allow
setstacksize to fail. (#304790 , Michael Banck)
2005-06-09 15:25:01 +00:00
Matthias Clasen
d38febf6b3
Point out exceptions to the general GLib data structure locking rules.
...
2005-05-23 Matthias Clasen <mclasen@redhat.com >
* glib/tmpl/threads.sgml: Point out exceptions to the
general GLib data structure locking rules.
2005-05-23 19:10:54 +00:00
Matthias Clasen
6b36180679
Add a paragraph about thread safety of GLib data structures.
...
2005-05-20 Matthias Clasen <mclasen@redhat.com >
* glib/tmpl/threads.sgml: Add a paragraph about thread
safety of GLib data structures.
2005-05-20 17:15:37 +00:00
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
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
5374882914
Additions
2005-05-01 22:02:16 +00:00
Matthias Clasen
df9f45ca4e
cosmetics
2005-05-01 21:53:02 +00:00
Matthias Clasen
62d51bce03
Some additions
2005-05-01 21:20:20 +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
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
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
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
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
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
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
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
Matthias Clasen
98121469ec
2.5.6
2004-11-12 17:15:54 +00:00
Matthias Clasen
a84cbafcec
Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as alternative names for
...
2004-11-08 Matthias Clasen <mclasen@redhat.com >
* glib/gnode.h (enum GTraverseFlags): Add G_TRAVERSE_LEAVES
and G_TRAVERSE_NON_LEAVES as alternative names for
G_TRAVERSE_LEAFS and G_TRAVERSE_NON_LEAFS, which are
grammatically brutal. (#138853 , Morten Welinder)
2004-11-08 19:14:04 +00:00
Matthias Clasen
c83e52605f
Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),
...
2004-11-08 Matthias Clasen <mclasen@redhat.com >
* glib/gasyncqueue.[hc]:
* glib/ghook.[hc]:
* glib/gmain.[hc]:
* glib/giochannel.[hc]: Make g_io_channel_ref(),
g_main_context_ref(), g_hook_ref(), g_async_queue_ref()
return the passed in pointer. (#151663 , Manish Singh)
2004-11-08 18:26:56 +00:00
Tor Lillqvist
e8de52f31e
Improve G_WIN32_HAVE_WIDECHAR_API documentation.
...
2004-11-04 Tor Lillqvist <tml@iki.fi >
* glib/tmpl/windows.sgml: Improve G_WIN32_HAVE_WIDECHAR_API
documentation.
* glib/tmpl/option.sgml: Document G_OPTION_FLAG_REVERSE.
2004-11-04 00:41:58 +00:00
Matthias Clasen
7f1bfaee74
*** empty log message ***
2004-11-02 23:06:58 +00:00
Matthias Clasen
938f1a9a5a
Documentation updates.
2004-11-01 17:52:02 +00:00
Matthias Clasen
0032a3c1b6
Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API.
...
2004-10-31 Matthias Clasen <mclasen@redhat.com >
* glib/tmpl/windows.sgml: Document G_WIN32_IS_NT_BASED,
G_WIN32_HAVE_WIDECHAR_API.
* glib/glib-sections.txt: Add g_lstat
* glib/running.sgml: Document G_WIN32_PRETEND_WIN9X.
200
2004-10-31 17:41:29 +00:00
Matthias Clasen
eb0b4db5ff
Doc additions.
2004-10-30 05:06:15 +00:00