[gimp] app: typo in gimp_prop_table_new()'s prototype: fnc -> func
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: typo in gimp_prop_table_new()'s prototype: fnc -> func
- Date: Thu, 30 May 2013 21:32:44 +0000 (UTC)
commit 033d4ad58a9dd8b15c9a8166337c593271c639fa
Author: Michael Natterer <mitch gimp org>
Date: Thu May 30 23:31:17 2013 +0200
app: typo in gimp_prop_table_new()'s prototype: fnc -> func
app/widgets/gimpproptable.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimpproptable.h b/app/widgets/gimpproptable.h
index 73244c8..fe2bc4b 100644
--- a/app/widgets/gimpproptable.h
+++ b/app/widgets/gimpproptable.h
@@ -27,12 +27,12 @@
typedef GtkWidget * (* GimpCreatePickerFunc) (gpointer creator,
const gchar *property_name,
const gchar *stock_id,
- const gchar *help_id);
+ const gchar *tooltip);
GtkWidget * gimp_prop_table_new (GObject *config,
GType owner_type,
GimpContext *context,
- GimpCreatePickerFunc create_picker_fnc,
+ GimpCreatePickerFunc create_picker_func,
gpointer picker_creator);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]