summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm-glib: simplify property getter methodsDan Winship2012-02-031-174/+58
* libnm-glib: simplify and genericize property declarationDan Winship2012-02-031-74/+85
* core: fix deprecated usage of g_value_[get|set]_char() (bgo #662694)Dan Williams2011-10-281-12/+13
* libnm-glib: allow to constuct NMObject with NULL busTomeu Vizoso2011-08-161-1/+5
* libnm-glib: warn early if an object is tried to be instantiated without a pathTomeu Vizoso2011-08-161-2/+2
* libnm-glib: handle NULL object paths genericallyDan Williams2011-05-261-5/+26
* build: use -Wundef and fix up cases where stuff wasn't defined (bgo #647157)Dan Williams2011-04-141-0/+1
* libnm-glib: allow manual processing of properties changed eventsDan Williams2011-02-161-1/+7
* libnm-glib: add GError parameter to _nm_object_get_... functionsJiří Klimeš2011-02-151-33/+45
* introspection: add GObject introspection support (bgo #637032)Giovanni Campagna2011-01-211-1/+1
* libnm-glib: call D-Bus with a timeout when Set()ting propertiesJiří Klimeš2010-10-151-6/+11
* libnm-glib: fix invalid memory access during property notificationDan Williams2010-06-301-7/+12
* libnm-glib: tighter warning print checksDan Williams2009-10-201-1/+1
* libnm-glib: warning cleanupsDan Williams2009-10-201-9/+22
* 2008-11-14 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-141-1/+22
* Rename private nm_* functions to _nm_*Michael Biebl2008-08-261-23/+23