g_return_val_if_fail (IS_AUTOZ (autoz), FALSE);
g_return_val_if_fail (AUTOZ_IS_IROLE (irole), FALSE);
- g_return_val_if_fail (AUTOZ_IS_IRESOURCE (iresource), FALSE);
_autoz_check_updated (autoz);
return ret;
}
- resource = _autoz_get_resource_from_id (autoz, _autoz_remove_resource_name_prefix_from_id (autoz, autoz_iresource_get_resource_id (iresource)));
- if (resource == NULL)
- {
- g_warning ("Resource «%s» not found.", autoz_iresource_get_resource_id (iresource));
- return ret;
- }
-
if (!exclude_null)
{
/* first trying for a rule for every resource */
}
}
+ g_return_val_if_fail (AUTOZ_IS_IRESOURCE (iresource), FALSE);
+
+ resource = _autoz_get_resource_from_id (autoz, _autoz_remove_resource_name_prefix_from_id (autoz, autoz_iresource_get_resource_id (iresource)));
+ if (resource == NULL)
+ {
+ g_warning ("Resource «%s» not found.", autoz_iresource_get_resource_id (iresource));
+ return ret;
+ }
+
/* and after for specific resource */
str_id = g_strconcat (autoz_irole_get_role_id (irole),
"|",