diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-18 17:05:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-20 19:17:49 -0400 |
commit | 8ba16eb4f1e6df67d79a9d509a3a45126a032e46 (patch) | |
tree | bb493f2acbf893de29db9e393a4f364b7dd05ac2 /gdk/gdkpaintable.c | |
parent | ab6a5be0f860c29432b4a8e9d3a4cd3bbad0a63a (diff) | |
download | gtk+-8ba16eb4f1e6df67d79a9d509a3a45126a032e46.tar.gz |
Documentation fixes
Mostly fixing up indentation of continuation lines,
and other small cleanups.
Diffstat (limited to 'gdk/gdkpaintable.c')
-rw-r--r-- | gdk/gdkpaintable.c | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gdk/gdkpaintable.c b/gdk/gdkpaintable.c index 0c0c5dea14..b86aaaf19d 100644 --- a/gdk/gdkpaintable.c +++ b/gdk/gdkpaintable.c @@ -257,7 +257,7 @@ gdk_paintable_is_immutable (GdkPaintable *paintable) * If the @paintable is already immutable, it will return itself. * * Returns: (transfer full): An immutable paintable for the current - * contents of @paintable. + * contents of @paintable */ GdkPaintable * gdk_paintable_get_current_image (GdkPaintable *paintable) @@ -439,17 +439,15 @@ gdk_paintable_invalidate_size (GdkPaintable *paintable) * gdk_paintable_compute_concrete_size: * @paintable: a `GdkPaintable` * @specified_width: the width @paintable could be drawn into or - * 0.0 if unknown + * 0.0 if unknown * @specified_height: the height @paintable could be drawn into or - * 0.0 if unknown + * 0.0 if unknown * @default_width: the width @paintable would be drawn into if - * no other constraints were given + * no other constraints were given * @default_height: the height @paintable would be drawn into if - * no other constraints were given - * @concrete_width: (out): will be set to the concrete width - * computed. - * @concrete_height: (out): will be set to the concrete height - * computed. + * no other constraints were given + * @concrete_width: (out): will be set to the concrete width computed + * @concrete_height: (out): will be set to the concrete height computed * * Compute a concrete size for the `GdkPaintable`. * |