glib r7059 - in trunk: . glib
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7059 - in trunk: . glib
- Date: Thu, 19 Jun 2008 05:21:29 +0000 (UTC)
Author: matthiasc
Date: Thu Jun 19 05:21:29 2008
New Revision: 7059
URL: http://svn.gnome.org/viewvc/glib?rev=7059&view=rev
Log:
Annotate functions
Modified:
trunk/ChangeLog
trunk/glib/glib.symbols
trunk/glib/gstrfuncs.h
Modified: trunk/glib/glib.symbols
==============================================================================
--- trunk/glib/glib.symbols (original)
+++ trunk/glib/glib.symbols Thu Jun 19 05:21:29 2008
@@ -1148,10 +1148,10 @@
g_strdown
#endif
g_strv_length
-g_strip_context
+g_strip_context G_GNUC_FORMAT(1)
g_dgettext
g_dngettext
-g_dpgettext
+g_dpgettext G_GNUC_FORMAT(2)
#endif
#endif
Modified: trunk/glib/gstrfuncs.h
==============================================================================
--- trunk/glib/gstrfuncs.h (original)
+++ trunk/glib/gstrfuncs.h Thu Jun 19 05:21:29 2008
@@ -245,7 +245,7 @@
const char *src);
G_CONST_RETURN gchar *g_strip_context (const gchar *msgid,
- const gchar *msgval);
+ const gchar *msgval) G_GNUC_FORMAT(1);
G_CONST_RETURN gchar *g_dgettext (const gchar *domain,
const gchar *msgid);
@@ -256,7 +256,7 @@
gulong n);
G_CONST_RETURN gchar *g_dpgettext (const gchar *domain,
const gchar *msgctxtid,
- gsize msgidoffset);
+ gsize msgidoffset) G_GNUC_FORMAT(2);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]