On Fri, Feb 13, 2015, at 02:51 AM, Dimstar / Dominique Leuenberger wrote:
> 
> Would the plan be for gnome-shell to also move to libgsystem2 then (Not
> that it makes a lot of use; that could likely be changed easily).
> 
>             let GSystem = imports.gi.GSystem;
>             GSystem.log_structured_print('GNOME Shell started at ' +
> _startDate,
>                                          ['MESSAGE_ID=' +
> GNOMESHELL_STARTED_MESSAGE_ID]);

Ah yes, introspectable[1] bindings to systemd are something not
covered by this plan so far.

I think the best thing is for it to move to GLib.  Something like
g_log_structured().  I filed:
https://bugzilla.gnome.org/show_bug.cgi?id=744456

[1]  Accessible to JS/Vala/etc; systemd has its own hand-maintained
      Python bindings for a subset of its public API
_______________________________________________
desktop-devel-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Reply via email to