Discussion:
[geda-user] Remove some uses of deprecated Gtk+ API
Riccardo Lucchese
2014-09-18 11:05:55 UTC
Permalink
Hi,

this patchset removes several uses of deprecated Gtk+ API in
geda-gaf. The changes consist mostly in the substitution of deprecated
symbols with their drop-in replacements.

It seamed like an unnecessary pain (also for reviewing) to post the
whole series in a bug-report on launchpad. Let me know if you prefer
to have the patches elsewhere.

I note that this set has been created using the semantic patch tool
'coccinelle' (http://coccinelle.lip6.fr) from the collection of
semantic patches in this repo:
https://github.com/rccrdo/cocci-evolutions

Thanks,
Riccardo


---

gattrib/src/g_rc.c | 2 +-
gattrib/src/gtksheet_2_2.c | 381 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------
gattrib/src/x_dialog.c | 3 +-
gattrib/src/x_window.c | 4 +-
gschem/src/gschem.c | 3 -
gschem/src/gschem_accel_label.c | 4 +-
gschem/src/gschem_bottom_widget.c | 2 +-
gschem/src/gschem_options_dialog.c | 3 +-
gschem/src/gschem_page_view.c | 5 +-
gschem/src/x_attribedit.c | 103 ++++++++++++++---------------
gschem/src/x_autonumber.c | 9 ++-
gschem/src/x_compselect.c | 2 +-
gschem/src/x_dialog.c | 87 +++++++++++++------------
gschem/src/x_event.c | 3 +-
gschem/src/x_image.c | 3 +-
gschem/src/x_menus.c | 19 +++---
gschem/src/x_newtext.c | 3 +-
gschem/src/x_window.c | 10 ++-
gsymcheck/src/g_rc.c | 2 +-
libgeda/src/libgeda.c | 3 -
libgeda/src/s_page.c | 2 +-
utils/gschlas/g_rc.c | 2 +-
22 files changed, 316 insertions(+), 339 deletions(-)

Loading...