Trees | Index | Help |
---|
Package flumotion :: Package common :: Module pygobject |
|
Function Summary | |
---|---|
Set the given property to the given value on the given object. | |
Add a GObject property to the current object. | |
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.
|
gproperty(type_, name, desc, *args, **kwargs)Add a GObject property to the current object. To be used from class definition scope.
|
gsignal(name, *args)Add a GObject signal to the current object. To be used from class definition scope.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:22:58 2005 | http://epydoc.sf.net |