summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-object.c
Commit message (Expand)AuthorAgeFilesLines
* all: don't include error->code in log messagesThomas Haller2016-03-031-2/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-3/+3
* libnm-glib: queue added/removed signals and suppress uninitialized notificationsLubomir Rintel2015-12-041-50/+181
* libnm-glib: properly handle demarshalling 64-bit integers.Mathieu Trudel-Lapierre2015-10-301-2/+2
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* libnm-glib: drop private bus supportDan Winship2015-07-241-33/+19
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* include: add nm-dbus-compat.hDan Winship2015-07-241-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-glib: fix a crash when using multiple NMClientsDan Winship2014-08-011-2/+4
* libnm-glib: document some propertiesDan Winship2014-07-251-1/+1
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-9/+10
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-4/+2
* trivial/libnm-glib: rename internal PROP_* enum valuesThomas Haller2014-07-141-8/+8
* libnm-glib: fix initialization of NMObject typeThomas Haller2014-07-141-7/+4
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-10/+8
* replace snprintf by g_snprintfThomas Haller2014-02-241-2/+1
* libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is setDan Williams2014-02-131-41/+36
* libnm-glib: remove unused pseudo-property codeDan Williams2014-01-231-229/+1
* libnm-glib: add support for non-pseudo-property added/removed signalsDan Williams2014-01-231-7/+99
* libnm-glib: fix a crash in NMObjectDan Winship2013-11-141-0/+3
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-221-6/+3
* trivial: whitespace fixThomas Haller2013-10-141-17/+17
* libnm: more valgrinding fixesDan Winship2013-10-031-1/+3
* libnm-glib: fix the leak that breaks the shell network status iconDan Winship2013-10-031-7/+5
* libnm-glib: make properties-changed debugging available at runtimeDan Williams2013-10-011-14/+22
* libnm-glib: don't warn when dbus object initialization fails with UNKNOWN_METHODThomas Haller2013-09-051-2/+4
* libnm-glib: fix the object creation warning for remote connectionsDan Winship2013-06-081-1/+12
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-081-3/+1
* libnm-glib: never call NM D-Bus methods if NM isn't runningDan Williams2013-04-081-13/+120
* libnm-glib: use private connection before trying the system busDan Williams2013-04-081-5/+9
* libnm-glib: use helpers to create dbus proxiesDan Williams2013-04-081-4/+13
* libnm-glib: fix memory leak of GSimpleAsyncResult loading object propertiesDan Williams2013-04-011-0/+1
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-251-3/+3
* libnm-glib: update properties before NMDevice:state-changedDan Winship2012-08-291-1/+1
* libnm-glib: fix GAsyncInitable implementationsDan Winship2012-07-171-5/+1
* libnm-glib: add "object-creation-failed" signal to NMObjectJiří Klimeš2012-04-251-11/+72
* libnm-glib: NULL out priv fields on dispose()Dan Winship2012-04-231-10/+9
* libnm-glib: protect against potentially NULL changed property values (rh #808...Dan Williams2012-04-231-2/+8
* libnm-glib: two object uniqueness fixesDan Williams2012-03-131-11/+38
* libnm-glib: fix some property-handling warningsDan Winship2012-02-201-24/+29
* libnm-glib: don't crash on unknown object typesDan Williams2012-02-161-0/+5
* libnm-glib: fix premature child object signal emissionDan Winship2012-02-091-6/+8
* libnm-glib: better debugging of property accesses and updatesDan Williams2012-02-071-0/+14
* libnm-glib: ensure synchronous property updates are actually synchronousDan Williams2012-02-071-5/+5
* libnm-glib: fix to not depend on newer glibDan Winship2012-02-061-1/+2
* libnm-glib: nm_client_new_async, fix up NMClient asynchrony issuesDan Winship2012-02-031-2/+21
* libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship2012-02-031-36/+324
* libnm-glib: add "pseudoproperties" for things like Client.GetDevicesDan Winship2012-02-031-0/+176
* libnm-glib: simplify handling of object and object array propertiesDan Winship2012-02-031-12/+244