projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e9d028
)
Fix annotation for g_test_fail
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 20 Jan 2013 08:12:09 +0000
(
03:12
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 20 Jan 2013 08:12:09 +0000
(
03:12
-0500)
The doc comment has a "Since: 2.30" annotation, so make
the header match that.
glib/gtestutils.h
patch
|
blob
|
history
diff --git
a/glib/gtestutils.h
b/glib/gtestutils.h
index 04d953dec02004785c2a14040dca383b089c3242..c64433d2b0218e3c66f1a333f223a446c20e3f90 100644
(file)
--- a/
glib/gtestutils.h
+++ b/
glib/gtestutils.h
@@
-124,7
+124,7
@@
void g_test_add_data_func_full (const char *testpath,
GDestroyNotify data_free_func);
/* tell about failure */
-GLIB_AVAILABLE_IN_
ALL
+GLIB_AVAILABLE_IN_
2_30
void g_test_fail (void);
/* hook up a test with fixture under test path */