summaryrefslogtreecommitdiff
path: root/gtk/gtkbitset.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-06 03:41:12 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-06 03:42:43 +0200
commit3162e25671f2838fddc52671435cdefe654b350a (patch)
treea72008f422426d869ac2e808a8280fa2528388e3 /gtk/gtkbitset.h
parent3d931b4fe26e7f39470b370bef4fd3710421cc06 (diff)
downloadgtk+-3162e25671f2838fddc52671435cdefe654b350a.tar.gz
bitset: Fix typo: gtk_bitset_slice() => gtk_bitset_splice()
Diffstat (limited to 'gtk/gtkbitset.h')
-rw-r--r--gtk/gtkbitset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbitset.h b/gtk/gtkbitset.h
index be0ca58f3b..19528ef55e 100644
--- a/gtk/gtkbitset.h
+++ b/gtk/gtkbitset.h
@@ -125,7 +125,7 @@ GDK_AVAILABLE_IN_ALL
void gtk_bitset_shift_right (GtkBitset *self,
guint amount);
GDK_AVAILABLE_IN_ALL
-void gtk_bitset_slice (GtkBitset *self,
+void gtk_bitset_splice (GtkBitset *self,
guint position,
guint removed,
guint added);