SetGroup
status_t SetGroup(gid_t group);
void SetGroup(const BString& group);
status_t SetGroup(gid_t group);
progress.SetGroup(BString(B_TRANSLATE_SYSTEM_NAME("DriveSetup")));
fNotification->SetGroup(BString(B_TRANSLATE_SYSTEM_NAME("DriveSetup")));
destination.SetGroup(sourceInfo.st_gid);
notification.SetGroup(B_TRANSLATE("Network Status"));
notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("SoftwareUpdater"));
notification.SetGroup("SoftwareUpdater");
dst.SetGroup(src_stat.st_gid);
success.SetGroup(B_TRANSLATE_SYSTEM_NAME("WebPositive"));
success.SetGroup(B_TRANSLATE_SYSTEM_NAME("WebPositive"));
node->SetGroup(fInode->gid);
destNode->SetGroup(sourceStat.st_gid);
notification.SetGroup(fGroup);
SetGroup(group);
notification.SetGroup(B_TRANSLATE("Media Service"));
destNode->SetGroup(sourceStat.st_gid);
newLink.SetGroup(srcStat->st_gid);
destFile.SetGroup(srcStat->st_gid);
destNode->SetGroup(srcStat.st_gid);
node.SetGroup(group);
notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("Notifications"));
fNotification.SetGroup(B_TRANSLATE("Mail status"));
fNotification->SetGroup(B_TRANSLATE("Mail status"));
void SetGroup(const char* group);
fNotification->SetGroup(value);
notification.SetGroup(B_TRANSLATE("Package daemon"));
CPPUNIT_ASSERT( statable->SetGroup(group) == B_OK );
CPPUNIT_ASSERT( statable->SetGroup(group) != B_OK );