summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_widgets.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2020-10-18 23:05:49 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2020-10-18 23:05:49 +0100
commit85f0f06ef4a86b42a16ec6971a170e02ca4fff1a (patch)
treeaf5fada720511d280921ff5ddc60c6843e6182c0 /mixgtk/mixgtk_widgets.h
parent969855ee4936fd32e845b4fa6d0c3f8507425ca5 (diff)
downloadmdk-85f0f06ef4a86b42a16ec6971a170e02ca4fff1a.tar.gz
mdk-85f0f06ef4a86b42a16ec6971a170e02ca4fff1a.tar.bz2
mixgtk_widget_factory_get_by_name
Diffstat (limited to 'mixgtk/mixgtk_widgets.h')
-rw-r--r--mixgtk/mixgtk_widgets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixgtk/mixgtk_widgets.h b/mixgtk/mixgtk_widgets.h
index 7c5a42d..9263583 100644
--- a/mixgtk/mixgtk_widgets.h
+++ b/mixgtk/mixgtk_widgets.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- mixgtk_widgets.h :
* glade-based factory of mixvm widgets
* ------------------------------------------------------------------
- * Copyright (C) 2001, 2004, 2006, 2007, 2019 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2006, 2007, 2019, 2020 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -94,6 +94,6 @@ mixgtk_widget_factory_get (mixgtk_dialog_id_t dlg, mixgtk_widget_id_t widget);
/* Get a widget by name */
extern GtkWidget *
-mixgtk_widget_factory_get_child_by_name (const gchar *name);
+mixgtk_widget_factory_get_by_name (const gchar *name);
#endif /* MIXGTK_WIDGETS_H */