polkit.h   polkit.h 
skipping to change at line 36 skipping to change at line 36
#include <polkit/polkittypes.h> #include <polkit/polkittypes.h>
#include <polkit/polkitenumtypes.h> #include <polkit/polkitenumtypes.h>
#include <polkit/polkitimplicitauthorization.h> #include <polkit/polkitimplicitauthorization.h>
#include <polkit/polkitactiondescription.h> #include <polkit/polkitactiondescription.h>
#include <polkit/polkitauthorityfeatures.h> #include <polkit/polkitauthorityfeatures.h>
#include <polkit/polkiterror.h> #include <polkit/polkiterror.h>
#include <polkit/polkitidentity.h> #include <polkit/polkitidentity.h>
#include <polkit/polkitunixuser.h> #include <polkit/polkitunixuser.h>
#include <polkit/polkitunixgroup.h> #include <polkit/polkitunixgroup.h>
#include <polkit/polkitunixnetgroup.h>
#include <polkit/polkitsubject.h> #include <polkit/polkitsubject.h>
#include <polkit/polkitunixprocess.h> #include <polkit/polkitunixprocess.h>
#include <polkit/polkitunixsession.h> #include <polkit/polkitunixsession.h>
#include <polkit/polkitsystembusname.h> #include <polkit/polkitsystembusname.h>
#include <polkit/polkitauthorizationresult.h> #include <polkit/polkitauthorizationresult.h>
#include <polkit/polkitcheckauthorizationflags.h> #include <polkit/polkitcheckauthorizationflags.h>
#include <polkit/polkitauthority.h> #include <polkit/polkitauthority.h>
#include <polkit/polkitdetails.h> #include <polkit/polkitdetails.h>
#include <polkit/polkittemporaryauthorization.h> #include <polkit/polkittemporaryauthorization.h>
#include <polkit/polkitpermission.h> #include <polkit/polkitpermission.h>
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 polkittypes.h   polkittypes.h 
skipping to change at line 52 skipping to change at line 52
typedef struct _PolkitSystemBusName PolkitSystemBusName; typedef struct _PolkitSystemBusName PolkitSystemBusName;
typedef struct _PolkitIdentity PolkitIdentity; /* Dummy typedef */ typedef struct _PolkitIdentity PolkitIdentity; /* Dummy typedef */
struct _PolkitUnixUser; struct _PolkitUnixUser;
typedef struct _PolkitUnixUser PolkitUnixUser; typedef struct _PolkitUnixUser PolkitUnixUser;
struct _PolkitUnixGroup; struct _PolkitUnixGroup;
typedef struct _PolkitUnixGroup PolkitUnixGroup; typedef struct _PolkitUnixGroup PolkitUnixGroup;
struct _PolkitUnixNetgroup;
typedef struct _PolkitUnixNetgroup PolkitUnixNetgroup;
struct _PolkitAuthorizationResult; struct _PolkitAuthorizationResult;
typedef struct _PolkitAuthorizationResult PolkitAuthorizationResult; typedef struct _PolkitAuthorizationResult PolkitAuthorizationResult;
struct _PolkitDetails; struct _PolkitDetails;
typedef struct _PolkitDetails PolkitDetails; typedef struct _PolkitDetails PolkitDetails;
struct _PolkitTemporaryAuthorization; struct _PolkitTemporaryAuthorization;
typedef struct _PolkitTemporaryAuthorization PolkitTemporaryAuthorization; typedef struct _PolkitTemporaryAuthorization PolkitTemporaryAuthorization;
struct _PolkitPermission; struct _PolkitPermission;
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added


 polkitunixuser.h   polkitunixuser.h 
skipping to change at line 56 skipping to change at line 56
#endif #endif
typedef struct _PolkitUnixUserClass PolkitUnixUserClass; typedef struct _PolkitUnixUserClass PolkitUnixUserClass;
GType polkit_unix_user_get_type (void) G_GNUC_CONST; GType polkit_unix_user_get_type (void) G_GNUC_CONST;
PolkitIdentity *polkit_unix_user_new (gint uid); PolkitIdentity *polkit_unix_user_new (gint uid);
PolkitIdentity *polkit_unix_user_new_for_name (const gchar *name, PolkitIdentity *polkit_unix_user_new_for_name (const gchar *name,
GError **error); GError **error);
gint polkit_unix_user_get_uid (PolkitUnixUser *user); gint polkit_unix_user_get_uid (PolkitUnixUser *user);
void polkit_unix_user_set_uid (PolkitUnixUser *user, void polkit_unix_user_set_uid (PolkitUnixUser *user,
gint uid); gint uid);
const gchar *polkit_unix_user_get_name (PolkitUnixUser *user);
G_END_DECLS G_END_DECLS
#endif /* __POLKIT_UNIX_USER_H */ #endif /* __POLKIT_UNIX_USER_H */
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/