X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgtkitementry.h;h=11fab7aeed19674653b0c9fba171460c396bbbb2;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=839c2a8799d71b7bd7cb5c4a093716762967ab0e;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;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);