make-it-quick/config/check_polkit_authority_get_...

13 lines
195 B
C

#include <polkit/polkit.h>
int main()
{
if (0)
{
GCancellable cancellable;
GError *error;
polkit_authority_get_sync (&cancellable, &error);
}
return 0;
}