Revision 14482,
521 bytes
checked in by ghudson, 25 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r14481,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | @macro gtkstdmacros {p, q} |
---|
2 | |
---|
3 | @deftypefun Gtk\p\* GTK_\q\ (gpointer @var{obj}) |
---|
4 | Cast a generic pointer to @code{Gtk\p\*}. @xref{Standard Macros}, for |
---|
5 | more info. |
---|
6 | @end deftypefun |
---|
7 | |
---|
8 | @deftypefun Gtk\p\Class* GTK_\q\_CLASS (gpointer @var{class}) |
---|
9 | Cast a generic pointer to @code{Gtk\p\Class*}. @xref{Standard Macros}, |
---|
10 | for more info. |
---|
11 | @end deftypefun |
---|
12 | |
---|
13 | @deftypefun gint GTK_IS_\q\ (gpointer @var{obj}) |
---|
14 | Determine if a generic pointer refers to a @code{Gtk\p\} |
---|
15 | object. @xref{Standard Macros}, for more info. |
---|
16 | @end deftypefun |
---|
17 | |
---|
18 | @end macro |
---|
Note: See
TracBrowser
for help on using the repository browser.