summaryrefslogtreecommitdiff
path: root/mixgtk/mixgtk_widgets.h
diff options
context:
space:
mode:
authorPeter Pentchev <roam@debian.org>2021-12-30 19:40:39 +0200
committerPeter Pentchev <roam@debian.org>2021-12-30 19:40:39 +0200
commit45aa1b087c92fd42cb6c5d445b173071021772a7 (patch)
tree010d95847f14db998ca76fc99f78faf5c1f58a81 /mixgtk/mixgtk_widgets.h
parentddd8983ed013f3f21de0caee464f49247d45a02a (diff)
parentec558e64f5b6b965c27cb0acee0f42e5c7a4e0e8 (diff)
Update upstream source from tag 'upstream/1.3.0'
Update to upstream version '1.3.0' with Debian dir e2d7a2a8d23266f7a55ce6cc1cb8e8bd6f4de380
Diffstat (limited to 'mixgtk/mixgtk_widgets.h')
-rw-r--r--mixgtk/mixgtk_widgets.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/mixgtk/mixgtk_widgets.h b/mixgtk/mixgtk_widgets.h
index e1c7ec3..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 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,8 +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 (mixgtk_dialog_id_t dlg,
- const gchar *name);
+mixgtk_widget_factory_get_by_name (const gchar *name);
#endif /* MIXGTK_WIDGETS_H */
-