summaryrefslogtreecommitdiff
path: root/tools/m4/gerror.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tools/m4/gerror.m4')
-rw-r--r--tools/m4/gerror.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/m4/gerror.m4 b/tools/m4/gerror.m4
index 2f35e7e6..4de1d0ab 100644
--- a/tools/m4/gerror.m4
+++ b/tools/m4/gerror.m4
@@ -1,6 +1,6 @@
dnl
-dnl _GERROR(cpp_type, c_type, domain, `element_list', `gtype_func', `class_docs', `enum_docs', 'deprecated')
-dnl $1 $2 $3 $4 $5 $6 $7 $8
+dnl _GERROR(cpp_type, c_type, domain, `element_list', `gtype_func', `class_docs', `enum_docs', 'deprecated', `decl_prefix')
+dnl $1 $2 $3 $4 $5 $6 $7 $8 $9
dnl
m4_define(`_GERROR',`dnl
@@ -17,7 +17,7 @@ ifelse(`$6',,,`dnl
/** $6
*/
')dnl
-class __CPPNAME__ : public Glib::Error
+class $9 __CPPNAME__ : public Glib::Error
{
public:
/** $7
@@ -36,7 +36,7 @@ private:
static void throw_func(GError* gobject);
- friend void wrap_init(); // uses throw_func()
+ friend $9 void wrap_init(); // uses throw_func()
_IMPORT(SECTION_H_GERROR_PRIVATE)
#endif //DOXYGEN_SHOULD_SKIP_THIS