Generate GI gir and typelibs for libpolkit-gobject-1
authorDavid Zeuthen <davidz@redhat.com>
Wed, 12 Aug 2009 18:40:46 +0000 (14:40 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 12 Aug 2009 18:43:56 +0000 (14:43 -0400)
commita7aacbb57823f5001e1db69cb82cba57195c6a58
tree3479d3a8250d1e529cd11b6b9961d320d76151b8
parentf1e312653c7c7d3eafcfb6a55b884faa19e5ea5d
Generate GI gir and typelibs for libpolkit-gobject-1

This includes changing from POSIX types (uid_t, gid_t, pid_t) to
gint. Won't affect much since the size is the same. And we want this
anyway since it is needed to build the library on non-POSIX platforms.
21 files changed:
configure.ac
docs/polkit/polkit-1-sections.txt
src/polkit/Makefile.am
src/polkit/polkit.h
src/polkit/polkitcheckauthorizationflags.c
src/polkit/polkitenumtypes.c.template [new file with mode: 0644]
src/polkit/polkitenumtypes.h.template [new file with mode: 0644]
src/polkit/polkiterror.c
src/polkit/polkitidentity.c
src/polkit/polkitimplicitauthorization.c
src/polkit/polkitsubject.c
src/polkit/polkitunixgroup.c
src/polkit/polkitunixgroup.h
src/polkit/polkitunixprocess.c
src/polkit/polkitunixprocess.h
src/polkit/polkitunixsession.c
src/polkit/polkitunixsession.h
src/polkit/polkitunixuser.c
src/polkit/polkitunixuser.h
src/polkitbackend/polkitbackendsessionmonitor.c
src/programs/pkexec.c