comparison finch/libgnt/pygnt/gendef.sh @ 19419:6df41719037c

Utilize the message-history in dbus-gnt. So now, if you run pidgin (with dbus-support), and at a later time start dbus-gnt, it will contain all the message history for the conversations, which is really cool. Note: Samurai Jack is awesome!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 25 Aug 2007 10:33:00 +0000
parents 401c53d7702c
children
comparison
equal deleted inserted replaced
19418:b33c2b085e78 19419:6df41719037c
29 29
30 # Generate the def file 30 # Generate the def file
31 rm -f gnt.def 31 rm -f gnt.def
32 for file in $FILES 32 for file in $FILES
33 do 33 do
34 echo -n "Generating definitions for ${file} ... "
34 python /usr/share/pygtk/2.0/codegen/h2def.py ../$file >> gnt.def 35 python /usr/share/pygtk/2.0/codegen/h2def.py ../$file >> gnt.def
36 echo "Done"
35 done 37 done
36 38
37 # Remove the definitions about the enums 39 # Remove the definitions about the enums
38 ENUMS=" 40 ENUMS="
39 GNT_TYPE_ALIGNMENT 41 GNT_TYPE_ALIGNMENT