Changeset 15995

Show
Ignore:
Timestamp:
04/08/08 09:24:25 (8 months ago)
Author:
piotras
Message:

Added midgard_dbus class

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/apis/python/midgardmodule.c

    r15880 r15995  
    6161        py_midgard_reflection_property_register_class(d, &PyGObject_Type); 
    6262        py_midgard_replicator_register_class(d, &PyGObject_Type); 
     63        py_midgard_dbus_register_class(d, &PyGObject_Type); 
    6364 
    6465        py_midgard_object_class_register_class(d, &PyGObject_Type); 
  • trunk/midgard/apis/python/py_midgard.h

    r15866 r15995  
    3939PyTypeObject G_GNUC_INTERNAL Pymidgard_user_Type; 
    4040PyTypeObject G_GNUC_INTERNAL Pymidgard_blob_Type; 
     41PyTypeObject G_GNUC_INTERNAL Pymidgard_dbus_Type; 
    4142 
    4243extern void py_midgard_dbobject_register_class(PyObject *d, gpointer pygobject_type); 
     
    5152extern void py_midgard_replicator_register_class(PyObject *d, gpointer pygobject_type); 
    5253extern void py_midgard_user_register_class(PyObject *d, gpointer pygobject_type); 
     54extern void py_midgard_dbus_register_class(PyObject *d, gpointer pygobject_type); 
    5355 
    5456/* PARAMETERS */