diff options
author | Benjamin Otte <otte@redhat.com> | 2020-07-24 15:54:49 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-07-25 00:47:36 +0200 |
commit | d7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (patch) | |
tree | 8dc515efd6e0c0b0da1d7e02049f284edd6050ff /gtk/gtktextutil.h | |
parent | 46423e614d4fcf142d9578d4788dde664ea280f9 (diff) | |
download | gtk+-d7266b25ba5f2f21a5bd19d0fb88aca530e4d265.tar.gz |
Replace "gint" with "int"
Diffstat (limited to 'gtk/gtktextutil.h')
-rw-r--r-- | gtk/gtktextutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextutil.h b/gtk/gtktextutil.h index 472faf854f..7e95af3a3f 100644 --- a/gtk/gtktextutil.h +++ b/gtk/gtktextutil.h @@ -42,7 +42,7 @@ GdkPaintable * gtk_text_util_create_rich_drag_icon (GtkWidget *widget, GtkTextIter *end); gboolean _gtk_text_util_get_block_cursor_location (PangoLayout *layout, - gint index_, + int index_, PangoRectangle *rectangle, gboolean *at_line_end); |