NetworkManager r2972 - in trunk: . libnm-glib



Author: tambeti
Date: 2007-10-12 11:18:46 +0100 (Fri, 12 Oct 2007)
New Revision: 2972
ViewCVS link: http://svn.gnome.org/viewcvs/NetworkManager?rev=2972&view=rev

Modified:
   trunk/ChangeLog
   trunk/libnm-glib/nm-access-point.c
   trunk/libnm-glib/nm-access-point.h
   trunk/libnm-glib/nm-device-802-11-wireless.c
   trunk/libnm-glib/nm-device-802-11-wireless.h
   trunk/libnm-glib/nm-object.c
   trunk/libnm-glib/nm-object.h
Log:
2007-10-12  Tambet Ingo  <tambet gmail com>

        Rework the "properties-changed" signal listening implementation.
        Add a generic implementation to NMObject class that listens for
        the signal and calls property setters of the target NMObject.

        * libnm-glib/nm-object.c (nm_object_handle_properties_changed):
        * Implement.

        * libnm-glib/nm-device-802-11-wireless.c: Move the GObject
        * consturction
        code to the end of file so that all the static functions are
available
        without extra declarations.
        Remove the "properties-changed" signal handling and use the
framework from
        NMObject.
        Implement property setters for properties that change with 
        "properties-changed" signal.

        * libnm-glib/nm-access-point.c: Ditto.






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