Robert Ancell
4143842eb4
Add missing allow-none annotations for function parameters.
...
Found using:
find . -name '*.c' | xargs grep 'or %NULL' | grep ' \* @' | grep -v '@error' | grep -v allow-none
2012-03-31 20:34:28 +11:00
Ravi Sankar Guntur
7486cd946a
comments/docs: Fix couple of typos
...
https://bugzilla.gnome.org/show_bug.cgi?id=668857
2012-01-28 07:52:56 +01:00
Stef Walter
7e92997539
documentation fixes
...
Fixes for gtk-doc warnings.
http://bugzilla.gnome.org/show_bug.cgi?id=66469
https://bugzilla.gnome.org/show_bug.cgi?id=664699
2011-12-13 23:01:51 -05:00
Matthias Clasen
18da6e6be9
Move i18n docs inline
2011-11-14 21:22:46 -05:00
Chun-wei Fan
f3ac581713
Move _glib_get_locale_dir to ggettext.c
...
-Move _glib_get_locale_dir to ggettext.c, as Matthias suggested
-Made up for the headers that needed to be included in ggettext.c to avoid
C4013 (implicit declaration of ...) errors/warnings
2011-10-18 01:01:02 +08:00
Matthias Clasen
08933846e4
Move gettext variations into their own files
2011-10-17 01:50:00 -04:00