Re: [gamin] Python bindings, event numbers?



On Wed, 04 Jun 2008 00:19:56 +0200
Julius <commercials gmx net> wrote:

> Hi,
> 
> print "Got callback: %s, %s" % (path, event)
> 
> the event at the end is always a number, but what does it mean?
> 
> 
> Julius

check your /usr/local/lib/python2.5/site-pacakges/gamin.py,
or wherever it is.

#
# the type of events provided in the callbacks.
#
GAMChanged=1
GAMDeleted=2
GAMStartExecuting=3
GAMStopExecuting=4
GAMCreated=5
GAMMoved=6
GAMAcknowledge=7
GAMExists=8
GAMEndExist=9

> 
> _______________________________________________
> Gamin-list mailing list
> Gamin-list gnome org
> http://mail.gnome.org/mailman/listinfo/gamin-list


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]