summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-05-26 08:33:44 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2015-05-26 08:33:44 +0200
commit28bc8214cabab6a415f9ee5fc3d294aea3d04b6d (patch)
treec339efc5ebec2bd41c38d9ae7025c6effeac2ac2 /gir/glib-2.0.c
parent8ed72fd2641f1fdf21eefb7f8e7b36e58f03268b (diff)
downloadgobject-introspection-28bc8214cabab6a415f9ee5fc3d294aea3d04b6d.tar.gz
Update glib annotations from glib 2.45.2
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 785ae14e..f0a0d17b 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -4156,7 +4156,7 @@
*
* For example, GTK+ uses this in its Makefile.am:
* |[
- * INCLUDES = -DG_LOG_DOMAIN=\"Gtk\"
+ * AM_CPPFLAGS = -DG_LOG_DOMAIN=\"Gtk\"
* ]|
*/
@@ -13275,7 +13275,7 @@
* - \%A: the full weekday name according to the current locale
* - \%b: the abbreviated month name according to the current locale
* - \%B: the full month name according to the current locale
- * - \%c: the preferred date and time rpresentation for the current locale
+ * - \%c: the preferred date and time representation for the current locale
* - \%C: the century number (year/100) as a 2-digit integer (00-99)
* - \%d: the day of the month as a decimal number (range 01 to 31)
* - \%e: the day of the month as a decimal number (range 1 to 31)