diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-12-02 15:09:32 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-12-02 19:05:41 +0000 |
commit | 4caceb5dd4ea0ec77e65a4c76255d93080c97236 (patch) | |
tree | 1d9dff1f5996a03790f76edbabee29f520358b6d /gdk/x11/gdkvisual-x11.c | |
parent | 3da41b6021a1e94881d5fe281da2b2311fa3c4a1 (diff) | |
download | gtk+-4caceb5dd4ea0ec77e65a4c76255d93080c97236.tar.gz |
Remove gtk-doc annotation from private symbols
Keep the documentation, just tweak it so that gtk-doc won't try to find
the declarations of these private symbols.
Diffstat (limited to 'gdk/x11/gdkvisual-x11.c')
-rw-r--r-- | gdk/x11/gdkvisual-x11.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/x11/gdkvisual-x11.c b/gdk/x11/gdkvisual-x11.c index 6d18060a9e..8e2f296e8b 100644 --- a/gdk/x11/gdkvisual-x11.c +++ b/gdk/x11/gdkvisual-x11.c @@ -281,7 +281,7 @@ _gdk_x11_screen_init_visuals (GdkX11Screen *x11_screen, } } -/** +/*< private > * gdk_x11_screen_lookup_visual: * @screen: a #GdkX11Screen. * @xvisualid: an X Visual ID. @@ -304,11 +304,11 @@ gdk_x11_screen_lookup_visual (GdkX11Screen *x11_screen, return NULL; } -/** +/*< private > * gdk_x11_visual_get_xvisual: - * @visual: (type GdkX11Visual): a #GdkVisual. + * @visual: a #GdkX11Visual. * - * Returns the X visual belonging to a #GdkVisual. + * Returns the X visual belonging to a #GdkX11Visual. * * Returns: (transfer none): an Xlib Visual*. **/ |