]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commit
Refactored code to add seat_find_session_by_login1_id() for better SOLID practice...
authorJesús González <jgonzalez@gdr-sistemas.com>
Sat, 20 Sep 2014 07:21:37 +0000 (09:21 +0200)
committerJesús González <jgonzalez@gdr-sistemas.com>
Sat, 20 Sep 2014 07:21:37 +0000 (09:21 +0200)
commitf85119311a20e08e5146e0548fc15c8537cc9e11
tree6dfd34a8b7a98a2bf79c0254f93d716dea05ec53
parentc31b64f51b349901a2c4264353f080af546edf47
Refactored code to add seat_find_session_by_login1_id() for better SOLID practice as suggested by @robert-ancell.

Also renamed variables and functions with *login1_session* in their names to *login1_session_id* for better nomenclature coherency.
src/lightdm.c
src/login1.c
src/login1.h
src/seat.c
src/seat.h
src/session-child.c
src/session.c
src/session.h