Search code examples
permissionsglibgobject

How does GPermission work?


GPermission seems to have little to no documentation. How do you actually use it? (I'm currently using it for a GTK LockButton).


Solution

  • I agree, the documentation is pretty lacking. GPermission is an abstract base class which isn't particularly useful by itself. You need something which actually implements GPermission, like polkit.

    There are some examples in gnome-control-center, like the datetime panel.