X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgtkitementry.h;h=11fab7aeed19674653b0c9fba171460c396bbbb2;hb=bf41b320c23b395b96a00e35375f7aeb7a9046d3;hp=839c2a8799d71b7bd7cb5c4a093716762967ab0e;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/lib/gtksheet/gtkitementry.h b/lib/gtksheet/gtkitementry.h index 839c2a87..11fab7ae 100644 --- a/lib/gtksheet/gtkitementry.h +++ b/lib/gtksheet/gtkitementry.h @@ -3,7 +3,7 @@ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkItemEntry widget by Adrian E. Feiguin - * Based on GtkEntry widget + * Based on GtkEntry widget * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -55,7 +55,7 @@ struct _GtkItemEntryClass GtkType gtk_item_entry_get_type (void); GtkWidget* gtk_item_entry_new (void); GtkWidget* gtk_item_entry_new_with_max_length (gint max); -void gtk_item_entry_set_text (GtkItemEntry *item_entry, +void gtk_item_entry_set_text (GtkItemEntry *item_entry, const gchar *text, GtkJustification justification);