summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-remote-settings.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-2/+2
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg1-0/+4
2017-03-08all/trivial: unify construct-only property commentsThomas Haller1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-4/+4
2016-03-03all: don't include error->code in log messagesThomas Haller1-2/+1
2016-03-03all: use g_error_matches()Dan Winship1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-4/+3
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-51/+38
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-07-24include: add nm-dbus-compat.hDan Winship1-1/+1
2015-06-25libnm-glib: avoid coverity warningThomas Haller1-1/+1
2015-05-29libnm-glib: print a bold warning about reaching a D-Bus limitJiří Klimeš1-0/+9
2015-01-05libnm-glib: crash when NMRemoteSettings is quickly destroyed (bgo #742138)Dan Winship1-1/+3
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-10-17remote-settings: Mark service as running when using private busFlorian Müllner1-2/+3
2014-07-25libnm-glib: document some propertiesDan Winship1-0/+23
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-24/+25
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-4/+2
2014-07-15libnm-util, libnm-glib: tweak (element-type) annotations in docsDan Winship1-1/+1
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-16/+12
2014-04-10libnm-glib: add documentation for NMRemoteSettings and connection additionDan Williams1-1/+95
2014-02-24docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš1-2/+2
2014-01-27libnm-glib: add function nm_remote_settings_get_connection_by_id()Thomas Haller1-0/+39
2014-01-16trivial: annotate/adjust some code to appease CoverityDan Winship1-7/+8
2013-11-18libnm-glib: fix return value in nm_remote_settings_load_connections()Jiří Klimeš1-2/+2
2013-11-15libnm-glib: add nm_remote_settings_load_connections()Dan Winship1-0/+66
2013-10-19Fix typosYuri Chornoivan1-1/+1
2013-06-14core: add monitor-connection-files=false and ReloadConnectionsDan Winship1-0/+41
2013-05-28libnm-glib: add support for new connection unsaved functionalityDan Williams1-4/+62
2013-05-08libnm-glib, core: use g_cclosure_marshal_genericDan Winship1-7/+4
2013-04-19Use %NULL macro in doc stringsMartin Pitt1-3/+3
2013-04-08libnm-glib: never call NM D-Bus methods if NM isn't runningDan Williams1-59/+42
2013-04-08libnm-glib: use private connection before trying the system busDan Williams1-46/+65
2013-04-08libnm-glib: use helpers to create dbus proxiesDan Williams1-8/+8
2013-03-07all: remove redundant return-if-fail checksDan Winship1-6/+0
2012-10-16NMRemoteSettings: fix async initializationGiovanni Campagna1-4/+15
2012-10-05libnm-glib: don't try to query for connections synchronously when NM isn't ru...Dan Williams1-25/+57
2012-07-17libnm-glib: fix GAsyncInitable implementationsDan Winship1-0/+12
2012-04-23libnm-glib: NULL out priv fields on dispose()Dan Winship1-14/+18
2012-04-23libnm-glib: ensure NMRemoteConnection signals are disconnected (bgo #674484) ...Dan Williams1-33/+69
2012-04-02libnm-glib: initialize GError, else invalid free() crash can occur (rh #809123)Jiří Klimeš1-1/+1
2012-04-02Revert "libnm-glib: initialize NMRemoteSettings in nm_remote_settings_new() (...Jiří Klimeš1-6/+1
2012-03-28libnm-glib: more ensure_inited() fixingDan Winship1-0/+2
2012-03-27libnm-glib: initialize NMRemoteSettings in nm_remote_settings_new() (rh #806664)Jiří Klimeš1-1/+6
2012-03-21libnm-glib: ensure bindings-created objects work as expected (rh #802536)Dan Williams1-28/+56
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-22/+2
2012-02-06libnm-glib: fix to not depend on newer glibDan Winship1-0/+1
2012-02-03libnm-glib: asyncify NMRemoteSettingsDan Winship1-83/+244
2012-02-03libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship1-11/+3