Ryan Lortie
0bb7cc3fce
Remove GUnixVolumeMonitor, GUnixMount from docs
...
David says that they're supposed to be private.
2010-07-13 09:24:16 -04:00
Ryan Lortie
5344c22810
gio/ docs fixup
2010-07-12 18:30:14 -04:00
Ryan Lortie
adde752ec5
More docs fixes
...
Remove the g*alias.h from the ignore lists
Remove other old files from ignore lists
Clean up gobject docs
2010-07-12 17:46:17 -04:00
Ryan Lortie
de5afbc7cc
More gtk-doc cleanups for glib/
2010-07-12 17:32:44 -04:00
Ryan Lortie
92df91590f
trivial whitespace fix
2010-07-12 17:31:03 -04:00
Ryan Lortie
7791fce38a
Fix some glib docs warnings
...
Remove some symbols from glib-sections.txt that gtk-doc has no idea
about.
Add proper callback typedefs for GTester (gtk-doc dislikes inline
function types).
Fix some other minor issues.
2010-07-12 16:56:52 -04:00
Matthias Clasen
dc8cf867c8
Don't return FALSE when a pointer is expected
...
Pointed out in bug 623956
2010-07-12 16:35:18 -04:00
Ryan Lortie
90285b0643
Bump gtk-doc dependency to 1.15
...
Use the multiple source-directory support contained therein.
2010-07-12 15:33:05 -04:00
Ryan Lortie
83d67bf2e7
move glibconfig.h to glib/
2010-07-12 15:33:05 -04:00
Colin Walters
29a6fb68b7
Don't attempt to build dtrace support on OS X
...
Apparently the OS X "dtrace" command is different from the Sun one,
which is what Linux supports. Since I don't have access to an OS X
machine to test build patches on, simply disable dtrace on OS X
for now.
https://bugzilla.gnome.org/show_bug.cgi?id=622697
2010-07-12 10:00:35 -04:00
Baurzhan Muftakhidinov
e5834637eb
Added Kazakh translation for Kazakh
2010-07-12 16:19:45 +03:00
Ryan Lortie
82318fbda3
bump the version
2010-07-11 12:51:54 -04:00
Ryan Lortie
be247c24c6
This is glib 2.25.11
2010-07-11 12:51:33 -04:00
Kjartan Maraas
8c36b1ad2b
Updated Norwegian bokmål translation
2010-07-11 15:51:04 +02:00
Matthias Clasen
358b9d6ac7
Move main loop docs inline
2010-07-10 23:56:45 -04:00
Matthias Clasen
ab8cb652c8
Fix a typo
2010-07-10 23:56:45 -04:00
Matthias Clasen
e57291efdc
Move docs for atomic operations inline
2010-07-10 23:56:45 -04:00
Matthias Clasen
e8503fddee
Move GAsyncQueue docs inline
2010-07-10 23:56:45 -04:00
Ryan Lortie
db0c58062d
NEWS for the pending release
2010-07-10 23:28:30 -04:00
Colin Walters
d2fe46b476
Annotate all custom GIO GSource using g_source_set_name
...
Naming the sources allows easier debugging with e.g. SystemTap
probes.
https://bugzilla.gnome.org/show_bug.cgi?id=620536
2010-07-10 20:09:34 -04:00
Matthias Clasen
7568bb66f9
use proper feature test macros for isnan
...
Problem pointed out in bug 581354
2010-07-10 20:02:48 -04:00
Matthias Clasen
d9dc570c59
Add ACLOCAL_AMFLAGS to Makefile.am
...
Patch by Vincent Untz, bug 570036
2010-07-10 20:02:48 -04:00
Matthias Clasen
3dca4ce434
One more dubious return
2010-07-10 20:02:47 -04:00
Ryan Lortie
d44ae96cb1
GVariant: fix some more leaks in error cases
2010-07-10 19:15:59 -04:00
Ryan Lortie
90c49a0654
move the g_free() from the last commit down
...
It is needed for the error message...
2010-07-10 19:15:59 -04:00
Matthias Clasen
29babb9fc8
Minor cleanup
2010-07-10 18:04:22 -04:00
Matthias Clasen
f8e22856c6
Add a GAppInfoCreate flag for startup-notification
...
Using this flag, it will be possible to launch apps without a
desktop file, in the same way that gdk_spawn_... lets you do.
Requested in bug 599223.
2010-07-10 17:57:45 -04:00
Matthias Clasen
5f1490e94a
Fix sparse warnings
...
These were listed in bug 623955
2010-07-10 17:21:32 -04:00
Matthias Clasen
41f4aba2d2
Chain up in g_settings_finalize
...
Requested in bug 623954
2010-07-10 17:12:31 -04:00
Matthias Clasen
61027a8b5c
Turn on glibc malloc checking features for make check
2010-07-10 17:10:31 -04:00
Ryan Lortie
48a04f9303
GVariant: don't leak during type inferencing
2010-07-10 16:56:51 -04:00
Jorge González
b1c4dec264
Updated Spanish translation
2010-07-10 11:03:52 +02:00
Matthias Clasen
551461b23a
Fix some leaks in the inotify code
...
Also avoid creating some unused objects. Patch by Carlos Garnacho,
bug 613057
2010-07-09 08:33:27 -04:00
Matthias Clasen
c24a29e13b
Adapt to recent MLS changes
...
g_file_query_info returns non-NULL more often now.
2010-07-09 07:24:08 -04:00
Matthias Clasen
e302e919e5
Remove dead links from the IEEE float documentation
2010-07-08 19:52:36 -04:00
Matthias Clasen
0c357a2d14
Improve the long description of GString
...
It is more similar to a Java StringBuffer than to a C string.
See bug 612439.
2010-07-08 19:37:31 -04:00
Will Thompson
2504ec988e
Document NULL shortcut to g_value_array_insert etc.
...
You can pass a NULL GValue * to any of g_value_array_insert, _prepend or
_append to add a new, uninitialized value. This is a very useful
shortcut, and it should be documented rather than left languishing in a
comment in the implementation.
Fixes Gnome bug #552363 .
2010-07-08 19:30:53 -04:00
Matthias Clasen
cc44ef148c
Improve some GNode docs
...
See bug 561248
2010-07-08 19:26:25 -04:00
Matthias Clasen
ac342a8d0c
Expand the g_sprintf docs
...
As requested in bug 576833.
2010-07-08 19:23:42 -04:00
Matthias Clasen
7cfa23b177
Add a note about l10n to the g_strconcat docs
...
As requested in bug 576854
2010-07-08 19:03:18 -04:00
Matthias Clasen
e0017f24c5
Move uri conversion functions to a better place in the docs
...
g_filename_from/to_uri are better off in the section called
"URI functions". Requested in bug 582227.
2010-07-08 17:40:13 -04:00
Jorge González
3c6304a332
Updated Spanish translation
2010-07-08 23:25:01 +02:00
Matthias Clasen
e0f2d0f28e
Comment out an unused function
...
it is causing warnings, so it needs to die...bug 622600
2010-07-08 16:32:08 -04:00
Matthias Clasen
448ac22e80
Fix an oversight in the previous commit
2010-07-08 16:24:44 -04:00
Matthias Clasen
33f7f6a748
Use glib infrastructure to parse debug flags
...
Proposed in bug 623319
2010-07-08 16:22:16 -04:00
Matthias Clasen
29850d03e8
Be a bit more picky when deciding if mounts are internal
...
Complained about in bug 623780.
2010-07-08 15:18:05 -04:00
Matthias Clasen
349aab2bd4
A little more correctness in formatting pids
...
Requested in bug 623772
2010-07-08 15:11:24 -04:00
Matthias Clasen
fcddf9c2a1
Escape arguments when putting together a cmdline
...
See bug 623770
2010-07-08 14:58:33 -04:00
Matthias Clasen
607fec50e6
xinclude the dtd
...
Keeping two copies in sync manually gets tiresome.
2010-07-08 14:38:55 -04:00
Matthias Clasen
c7816005f9
Update the dtd to match the implementation
...
See bug 623720
2010-07-08 14:29:17 -04:00