summaryrefslogtreecommitdiff
path: root/libnm/nm-object.c
Commit message (Expand)AuthorAgeFilesLines
* nm-object: delay object property completion until the objects are initializedLubomir Rintel2016-03-141-45/+78
* nm-object: don't leak the properties on changed signalsLubomir Rintel2016-03-081-1/+3
* 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-2/+1
* build: cleanup default includesThomas Haller2016-02-121-4/+5
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-4/+1
* libnm,nm-object: only send "notify" signal when the object property actually ...Lubomir Rintel2015-12-051-25/+65
* libnm: avoid notifying for objects until they're async-initedLubomir Rintel2015-10-061-0/+38
* libnm: use nm_clear_g_source() in nm-object.cThomas Haller2015-10-031-4/+2
* Revert "libnm: don't add objects to cache until they're async-inited"Thomas Haller2015-09-151-5/+1
* libnm: don't add objects to cache until they're async-initedLubomir Rintel2015-09-151-1/+5
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-031-14/+19
* libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-031-14/+6
* trivial: do an assignment before the conditional instead of in both branchesThomas Haller2015-03-161-3/+2
* libnm,nm-object: fix tracing of object removalLubomir Rintel2015-03-161-15/+18
* libnm: check pspec before accessing it in handle_property_changed()Jiří Klimeš2014-12-051-1/+1
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: emit added/removed signals before property change notificationsDan Williams2014-11-071-9/+12
* trivial: make _nm_object_reload_properties() private to nm-object.cDan Williams2014-11-061-1/+1
* libnm: queue added/removed signals and suppress uninitialized notificationsDan Williams2014-11-061-50/+180
* trivial: re-arrange NMObject class methodsDan Williams2014-11-061-363/+370
* libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams2014-11-061-3/+6
* Merge branch 'lr/rpm-make-check'Lubomir Rintel2014-10-301-0/+6
|\
| * libnm: Ignore NoReply errors when NM has vanished from the busLubomir Rintel2014-10-241-0/+6
* | libnm-core: Don't warn on missing propertiesLubomir Rintel2014-10-291-2/+2
* | libnm-core: fix a leak in process_properties_changed()Jiří Klimeš2014-10-231-1/+1
* | all: fix g_dbus_proxy_get_name_owner() leaksJiří Klimeš2014-10-231-2/+6
* | libnm: consolidate NMClientError and NMObjectErrorDan Winship2014-10-221-58/+8
* | libnm: strip GDBus gunk from GErrorsDan Winship2014-10-221-1/+5
* | libnm: fix NMActiveConnection:specific-object-pathDan Winship2014-10-211-1/+2
|/
* libnm: fix async property circular reference handlingDan Winship2014-10-191-15/+13
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-031-0/+22
* libnm: reorganize demarshal_generic(), make unrecognized type a warningDan Winship2014-10-031-18/+28
* libnm: fix properties-changed debug loggingDan Winship2014-10-031-5/+5
* libnm: add NMObject:dbus-connection property to inject DBUS connectionThomas Haller2014-10-031-1/+28
* libnm: assert for interface name in _nm_object_class_add_interface()Thomas Haller2014-10-031-0/+3
* libnm: remove unused variable NMObjectPrivate:private_connectionThomas Haller2014-10-031-1/+0
* libnm: fix warning about returning zero instead of %NULL in _nm_object_create()Thomas Haller2014-09-221-2/+2
* libnm: port to GDBusDan Winship2014-09-181-216/+178
* libnm: rename nm-dbus-helpers-private.h to nm-dbus-helpers.hDan Winship2014-09-181-1/+1
* libnm: split nm-dbus-helpers utils into sync/async versionsDan Winship2014-09-181-88/+178
* libnm: move most of the subclass-type-deciding code into NMObjectDan Winship2014-09-181-26/+94
* libnm: let NMObject create all D-Bus proxiesDan Winship2014-09-181-25/+86
* libnm: don't hardcode things like "org.freedesktop.DBus.Properties"Dan Winship2014-09-181-1/+1
* libnm: fix race conditions when creating the same object twiceDan Winship2014-09-171-13/+22
* libnm: drop two unnecessary NM_IS_OBJECT() checksDan Winship2014-09-171-4/+2