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
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
Mathieu Lacage
f09a5d8ac2
fix typo
2004-11-05 08:45:17 +00:00
Mathieu Lacage
be092b4ac4
integrate patches by Sylvain Foret
2004-11-05 07:33:28 +00:00
Mathieu Lacage
b7d67f62ec
improve a bit the introduction
2004-11-04 15:14:23 +00:00
Mathieu Lacage
7d30332bab
forgot to add this file.
2004-11-04 14:55:05 +00:00
Mathieu Lacage
acba30a9eb
integrate patch from Stefan Kost
2004-11-04 14:52:33 +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
87ad7806a7
New function to convert a filename to a UTF-8 string for display purposes.
...
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c (g_filename_display_name): New function to
convert a filename to a UTF-8 string for display purposes.
(g_get_filename_charsets): New function to return the
encodings which are tried when converting a filename to
UTF-8.
2004-11-02 21:29:33 +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
Matthias Clasen
dd028d11f6
Add G_OPTION_REMAINING
...
2004-10-29 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt: Add G_OPTION_REMAINING
2004-10-29 20:27:01 +00:00
Matthias Clasen
eca5c5ea7d
Update.
2004-10-29 20:26:19 +00:00
Matthias Clasen
a0e217e94a
Document GOption
2004-10-29 18:43:34 +00:00
Matthias Clasen
9e8ebbbdfb
Add some introductory notes.
...
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/keyfile.sgml: Add some introductory notes.
2004-10-28 18:38:07 +00:00
Matthias Clasen
25dc3ce452
2.5.4
2004-10-27 17:56:33 +00:00
Matthias Clasen
8a7eecd7c6
Introduce the idea of a filename encoding, which is *literally* the
...
2004-10-27 Matthias Clasen <mclasen@redhat.com>
Introduce the idea of a filename encoding, which is
*literally* the filename encoding on Unix. On windows,
use the Unicode name converted to UTF-8. (#156325 ,
Tor Lillqvist, Owen Taylor)
* glib/gdir.[hc]:
* glib/gconvert.[hc]:
* glib/gfileutils.[hc]:
* glib/gutils.[hc]:
* glib/giowin32.c: On Windows, keep old ABI versions
of GLib pathname api for DLL ABI stability. Use different
names for the new-style UTF-8 versions. Hide this through
a #define.
* glib/gstdio.[hc]: New files containing wrappers for
POSIX pathname api.
* glib/glib.symbols: Add new symbols.
* glib/makegalias.pl: Drop Win32 specific .def syntax,
include gstdio.h
2004-10-27 16:46:29 +00:00
Matthias Clasen
933afd0277
Add a 2.6 index.
2004-10-26 16:13:20 +00:00
Matthias Clasen
5a6df6dd65
Documentation fixes.
2004-10-26 16:10:52 +00:00
Matthias Clasen
5883072cb2
Add GKeyFile section, add index for 2.6 additions.
...
2004-10-25 Matthias Clasen <mclasen@redhat.com>
* glib/glib-docs.sgml: Add GKeyFile section, add
index for 2.6 additions.
2004-10-25 13:56:25 +00:00
Matthias Clasen
034fef999e
Typo fix.
2004-10-24 01:25:42 +00:00
Matthias Clasen
481fe81c06
Rename first parameter to check_data, since apparently the system headers
...
2004-10-23 Matthias Clasen <mclasen@redhat.com>
* gtype.h (GTypeInterfaceCheckFunc): Rename first parameter to
check_data, since apparently the system headers on AIX leak a
macro named func_data. (#155178 , Andrea Campi)
2004-10-24 01:22:30 +00:00
Matthias Clasen
6811b264e4
Add GKeyFile section.
...
2004-10-23 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt: Add GKeyFile section.
2004-10-23 06:23:18 +00:00
Matthias Clasen
4293525fc8
Make public. ( #155589 , Tim-Philipp Müller)
...
2004-10-17 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h (G_IS_DIR_SEPARATOR):
* glib/gutils.c: Make public. (#155589 , Tim-Philipp Müller)
2004-10-17 06:46:16 +00:00
Matthias Clasen
2118d96318
Improve the docs for g_object_get_property(). ( #153424 , Stefan Kost)
...
2004-10-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Improve the docs for
g_object_get_property(). (#153424 , Stefan Kost)
2004-10-05 19:44:33 +00:00
Matthias Clasen
0523aca07c
Improve docs for g_signal_add_emission_hook. ( #154299 , Nickolay V.
...
2004-10-03 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/signals.sgml: Improve docs for
g_signal_add_emission_hook. (#154299 , Nickolay V. Shmyrev)
2004-10-04 02:36:14 +00:00
Matthias Clasen
af13bb21bb
Correct the docs for the default log handler wrt to which messages go to
...
2004-09-20 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/messages.sgml: Correct the docs for the default log
handler wrt to which messages go to stderr. (#153041 , Philippe Blain)
2004-09-20 14:49:57 +00:00
Matthias Clasen
859b7b4959
Point to g_utf8_strreverse() for reversing UTF-8 strings. ( #153091 , Adam
...
Sun Sep 19 23:15:17 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/patterns.sgml: Point to g_utf8_strreverse() for
reversing UTF-8 strings. (#153091 , Adam Hooper)
2004-09-20 03:16:32 +00:00
Matthias Clasen
36e34772d8
2.5.3
2004-09-18 21:03:46 +00:00
Matthias Clasen
f2f53d7ce8
Ignore galias.h
...
2004-09-16 Matthias Clasen <mclasen@redhat.com>
* glib/Makefile.am: Ignore galias.h
* glib/glib-sections.txt: Updates.
2004-09-16 14:16:18 +00:00
Matthias Clasen
e0811a5e15
Commit accumulated changes.
2004-09-16 03:16:57 +00:00
Matthias Clasen
ea01de53fe
Clarify the relation of g_get_home_dir() and $HOME.
2004-09-09 14:06:20 +00:00
Matthias Clasen
6ec4724399
Add a function to calculate the length of a NULL-terminated string array.
...
Thu Sep 9 00:10:40 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.h:
* glib/gstrfuncs.c (g_strv_length): Add a function to
calculate the length of a NULL-terminated string
array. (#150455 , Tim-Philipp Müller)
* tests/strfunc-test.c (main): Add a test for g_strv_length().
2004-09-09 04:12:19 +00:00
Matthias Clasen
d209e108b1
Add a function to return a list of applicable locale names. ( #95587 ,
...
2004-09-07 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h:
* glib/gutils.c (g_get_language_names): Add a function to
return a list of applicable locale names. (#95587 ,
Hidetoshi Tajima)
(guess_category_value, compute_locale_variants):
(explode_locale, unalias_lang, read_aliases): Helper
functions for g_get_language_names()
* tests/testglib.c (main): Show the results of
g_get_language_names()
2004-09-07 18:37:10 +00:00
Matthias Clasen
b52552a568
Remove excess markup and fix a markup error.
...
Mon Sep 6 01:56:13 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/messages.sgml: Remove excess markup and fix a markup
error.
2004-09-06 05:56:47 +00:00
Matthias Clasen
4dcb22c14a
New function to install an alternate default log handler. ( #66387 , Darin
...
Sun Sep 5 01:46:11 2004 Matthias Clasen <maclas@gmx.de>
* glib/glib.def:
* glib/gmessages.h:
* glib/gmessages.c (g_log_set_default_handler): New
function to install an alternate default log
handler. (#66387 , Darin Adler)
2004-09-05 05:46:33 +00:00
Matthias Clasen
ca9fa3e7f8
Add g_date_get_iso8601_week_of_year.
...
Wed Sep 1 20:27:59 2004 Matthias Clasen <maclas@gmx.de>
* glib/glib-sections.txt: Add g_date_get_iso8601_week_of_year.
2004-09-02 00:28:33 +00:00
Matthias Clasen
f04024e32d
Fix a typo. ( #151109 , Stepan Kasal)
...
Sun Aug 29 23:50:45 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/fileutils.sgml: Fix a typo. (#151109 , Stepan Kasal)
2004-08-30 03:54:01 +00:00
Matthias Clasen
981fe434ee
Fix #151193 , Stepan Kasal:
...
2004-08-27 Matthias Clasen <mclasen@redhat.com>
Fix #151193 , Stepan Kasal:
* glib/gfileutils.c (g_file_error_from_errno):
* glib/gfileutils.h (enum GFileError): Add G_FILE_ERROR_NOSYS.
2004-08-27 14:57:34 +00:00
Matthias Clasen
7f014a1ff3
2.5.2
2004-08-25 05:02:57 +00:00
Matthias Clasen
66a18b3f64
Add an example for g_on_error_query() usage. ( #148716 , Christian Persch)
...
2004-08-23 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/warnings.sgml: Add an example for
g_on_error_query() usage. (#148716 , Christian Persch)
2004-08-23 17:56:35 +00:00
Matthias Clasen
31e039c739
Document the necessity to call g_thread_init() when using threads (even
...
2004-08-12 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/threads.sgml: Document the necessity to call
g_thread_init() when using threads
(even non-gthreads). (#149490 , Vincent Untz)
2004-08-12 15:00:35 +00:00
Ray Strode
305e8c86d9
Add new XDG basedir API (bug 139973).
...
2004-08-11 Ray Strode <rstrode@redhat.com>
* docs/reference/glib/glib-sections.txt:
* glib/gutils.[ch] (g_get_user_data_dir),
(g_get_user_config_dir), (g_get_user_cache_dir),
(g_get_system_data_dirs), (g_get_system_config_dirs):
Add new XDG basedir API (bug 139973).
2004-08-11 17:53:05 +00:00
Matthias Clasen
983dd431f1
Add a section for GOption. Include GOption section. New template.
...
Tue Aug 3 16:43:22 2004 Matthias Clasen <maclas@gmx.de>
* glib/glib-sections.txt: Add a section for GOption.
* glib/glib-docs.sgml: Include GOption section.
* glib/tmpl/option.sgml: New template.
2004-08-03 20:44:24 +00:00
Matthias Clasen
a62fd5ec60
New function to check the version of GLib at runtime. ( #149175 , Michael
...
Tue Aug 3 14:58:20 2004 Matthias Clasen <maclas@gmx.de>
* glib/gutils.h:
* glib/gutils.c (glib_check_version): New function to
check the version of GLib at runtime. (#149175 , Michael Natterer)
2004-08-03 19:41:02 +00:00
Matthias Clasen
f1024215a4
Add a G_GNUC_INTERNAL macro to mark function declarations as internal and
...
2004-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gmacros.h: Add a G_GNUC_INTERNAL macro to mark function
declarations as internal and avoid PLT indirections for
them. (#145465 , Arjan van de Ven)
* glib/gunicodeprivate.h:
* glib/gthreadinit.h:
* glib/gmessages.h:
* glib/gdebug.h:
* glib/gconvert.c: Use G_GNUC_INTERNAL for _g_charset_get_aliases(),
_g_debug_init(), _g_log_fallback_handler(), _g_mem_thread_init(),
_g_messages_thread_init(), _g_convert_thread_init(),
_g_rand_thread_init(), _g_main_thread_init(), _g_atomic_thread_init(),
_g_mem_thread_private_init(), _g_messages_thread_private_init(),
_g_utf8_normalize_wc() and _g_unichar_combining_class().
* glib/gatomic.c: Include gthreadinit.h here to see the declaration
for _g_atomic_thread_init().
2004-08-02 15:34:30 +00:00
Matthias Clasen
5b1c38b0b3
2.5.1
2004-08-01 03:51:21 +00:00
Matthias Clasen
e032d5e222
Clarify docs for g_get_real_name(). ( #143552 , Danek Duvall)
...
2004-07-28 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/misc_utils.sgml: Clarify docs for
g_get_real_name(). (#143552 , Danek Duvall)
2004-07-28 15:39:01 +00:00
Matthias Clasen
f5a8ae228a
Fix docs for G_MAXSIZE. ( #148262 , Christophe Fergeau)
...
Fri Jul 23 10:38:24 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE. (#148262 ,
Christophe Fergeau)
2004-07-23 14:39:25 +00:00
Soeren Sandmann
0192c59937
=== Released 2.5.0 ===
...
Sun Jul 18 19:40:30 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === Released 2.5.0 ===
* Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
2004-07-18 17:44:23 +00:00
Mathieu Lacage
7825b925de
fill in ulinks
2004-07-16 06:56:20 +00:00
Mathieu Lacage
80b6ffc717
apply patch by stefan Kost
2004-07-16 06:37:58 +00:00
Matthias Clasen
1285c810c6
Improve g_array_free() docs. ( #146875 , Ed Griffiths)
2004-07-09 13:10:47 +00:00
Matthias Clasen
8414d97c5b
Add g_type_module_register_enum() and g_type_module_register_flags().
...
Tue Jul 6 00:54:38 2004 Matthias Clasen <maclas@gmx.de>
* gobject/gobject-sections.txt:
* gobject/tmpl/gtypemodule.sgml: Add g_type_module_register_enum()
and g_type_module_register_flags().
2004-07-06 04:56:36 +00:00
Matthias Clasen
b3b1c3b3eb
Add forgotten "Since" tag
2004-07-06 04:44:22 +00:00
Matthias Clasen
45306c3a01
Complete the g_log() family. ( #135730 , Sven Herzberg)
...
Mon Jul 5 18:50:27 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmessages.h (g_debug): Complete the g_log()
family. (#135730 , Sven Herzberg)
2004-07-05 22:52:06 +00:00
Federico Mena Quintero
d131bae53d
New section on file name encodings.
...
2004-06-15 Federico Mena Quintero <federico@ximian.com>
* glib/tmpl/conversions.sgml: New section on file name encodings.
* glib/file-name-encodings.sxd: New diagram of how file name
encodings work.
* glib/file-name-encodings.png: Same as above, for inclusion in
the generated docs.
* glib/Makefile.am (HTML_IMAGES): Add file-name-encodings.png.
(EXTRA_DIST): Add the new images.
* glib/running.sgml: Add ids to the corresponding paragraphs that
describe G_FILENAME_ENCODING and G_BROKEN_FILENAMES, to be able to
reference them from elsewhere.
2004-06-16 00:20:54 +00:00
Matthias Clasen
c441dca3db
Add an example for GModule usage. ( #144127 , Tommi Komulainen)
...
Thu Jun 10 21:29:55 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/modules.sgml: Add an example for GModule
usage. (#144127 , Tommi Komulainen)
2004-06-11 01:31:02 +00:00
Mathieu Lacage
47d4ea5f83
integrate the last changes by Stefan
2004-06-10 20:21:59 +00:00