summaryrefslogtreecommitdiff
path: root/libgdm/gdm-client.c
Commit message (Expand)AuthorAgeFilesLines
* client: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-231-115/+108
* libgdm: use g_autoptr to manage objects lifecycleMarco Trevisan (Treviño)2018-06-121-153/+111
* libgdm: Return NULL on invalid client instancesMarco Trevisan (Treviño)2018-06-041-8/+8
* libgdm: Don't save manager addressMarco Trevisan (Treviño)2018-06-021-15/+9
* libgdb: Try to reuse connections from the available proxiesMarco Trevisan (Treviño)2018-06-021-31/+39
* libgdm: Use auto-pointers and cleanup codeMarco Trevisan (Treviño)2018-06-021-8/+5
* libgdm: Don't leak connection on sync re-authenticationMarco Trevisan (Treviño)2018-06-021-1/+1
* libgdm: Don't double-ref the connection got from taskMarco Trevisan (Treviño)2018-06-021-2/+2
* libgdm: Unref the manager propagated from taskMarco Trevisan (Treviño)2018-06-021-1/+3
* libgdm: Drop weak refs on the GDBusConnectionIain Lane2018-05-161-47/+0
* libgdm: get connection explicitlyMarco Trevisan (Treviño)2018-05-161-54/+82
* libgdm: use g_object_unref instead of g_clear_object for weakrefsRay Strode2018-05-161-8/+8
* libgdm: don't keep manager proxy around longer than we need itRay Strode2018-05-161-93/+26
* libgdm: fix pointer/boolean task confusionRay Strode2018-05-161-2/+6
* libgdm: drop support for serializing multiple opensRay Strode2018-05-161-71/+40
* libgdm: add weak pointer for connection objectMarco Trevisan (Treviño)2018-05-161-0/+12
* libgdm: Don't unref a connection that's in useMarco Trevisan (Treviño)2018-05-161-0/+2
* Replace deprecated GSimpleAsyncResult with GTaskRobert Ancell2017-12-141-296/+235
* libgdm: add api for getting at ChoiceList interfaceRay Strode2017-10-201-2/+214
* Don't leak result of g_dbus_connection_new_for_address_finish()Owen W. Taylor2014-10-091-5/+10
* Unref result of g_async_result_get_source_object()Owen W. Taylor2014-10-091-0/+3
* Unref async results after calling g_simple_async_result_complete_in_idle()Owen W. Taylor2014-10-091-0/+26
* manager: close up timed login raceRay Strode2014-06-051-0/+24
* libgdm: move out of gui/ directoryRay Strode2013-12-161-0/+1445