summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-object.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-17docs: misc. typos pt2luz.paz1-2/+2
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-1/+1
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-2/+2
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg1-0/+2
2017-03-08all/trivial: unify construct-only property commentsThomas Haller1-2/+2
2017-02-15libnm-glib/nm-object: defer assignment of default D-Bus connectionPhilip Withnall1-3/+16
2016-03-03all: don't include error->code in log messagesThomas Haller1-2/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-3/+3
2015-12-04libnm-glib: queue added/removed signals and suppress uninitialized notificationsLubomir Rintel1-50/+181
2015-10-30libnm-glib: properly handle demarshalling 64-bit integers.Mathieu Trudel-Lapierre1-2/+2
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24libnm-glib: drop private bus supportDan Winship1-33/+19
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2015-07-24include: add nm-dbus-compat.hDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-08-01libnm-glib: fix a crash when using multiple NMClientsDan Winship1-2/+4
2014-07-25libnm-glib: document some propertiesDan Winship1-1/+1
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-9/+10
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-4/+2
2014-07-14trivial/libnm-glib: rename internal PROP_* enum valuesThomas Haller1-8/+8
2014-07-14libnm-glib: fix initialization of NMObject typeThomas Haller1-7/+4
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-10/+8
2014-02-24replace snprintf by g_snprintfThomas Haller1-2/+1
2014-02-13libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is setDan Williams1-41/+36
2014-01-23libnm-glib: remove unused pseudo-property codeDan Williams1-229/+1
2014-01-23libnm-glib: add support for non-pseudo-property added/removed signalsDan Williams1-7/+99
2013-11-14libnm-glib: fix a crash in NMObjectDan Winship1-0/+3
2013-10-22core: cleanup freeing of glib collections of pointersThomas Haller1-6/+3
2013-10-14trivial: whitespace fixThomas Haller1-17/+17
2013-10-03libnm: more valgrinding fixesDan Winship1-1/+3
2013-10-03libnm-glib: fix the leak that breaks the shell network status iconDan Winship1-7/+5
2013-10-01libnm-glib: make properties-changed debugging available at runtimeDan Williams1-14/+22
2013-09-05libnm-glib: don't warn when dbus object initialization fails with UNKNOWN_METHODThomas Haller1-2/+4
2013-06-08libnm-glib: fix the object creation warning for remote connectionsDan Winship1-1/+12
2013-05-08libnm-glib, core: use g_cclosure_marshal_genericDan Winship1-3/+1
2013-04-08libnm-glib: never call NM D-Bus methods if NM isn't runningDan Williams1-13/+120
2013-04-08libnm-glib: use private connection before trying the system busDan Williams1-5/+9
2013-04-08libnm-glib: use helpers to create dbus proxiesDan Williams1-4/+13
2013-04-01libnm-glib: fix memory leak of GSimpleAsyncResult loading object propertiesDan Williams1-0/+1
2013-03-25all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš1-3/+3
2012-08-29libnm-glib: update properties before NMDevice:state-changedDan Winship1-1/+1
2012-07-17libnm-glib: fix GAsyncInitable implementationsDan Winship1-5/+1
2012-04-25libnm-glib: add "object-creation-failed" signal to NMObjectJiří Klimeš1-11/+72
2012-04-23libnm-glib: NULL out priv fields on dispose()Dan Winship1-10/+9
2012-04-23libnm-glib: protect against potentially NULL changed property values (rh #808...Dan Williams1-2/+8
2012-03-13libnm-glib: two object uniqueness fixesDan Williams1-11/+38
2012-02-20libnm-glib: fix some property-handling warningsDan Winship1-24/+29
2012-02-16libnm-glib: don't crash on unknown object typesDan Williams1-0/+5
2012-02-09libnm-glib: fix premature child object signal emissionDan Winship1-6/+8