File: xremoveDep

package info (click to toggle)
gabedit 2.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 17,236 kB
  • sloc: ansic: 294,923; cpp: 2,081; sh: 1,111; makefile: 507; csh: 181
file content (8 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#Thank's to Dominik 'Rathann' Mierzejewski for providing this script
sed -i \
 -e 's/GtkSignalFunc/GCallback/g' \
 -e 's/GTK_SIGNAL_FUNC/G_CALLBACK/g' \
 -e 's/GTK_CHECK_CAST/G_TYPE_CHECK_INSTANCE_CAST/g' \
 -e 's/GTK_CHECK_TYPE/G_TYPE_CHECK_INSTANCE_TYPE/g' \
 -e 's/GtkDestroyNotify/GDestroyNotify/g' \
 `find -name "*.c" -o -name "*.h"`