| polkitbackendactionlookup.h | | polkitbackendactionlookup.h | |
| | | | |
| skipping to change at line 91 | | skipping to change at line 91 | |
| const gchar *action_id, | | const gchar *action_id, | |
| PolkitDetails *details, | | PolkitDetails *details, | |
| PolkitActionDescription *action_des
cription); | | PolkitActionDescription *action_des
cription); | |
| | | | |
| PolkitDetails * (*get_details) (PolkitBackendActionLookup *lookup, | | PolkitDetails * (*get_details) (PolkitBackendActionLookup *lookup, | |
| const gchar *action_id, | | const gchar *action_id, | |
| PolkitDetails *details, | | PolkitDetails *details, | |
| PolkitActionDescription *action_des
cription); | | PolkitActionDescription *action_des
cription); | |
| }; | | }; | |
| | | | |
|
| | | #ifdef _POLKIT_BACKEND_ACTION_LOOKUP_NO_DEPRECATED_WARNING | |
| GType polkit_backend_action_lookup_get_type (void) G_GNUC_CON
ST; | | GType polkit_backend_action_lookup_get_type (void) G_GNUC_CON
ST; | |
| gchar *polkit_backend_action_lookup_get_message (PolkitBackendAct
ionLookup *lookup, | | gchar *polkit_backend_action_lookup_get_message (PolkitBackendAct
ionLookup *lookup, | |
| const gchar
*action_id, | | const gchar
*action_id, | |
| PolkitDetails
*details, | | PolkitDetails
*details, | |
| PolkitActionDesc
ription *action_description); | | PolkitActionDesc
ription *action_description); | |
| gchar *polkit_backend_action_lookup_get_icon_name (PolkitBackendAct
ionLookup *lookup, | | gchar *polkit_backend_action_lookup_get_icon_name (PolkitBackendAct
ionLookup *lookup, | |
| const gchar
*action_id, | | const gchar
*action_id, | |
| PolkitDetails
*details, | | PolkitDetails
*details, | |
| PolkitActionDesc
ription *action_description); | | PolkitActionDesc
ription *action_description); | |
| PolkitDetails *polkit_backend_action_lookup_get_details (PolkitBackendAct
ionLookup *lookup, | | PolkitDetails *polkit_backend_action_lookup_get_details (PolkitBackendAct
ionLookup *lookup, | |
| const gchar
*action_id, | | const gchar
*action_id, | |
| PolkitDetails
*details, | | PolkitDetails
*details, | |
| PolkitActionDesc
ription *action_description); | | PolkitActionDesc
ription *action_description); | |
|
| | | #else | |
| | | GType polkit_backend_action_lookup_get_type (void) G_GNUC_CON | |
| | | ST G_GNUC_DEPRECATED_FOR (use_PolkitDetails_instead); | |
| | | gchar *polkit_backend_action_lookup_get_message (PolkitBackendAct | |
| | | ionLookup *lookup, | |
| | | const gchar | |
| | | *action_id, | |
| | | PolkitDetails | |
| | | *details, | |
| | | PolkitActionDesc | |
| | | ription *action_description) G_GNUC_DEPRECATED_FOR (use_PolkitDetails_ins | |
| | | tead); | |
| | | gchar *polkit_backend_action_lookup_get_icon_name (PolkitBackendAct | |
| | | ionLookup *lookup, | |
| | | const gchar | |
| | | *action_id, | |
| | | PolkitDetails | |
| | | *details, | |
| | | PolkitActionDesc | |
| | | ription *action_description) G_GNUC_DEPRECATED_FOR (use_PolkitDetails_ins | |
| | | tead); | |
| | | PolkitDetails *polkit_backend_action_lookup_get_details (PolkitBackendAct | |
| | | ionLookup *lookup, | |
| | | const gchar | |
| | | *action_id, | |
| | | PolkitDetails | |
| | | *details, | |
| | | PolkitActionDesc | |
| | | ription *action_description) G_GNUC_DEPRECATED_FOR (use_PolkitDetails_ins | |
| | | tead); | |
| | | #endif | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif /* __POLKIT_BACKEND_ACTION_LOOKUP_H */ | | #endif /* __POLKIT_BACKEND_ACTION_LOOKUP_H */ | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 32 lines changed or added | |
|