mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-08 03:30:17 +00:00
docs: Fix the override for GdkAtom
GdkAtom is a typedef to a pointer to an opaque structure. We need to tell GTK-Doc how to override it, so that the documentation is accurate. Fixes: #302
This commit is contained in:
parent
4d7d44c717
commit
ac490ee8a4
@ -1,8 +1,9 @@
|
||||
|
||||
# GdkAtom is an opaque typedef
|
||||
<STRUCT>
|
||||
<TYPEDEF>
|
||||
<NAME>GdkAtom</NAME>
|
||||
</STRUCT>
|
||||
typedef struct _GdkAtom *GdkAtom;
|
||||
</TYPEDEF>
|
||||
|
||||
<MACRO>
|
||||
<NAME>GDK_WINDOWING_X11</NAME>
|
||||
|
Loading…
Reference in New Issue
Block a user