Added texinfo macros EnumVRes, Method and RMethod
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Thu, 10 Sep 2009 20:04:33 +0000 (00:04 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Thu, 10 Sep 2009 20:04:33 +0000 (00:04 +0400)
doc/gtk.texi

index 565f97e..dac73fb 100644 (file)
@@ -35,6 +35,10 @@ Superclass: @ref{\name\}
 @end deftp
 @end macro
 
+@macro EnumVRef {name,value}
+@ref{enum.\name\.\value\,\value\}
+@end macro
+
 @macro Flags {name}
 @deftp {Flags} \name\
 @end deftp
@@ -58,6 +62,11 @@ Type: \type\
 @end deffn
 @end macro
 
+@macro Method {name}
+@deffn {Method} \name\
+@end deffn
+@end macro
+
 @macro ForeignType {name}
 @deftp {Foreign Type} \name\
 @end deftp
@@ -130,6 +139,11 @@ Type: \type\
 @end deffn
 @end macro
 
+@macro RMethod {name}
+@anchor{\name\}@deffn {Method} \name\
+@end deffn
+@end macro
+
 @macro RForeignType {name}
 @anchor{\name\}@deftp {Foreign Type} \name\
 @end deftp