comparison libpurple/plugins/Makefile.am @ 16784:db06d4a18246

Add a python script plugins/startup.py which will first check whether a client with the same home directory is running. If so, it will do a purple_blist_show() and exit. Otherwise, it will start the client. Usage example: startup.py pidgin -c /tmp/ I wanted to do a purple_notify_ to notify the user. But because we can't/ don't expose functions with callbacks as parameters to dbus, that was not possible.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 02 May 2007 16:18:45 +0000
parents dc6903cc63b3
children 02867a434634
comparison
equal deleted inserted replaced
16783:c5bcac0d593d 16784:db06d4a18246
120 Makefile.mingw \ 120 Makefile.mingw \
121 dbus-buddyicons-example.py \ 121 dbus-buddyicons-example.py \
122 filectl.c \ 122 filectl.c \
123 fortuneprofile.pl \ 123 fortuneprofile.pl \
124 ipc-test-client.c \ 124 ipc-test-client.c \
125 ipc-test-server.c 125 ipc-test-server.c \
126 startup.py
126 127
127 AM_CPPFLAGS = \ 128 AM_CPPFLAGS = \
128 -DDATADIR=\"$(datadir)\" \ 129 -DDATADIR=\"$(datadir)\" \
129 -DVERSION=\"$(VERSION)\" \ 130 -DVERSION=\"$(VERSION)\" \
130 -I$(top_builddir)/libpurple \ 131 -I$(top_builddir)/libpurple \