commit | f73480c36f49562556b80bb5bf8acc45e20dcca1 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Fri Jul 15 12:04:49 2016 +0200 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Thu Sep 08 18:05:22 2016 +0400 |
tree | 9d102ca71a9ba4abb14c01b3ce7a9fd2098b74b1 | |
parent | e9529768d4786414725a9675991aeb466a6d600c [diff] |
bus: simplify name handling Simplify a bit the code by using g_strdup_printf() and store it in a non-const value so casting is no longer needed, and ownership is clearer. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>