Package flumotion :: Package common :: Module pygobject
[show private | hide private]
[frames | no frames]

Module flumotion.common.pygobject

PyGTK helper functions
Function Summary
  gobject_set_property(object, property, value)
Set the given property to the given value on the given object.
  gsignal(name, *args)
Add a GObject signal to the current object.

Function Details

gobject_set_property(object, property, value)

Set the given property to the given value on the given object.
Parameters:
object
           (type=gobject.GObject)
property
           (type=string)
value - value to set property to

gsignal(name, *args)

Add a GObject signal to the current object. To be used from class definition scope.
Parameters:
name
           (type=string)
args
           (type=mixed)

Generated by Epydoc 2.1 on Fri Jan 21 09:59:47 2005 http://epydoc.sf.net