diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-08-18 13:27:05 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-08-18 13:27:05 +0200 |
commit | a7562dd38fe86cfa26674f22d46fdfe24865ee13 (patch) | |
tree | c4446a6134c6f50afe69c1db9b2895f45d702787 /gdk/gdkcairo.c | |
parent | 9c4af41a59f6bcfd8969e8f597e5e7ed0dec597b (diff) | |
download | gtk+-a7562dd38fe86cfa26674f22d46fdfe24865ee13.tar.gz |
docs: Fix broken gtk-doc formatting
Fixes broken introspection of GtkTranslateFunc
Diffstat (limited to 'gdk/gdkcairo.c')
-rw-r--r-- | gdk/gdkcairo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c index 066f5c434d..b13c87a42a 100644 --- a/gdk/gdkcairo.c +++ b/gdk/gdkcairo.c @@ -378,7 +378,7 @@ gdk_cairo_set_source_window (cairo_t *cr, cairo_surface_destroy (surface); } -/* +/** * _gdk_cairo_surface_extents: * @surface: surface to measure * @extents: (out): rectangle to put the extents |